Merge "Set tag hints on ControlVirtualIP"

This commit is contained in:
Zuul 2021-03-02 01:53:26 +00:00 committed by Gerrit Code Review
commit 961df3e597
2 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,9 @@ parameters:
replacement_policy:
default: ''
type: string
tags:
default: []
type: comma_delimited_list
DeployedServerPortMap:
default: {}
type: json

View File

@ -1102,6 +1102,12 @@ resources:
- [{subnet: {get_attr: [ServiceNetMap, vip_subnet_map, ctlplane]}}]
- get_param: ControlFixedIPs
replacement_policy: AUTO
tags:
- tripleo_vip_net=ctlplane
- str_replace:
template: tripleo_stack_name=$STACK_NAME
params:
$STACK_NAME: {get_param: 'OS::stack_name'}
RedisVirtualIP:
depends_on: [Networks, ServiceNetMap]