Set tag hints on ControlVirtualIP
Set tags tripleo_vip_net=ctlplane and tripleo_stack_name=$STACK_NAME on the ControlVirtualIP port. Related: blueprint network-data-v2-ports Change-Id: I098f24423716688fe8ff61a894516f3e860b2a4c
This commit is contained in:
parent
72b60678e0
commit
d3b8515c4f
@ -33,6 +33,9 @@ parameters:
|
|||||||
replacement_policy:
|
replacement_policy:
|
||||||
default: ''
|
default: ''
|
||||||
type: string
|
type: string
|
||||||
|
tags:
|
||||||
|
default: []
|
||||||
|
type: comma_delimited_list
|
||||||
DeployedServerPortMap:
|
DeployedServerPortMap:
|
||||||
default: {}
|
default: {}
|
||||||
type: json
|
type: json
|
||||||
|
@ -1102,6 +1102,12 @@ resources:
|
|||||||
- [{subnet: {get_attr: [ServiceNetMap, vip_subnet_map, ctlplane]}}]
|
- [{subnet: {get_attr: [ServiceNetMap, vip_subnet_map, ctlplane]}}]
|
||||||
- get_param: ControlFixedIPs
|
- get_param: ControlFixedIPs
|
||||||
replacement_policy: AUTO
|
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:
|
RedisVirtualIP:
|
||||||
depends_on: [Networks, ServiceNetMap]
|
depends_on: [Networks, ServiceNetMap]
|
||||||
|
Loading…
Reference in New Issue
Block a user