Rabbit: Move to deploy the default number of replicas in gate

This PS moves to deploy the default number of RMQ replicas in the gate.

Change-Id: I36734a64b45adce8de89dfe3b020d0dae0e66d94
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2019-06-20 08:18:39 -05:00 committed by Pete Birley
parent 819cf51083
commit fff09d1066

View File

@ -23,7 +23,6 @@ make rabbitmq
: ${OSH_EXTRA_HELM_ARGS:=""} : ${OSH_EXTRA_HELM_ARGS:=""}
helm upgrade --install rabbitmq ./rabbitmq \ helm upgrade --install rabbitmq ./rabbitmq \
--namespace=openstack \ --namespace=openstack \
--set pod.replicas.server=3 \
--recreate-pods \ --recreate-pods \
--force \ --force \
${OSH_EXTRA_HELM_ARGS} \ ${OSH_EXTRA_HELM_ARGS} \