Merge "Split network validation to it's own play" into stable/ussuri

This commit is contained in:
Zuul 2021-02-03 12:59:43 +00:00 committed by Gerrit Code Review
commit 74c66c2604
1 changed files with 11 additions and 0 deletions

View File

@ -563,7 +563,18 @@ outputs:
tripleo_network_config_async_poll: "{{ async_poll | default(3) }}"
when:
- NetworkConfig_stat.stat.exists
tags:
- overcloud
- pre_deploy_steps
{% endraw %}
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
strategy: tripleo_free
name: Server deployments
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
tasks:
{% raw %}
- name: Basic Network Validation
include_role:
name: tripleo_nodes_validation