Merge "Set tag hints on ControlVirtualIP"
This commit is contained in:
commit
961df3e597
@ -33,6 +33,9 @@ parameters:
|
||||
replacement_policy:
|
||||
default: ''
|
||||
type: string
|
||||
tags:
|
||||
default: []
|
||||
type: comma_delimited_list
|
||||
DeployedServerPortMap:
|
||||
default: {}
|
||||
type: json
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user