diff options
author | Manuel Buil <mbuil@suse.com> | 2019-08-13 15:45:59 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2019-08-13 16:10:55 +0200 |
commit | 5e82be1462e6ceebaffa37a24a9e53a788b71fae (patch) | |
tree | e2d3b500452106b23db82fdc7b1f8df7bbda8909 /xci/installer | |
parent | f72470b570382f565c7d82a21cbafed0767d9fbe (diff) |
Fix the labels for noha
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>
Diffstat (limited to 'xci/installer')
-rw-r--r-- | xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/vars/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/vars/main.yml b/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/vars/main.yml index b40b5afb..979c3329 100644 --- a/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/vars/main.yml +++ b/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/vars/main.yml @@ -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 |