Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Set tag hints on ControlVirtualIP
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hjensas committed Feb 23, 2021
1 parent 72b6067 commit d3b8515
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployed-server/deployed-neutron-port.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ parameters:
replacement_policy:
default: ''
type: string
tags:
default: []
type: comma_delimited_list
DeployedServerPortMap:
default: {}
type: json
Expand Down
6 changes: 6 additions & 0 deletions overcloud.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d3b8515

Please sign in to comment.