Merge "Add RootStackName to group_vars" into stable/ussuri

This commit is contained in:
Zuul 2021-04-29 22:45:36 +00:00 committed by Gerrit Code Review
commit 0ae1402ca7
1 changed files with 5 additions and 0 deletions

View File

@ -318,6 +318,10 @@ parameters:
default: {}
description: Map of extra global_config_settings data to set on each node.
RootStackName:
description: The name of the stack/plan.
type: string
{% for role in roles %}
{%- if role.deprecated_param_scheduler_hints is defined or role.deprecated_param_extraconfig is defined %}
{%- if not parameter_groups_defined|default(false) %}
@ -1205,6 +1209,7 @@ outputs:
neutron_physical_bridge_name: {get_param: NeutronPhysicalBridge}
neutron_public_interface_name: {get_param: NeutronPublicInterface}
network_deployment_actions: {get_attr: [{{role.name}}NetworkDeploymentActionsValue, value]}
tripleo_stack_name: {get_param: RootStackName}
- {get_param: {{role.name}}ExtraGroupVars}
{%- endfor %}
RoleNetHostnameMap: