@ -466,7 +466,7 @@ outputs:
strategy: tripleo_free
name: External deployment step 0
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
become: false
vars:
step: 0
@ -496,7 +496,7 @@ outputs:
strategy: tripleo_linear
name: Manage SELinux
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
tasks:
- name: Set selinux state
become: true
@ -508,7 +508,7 @@ outputs:
strategy: tripleo_linear
name: Generate /etc/hosts
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
tasks:
{% raw %}
- name: Configure Hosts Entries
@ -526,7 +526,7 @@ outputs:
strategy: tripleo_linear
name: Common roles for TripleO servers
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
# pre_tasks run before any roles in a play, so we use it for the
# named debug task for --start-at-task.
pre_tasks:
@ -550,7 +550,7 @@ outputs:
name: Deploy step tasks for step 0
become: true
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
step: 0
@ -576,7 +576,7 @@ outputs:
strategy: tripleo_free
name: Server pre network steps
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
vars:
deploy_source_host: "DEPLOY_SOURCE_HOST"
tasks:
@ -602,7 +602,7 @@ outputs:
strategy: tripleo_free
name: Server network deployments
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
tasks:
{% raw %}
- name: Network Configuration
@ -642,7 +642,7 @@ outputs:
strategy: tripleo_free
name: Server network validation
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
tasks:
{% raw %}
- name: Basic Network Validation
@ -665,7 +665,7 @@ outputs:
strategy: tripleo_free
name: Server pre deployment steps
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
tasks:
{% raw %}
- import_tasks: hiera_steps_tasks.yaml
@ -690,7 +690,7 @@ outputs:
name: Host prep steps
become: true
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
deploy_identifier: DEPLOY_IDENTIFIER
@ -735,7 +735,7 @@ outputs:
name: Overcloud container setup tasks
become: true
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
deploy_identifier: DEPLOY_IDENTIFIER
@ -770,7 +770,7 @@ outputs:
name: Pre Deployment Step Tasks
become: true
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
deploy_identifier: DEPLOY_IDENTIFIER
@ -806,7 +806,7 @@ outputs:
strategy: tripleo_free
name: External deployment step {{step}}
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
become: false
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
@ -839,7 +839,7 @@ outputs:
name: Deploy step tasks for {{step}}
become: true
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
step: '{{step}}'
@ -919,7 +919,7 @@ outputs:
name: Server Post Deployments
become: true
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
tasks:
- name: Server Post Deployments
delegate_to: localhost
@ -942,7 +942,7 @@ outputs:
strategy: tripleo_linear
name: External deployment Post Deploy tasks
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
become: false
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
@ -999,7 +999,7 @@ outputs:
become: true
serial: "{% raw %}{{ update_serial | default({% endraw %}{{ role.update_serial | default(1) }}{% raw %})}}{% endraw %}"
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
deploy_identifier: DEPLOY_IDENTIFIER
@ -1053,7 +1053,7 @@ outputs:
- hosts: DEPLOY_SOURCE_HOST
name: External update step {{step}}
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
become: false
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
@ -1081,7 +1081,7 @@ outputs:
- hosts: DEPLOY_SOURCE_HOST
name: External deploy step {{step}}
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
become: false
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
@ -1121,7 +1121,7 @@ outputs:
name: Run pre-upgrade rolling tasks
serial: {{ role.deploy_serial | default(1) }}
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
tasks:
- include_tasks: pre_upgrade_rolling_steps_tasks.yaml
with_sequence: start=0 end={{pre_upgrade_rolling_steps_max-1}}
@ -1141,7 +1141,7 @@ outputs:
name: Upgrade tasks for step {{step}}
become: true
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
vars:
bootstrap_server_id: BOOTSTRAP_SERVER_ID
step: '{{step}}'
@ -1178,7 +1178,7 @@ outputs:
deploy_target_host: "DEPLOY_TARGET_HOST"
- hosts: DEPLOY_TARGET_HOST
strategy: tripleo_free
any_errors_fatal: yes
any_errors_fatal: true
tasks:
- include_tasks: post_upgrade_steps_tasks.yaml
with_sequence: start=0 end={{post_upgrade_steps_max-1}}
@ -1208,7 +1208,7 @@ outputs:
strategy: tripleo_free
name: External upgrade step {{step}}
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
become: false
vars:
# Explicit ansible_python_interpreter to allow connecting
@ -1239,7 +1239,7 @@ outputs:
- hosts: DEPLOY_SOURCE_HOST
name: External deploy step {{step}}
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
any_errors_fatal: true
become: false
vars:
# Explicit ansible_python_interpreter to allow connecting