Bug 1720172
Summary: | Openshift-on-OpenStack installation playbook fails when namespace isolation is enabled | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jon Uriarte <juriarte> |
Component: | Installer | Assignee: | Luis Tomas Bolivar <ltomasbo> |
Installer sub component: | openshift-ansible | QA Contact: | Jon Uriarte <juriarte> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | urgent | ||
Priority: | urgent | CC: | itbrown, wmeng |
Version: | 3.11.0 | ||
Target Milestone: | --- | ||
Target Release: | 3.11.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-09-24 08:08:08 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jon Uriarte
2019-06-13 10:10:13 UTC
v3.11.136 Verified in openshift-ansible-3.11.136 on top of OSP 13 2019-06-25.1 puddle. (shiftstack) [cloud-user@ansible-host-0 ~]$ rpm -q openshift-ansible openshift-ansible-3.11.136-1.git.0.b757272.el7.noarch (shiftstack) [cloud-user@ansible-host-0 ~]$ rpm -q ansible ansible-2.5.15-1.el7ae.noarch Verification steps: 1. Install OSP 13 with Octavia (in a hybrid environment) 2. Deploy the ansible-host and DNS server on the overcloud 3. Enable kuryr and namespace isolation (inventory/group_vars/all.yml): openshift_kuryr_subnet_driver: namespace openshift_kuryr_sg_driver: namespace 4. Run Openshift-on-Openstack playbooks from the ansible-host, with ansible 2.5 5. Installation ends successfully: INSTALLER STATUS *************************************************************** Initialization : Complete (0:00:32) Health Check : Complete (0:00:03) Node Bootstrap Preparation : Complete (0:08:03) etcd Install : Complete (0:00:42) Master Install : Complete (0:07:09) Master Additional Install : Complete (0:01:16) Node Join : Complete (0:00:49) Hosted Install : Complete (0:01:02) Cluster Monitoring Operator : Complete (0:02:18) Web Console Install : Complete (0:00:56) Console Install : Complete (0:02:38) metrics-server Install : Complete (0:00:00) 6. All the pods in Running status: [openshift@master-0 ~]$ oc get pods --all-namespaces NAMESPACE NAME READY STATUS RESTARTS AGE default docker-registry-1-qbppk 1/1 Running 0 5d default registry-console-1-2sdgn 1/1 Running 0 5d default router-1-nxchk 1/1 Running 0 5d kube-system master-api-master-0.openshift.example.com 1/1 Running 0 5d kube-system master-controllers-master-0.openshift.example.com 1/1 Running 0 5d kube-system master-etcd-master-0.openshift.example.com 1/1 Running 0 5d kuryr kuryr-cni-ds-8sh2q 2/2 Running 0 5d kuryr kuryr-cni-ds-flsw2 2/2 Running 0 5d kuryr kuryr-cni-ds-j54w4 2/2 Running 0 5d kuryr kuryr-cni-ds-q52fq 2/2 Running 0 5d kuryr kuryr-controller-7cf75d55c9-k6hhv 1/1 Running 0 5d openshift-console console-58cf4f7886-xtkpg 1/1 Running 0 5d openshift-monitoring alertmanager-main-0 3/3 Running 0 5d openshift-monitoring alertmanager-main-1 3/3 Running 0 5d openshift-monitoring alertmanager-main-2 3/3 Running 0 5d openshift-monitoring cluster-monitoring-operator-75c6b544dd-tvdmj 1/1 Running 0 5d openshift-monitoring grafana-c7d5bc87c-8pdjp 2/2 Running 0 5d openshift-monitoring kube-state-metrics-5d6b7bb44f-t26bv 3/3 Running 0 5d openshift-monitoring node-exporter-8f9hx 2/2 Running 0 5d openshift-monitoring node-exporter-jgpqc 2/2 Running 0 5d openshift-monitoring node-exporter-qm7hc 2/2 Running 0 5d openshift-monitoring node-exporter-tg8sr 2/2 Running 0 5d openshift-monitoring prometheus-k8s-0 4/4 Running 1 5d openshift-monitoring prometheus-k8s-1 4/4 Running 1 5d openshift-monitoring prometheus-operator-5b47ff445b-nxngh 1/1 Running 0 5d openshift-node sync-4ql68 1/1 Running 0 5d openshift-node sync-4sxqk 1/1 Running 0 5d openshift-node sync-66jd5 1/1 Running 0 5d openshift-node sync-mx8nz 1/1 Running 0 5d openshift-web-console webconsole-787f54c7f8-c77rd 1/1 Running 0 5d Additional check: [openshift@master-0 ~]$ oc -n kuryr get cm -o yaml | grep enabled_handlers enabled_handlers = vif,lb,lbaasspec,namespace kuryrnet handler is not present. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:2816 |