Fix the labels for noha 48/68348/2
authorManuel Buil <mbuil@suse.com>
Tue, 13 Aug 2019 13:45:59 +0000 (15:45 +0200)
committerManuel Buil <mbuil@suse.com>
Tue, 13 Aug 2019 14:10:55 +0000 (16:10 +0200)
Both nodes are openstack-helm-node-class=primary. That creates problems
when deploying neutron because two l3 agents and dhcp agents are
deployed which sometimes results in problems

deploy-scenario:k8-calico-nofeature
installer-type:osh

Change-Id: Id13ee3cf308f5120061176302573739d7c5a5ed3
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/vars/main.yml

index b40b5af..979c332 100644 (file)
@@ -21,7 +21,7 @@ node_labels:
   node2:
     - openstack-control-plane={{ (xci_flavor == 'noha') | ternary('disable', 'enabled') }}
     - openstack-compute-node=enabled
-    - openstack-helm-node-class=primary
+    - openstack-helm-node-class=secondary
     - openvswitch=enabled
     - linuxbridge=enabled
     - ceph-mon=enabled