Don't include net-iso absolute in fs001

Feautreset001 is provisioning node ports as
part of the baremetal deploy workflow since wallaby.
Including this environment causes Heat to create
ports as well.

Change-Id: I732132b41c3c2f02dba908840b24bd8523813a3f
Related: blueprint network-data-v2-ports
This commit is contained in:
Harald Jensås 2021-05-11 15:04:18 +02:00
parent 0f58a1939c
commit 6ac9470aee
1 changed files with 2 additions and 1 deletions

View File

@ -58,11 +58,12 @@ enable_pacemaker: true
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
-e {{ working_dir }}/overcloud-vips-deployed.yaml
{% else %}
-e {{ overcloud_templates_path }}/ci/environments/network/multiple-nics/network-isolation-absolute.yaml
{% endif %}
-e {{ overcloud_templates_path }}/ci/environments/network/multiple-nics/network-environment.yaml