Update Overrides for armada.yaml.sub

There has been recent updates in OSH [0] and [1] that requires
updates to be made to 'armada.yaml.sub'

[0] b311f86193 (diff-e2854c57146c7512ed40cad1094beb49)
[1] 826fddca01 (diff-3e56c8256691116056e6c7f3e47a4bab)

Change-Id: I00b19205798f9430d8caccf6da128727c00fb6a3
This commit is contained in:
Anthony Lin 2018-02-20 09:38:50 +00:00
parent 6c34071803
commit f1f9bb1471
1 changed files with 15 additions and 8 deletions

View File

@ -310,8 +310,9 @@ data:
no_hooks: false
values:
labels:
node_selector_key: ucp-control-plane
node_selector_value: enabled
server:
node_selector_key: ucp-control-plane
node_selector_value: enabled
source:
type: git
location: https://git.openstack.org/openstack/openstack-helm
@ -352,8 +353,12 @@ data:
override:
replicas: 2
labels:
node_selector_key: ucp-control-plane
node_selector_value: enabled
api:
node_selector_key: ucp-control-plane
node_selector_value: enabled
job:
node_selector_key: ucp-control-plane
node_selector_value: enabled
source:
type: git
location: https://git.openstack.org/openstack/openstack-helm
@ -388,8 +393,9 @@ data:
development:
enabled: false
labels:
node_selector_key: ucp-control-plane
node_selector_value: enabled
server:
node_selector_key: ucp-control-plane
node_selector_value: enabled
source:
type: git
location: https://git.openstack.org/openstack/openstack-helm
@ -600,8 +606,9 @@ data:
job:
node_selector_key: ucp-control-plane
node_selector_value: enabled
node_selector_key: ucp-control-plane
node_selector_value: enabled
api:
node_selector_key: ucp-control-plane
node_selector_value: enabled
source:
type: git
location: https://git.openstack.org/openstack/openstack-helm