Provision networks prior to heat stack in fs002

Related-Bug: #1925367
Change-Id: I81d098822af34f16f532aa48fa57025d29c511da
This commit is contained in:
ramishra 2021-04-22 08:58:57 +05:30 committed by Rabi Mishra
parent 4299f80af4
commit b12659df86
1 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,14 @@ baremetal_provision: >-
true
{%- endif -%}
# Provision composable networks prior to creating the heat stack
network_provision: >-
{% if release in ['newton','ocata','pike','queens','stein','train','ussuri','victoria'] -%}
false
{%- else -%}
true
{%- endif -%}
undercloud_inspection_extras: false
undercloud_custom_env_files: "{{ working_dir }}/undercloud-parameter-defaults.yaml"
@ -71,6 +79,10 @@ network_isolation: true
network_isolation_type: "multiple-nics"
network_isolation_args: >-
-e {{ overcloud_templates_path }}/ci/environments/network/multiple-nics/network-isolation-absolute.yaml
{% if not release in ['newton','ocata','pike','queens','stein','train','ussuri','victoria'] -%}
--networks-file {{ overcloud_templates_path }}/ci/network_data.yaml
-e {{ working_dir }}/overcloud-networks-deployed.yaml
{% endif %}
-e {{ overcloud_templates_path }}/ci/environments/network/multiple-nics/network-environment.yaml
# This featureset is extremely resource intensive, so we disable telemetry