Add rabbitmq statefulset name to Armada chart overrides

This adds the rabbitmq statefulset name override to the values
for each openstack service chart in the Armada manifest, as this
is required to support communicating with the rabbitmq backends
directly

Change-Id: I4a2fabf491c6607bec80f37a8d1236c55ec8430a
Signed-off-by: Steve Wilkerson <sw5822@att.com>
This commit is contained in:
Steve Wilkerson 2019-08-27 10:04:39 -05:00
parent bca8e352b7
commit 2f89afa384
1 changed files with 18 additions and 0 deletions

View File

@ -337,6 +337,9 @@ data:
keystone:
username: keystone-rabbitmq-user
password: ${KEYSTONE_RABBITMQ_USER_PASSWORD}
statefulset:
replicas: 2
name: osh-rabbitmq-rabbitmq
labels:
api:
node_selector_key: openstack-control-plane
@ -483,6 +486,9 @@ data:
glance:
username: glance-rabbitmq-user
password: ${GLANCE_RABBITMQ_USER_PASSWORD}
statefulset:
replicas: 2
name: osh-rabbitmq-rabbitmq
labels:
api:
node_selector_key: openstack-control-plane
@ -571,6 +577,9 @@ data:
cinder:
username: cinder-rabbitmq-user
password: ${CINDER_RABBITMQ_USER_PASSWORD}
statefulset:
replicas: 2
name: osh-rabbitmq-rabbitmq
labels:
api:
node_selector_key: openstack-control-plane
@ -788,6 +797,9 @@ data:
nova:
username: nova-rabbitmq-user
password: ${NOVA_RABBITMQ_USER_PASSWORD}
statefulset:
replicas: 2
name: osh-rabbitmq-rabbitmq
labels:
agent:
compute:
@ -927,6 +939,9 @@ data:
neutron:
username: neutron-rabbitmq-user
password: ${NEUTRON_RABBITMQ_USER_PASSWORD}
statefulset:
replicas: 2
name: osh-rabbitmq-rabbitmq
pod:
replicas:
server: 2
@ -1055,6 +1070,9 @@ data:
heat:
username: heat-rabbitmq-user
password: ${HEAT_RABBITMQ_USER_PASSWORD}
statefulset:
replicas: 2
name: osh-rabbitmq-rabbitmq
labels:
api:
node_selector_key: openstack-control-plane