Enable '--baremetal-deployment' fs010/fs030/fs037

Related change: https://review.opendev.org/806562
Would need '--baremetal-deployment' to make overcloud
deploy provision the ControlPlane VIP.

Change-Id: Ife4b15a784c70fe031af98f3aa135737232d56a6
This commit is contained in:
Harald Jensås 2021-10-27 14:24:40 +02:00
parent a5dde005b9
commit 19e6750531
3 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,7 @@ ephemeral_heat_args: "{{ '--heat-type pod' if ephemeral_heat|bool else '' }}"
extra_args: >-
{%- if release not in ['train','ussuri','victoria'] -%}
--disable-protected-resource-types
--baremetal-deployment
{%- endif -%}
# Tempest configuration, keep always at the end of the file

View File

@ -39,6 +39,7 @@ extra_args: >-
-e {{ overcloud_templates_path }}/environments/services/neutron-ovs.yaml
{% if release not in ['train','ussuri','victoria'] -%}
--disable-protected-resource-types
--baremetal-deployment
{%- endif -%}
composable_roles: true

View File

@ -95,4 +95,5 @@ ephemeral_heat_args: "{{ '--heat-type pod' if ephemeral_heat|bool else '' }}"
extra_args: >-
{%- if release not in ['train','ussuri','victoria'] -%}
--disable-protected-resource-types
--baremetal-deployment
{%- endif -%}