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

This commit is contained in:
Zuul 2021-02-03 03:21:27 +00:00 committed by Gerrit Code Review
commit 28a2635940
1 changed files with 13 additions and 0 deletions

View File

@ -577,6 +577,19 @@ outputs:
tripleo_network_config_safe_defaults: "{{ network_safe_defaults }}|bool"
when:
- tripleo_network_config_with_ansible or NetworkConfig_stat.stat.exists
tags:
- overcloud
- pre_deploy_steps
- network_deploy_steps
{% endraw %}
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
strategy: tripleo_free
name: Server network validation
gather_facts: "{% raw %}{{ gather_facts | default(false) }}{% endraw %}"
any_errors_fatal: yes
tasks:
{% raw %}
- name: Basic Network Validation
include_role:
name: tripleo_nodes_validation