Merge "Honor --skip-deploy-identifier in common deploy tasks"
This commit is contained in:
commit
52960f30dc
@ -562,8 +562,15 @@ outputs:
|
|||||||
bootstrap_server_id: BOOTSTRAP_SERVER_ID
|
bootstrap_server_id: BOOTSTRAP_SERVER_ID
|
||||||
step: '{{step}}'
|
step: '{{step}}'
|
||||||
container_cli: CONTAINER_CLI
|
container_cli: CONTAINER_CLI
|
||||||
|
update_identifier: UPDATE_IDENTIFIER
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Check if /var/lib/docker-container-startup-configs.json already exists
|
||||||
|
stat:
|
||||||
|
path: /var/lib/docker-container-startup-configs.json
|
||||||
|
register: docker_container_startup_configs_json_stat
|
||||||
- import_tasks: common_deploy_steps_tasks.yaml
|
- import_tasks: common_deploy_steps_tasks.yaml
|
||||||
|
when:
|
||||||
|
- (update_identifier != "" or not docker_container_startup_configs_json_stat.stat.exists)
|
||||||
tags:
|
tags:
|
||||||
- overcloud
|
- overcloud
|
||||||
- deploy_steps
|
- deploy_steps
|
||||||
|
Loading…
Reference in New Issue
Block a user