Rename common deploy step 1 tasks

There was already a play/task for "common deploy step tasks 1", so this
was a bad name to begin with. Use common bootstrap tasks instead.

Also adds a missing debug task.

Change-Id: I9840a26f10d8ad72b5fa187e56b1b3dbfd63e40d
(cherry picked from commit 5d8425ddaf)
This commit is contained in:
James Slagle 2020-01-29 17:19:52 -05:00
parent e4b554d26f
commit 2dd84fa5c6
1 changed files with 6 additions and 1 deletions

View File

@ -812,7 +812,7 @@ outputs:
{% if step == 1 %}
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
name: Overcloud common deploy step 1 tasks
name: Overcloud common bootstrap tasks for step 1
gather_facts: {{ '"{{' }} gather_facts | default(false) {{ '}}"' }}
any_errors_fatal: yes
vars:
@ -828,6 +828,11 @@ outputs:
docker_puppet_process_count: DOCKER_PUPPET_PROCESS_COUNT
docker_puppet_mount_host_puppet: DOCKER_PUPPET_MOUNT_HOST_PUPPET
tasks:
- name: Overcloud common bootstrap tasks for step 1
delegate_to: localhost
run_once: true
debug:
msg: Use --start-at-task 'Overcloud common bootstrap tasks for step 1' to resume from this task
- name: Check if /var/lib/tripleo-config/container-startup-config-step_1.json already exists
stat:
path: /var/lib/tripleo-config/container-startup-config-step_1.json