Merge "Ensure <service>_restart_bundle do not run concurrently"

This commit is contained in:
Zuul 2020-04-24 16:52:16 +00:00 committed by Gerrit Code Review
commit 5e62d5da1d
5 changed files with 5 additions and 5 deletions

View File

@ -198,7 +198,7 @@ outputs:
# update (scale-out, etc.)
TRIPLEO_DEPLOY_IDENTIFIER: {get_param: DeployIdentifier}
cinder_volume_restart_bundle:
start_order: 1
start_order: 2
config_volume: cinder
detach: false
net: host

View File

@ -180,7 +180,7 @@ outputs:
# update (scale-out, etc.)
TRIPLEO_DEPLOY_IDENTIFIER: {get_param: DeployIdentifier}
manila_share_restart_bundle:
start_order: 1
start_order: 3
config_volume: manila
detach: false
net: host

View File

@ -225,7 +225,7 @@ outputs:
# update (scale-out, etc.)
TRIPLEO_DEPLOY_IDENTIFIER: {get_param: DeployIdentifier}
rabbitmq_restart_bundle:
start_order: 1
start_order: 5
config_volume: rabbitmq
detach: false
net: host

View File

@ -225,7 +225,7 @@ outputs:
# update (scale-out, etc.)
TRIPLEO_DEPLOY_IDENTIFIER: {get_param: DeployIdentifier}
rabbitmq_restart_bundle:
start_order: 1
start_order: 6
config_volume: rabbitmq
detach: false
net: host

View File

@ -231,7 +231,7 @@ outputs:
- {get_param: RabbitCookie}
- {get_param: [DefaultPasswords, rabbit_cookie]}
rabbitmq_restart_bundle:
start_order: 1
start_order: 4
config_volume: rabbitmq
detach: false
net: host