Remove unused deployed_server_port_map output
OS::TripleO::DeployedServerEnvironment was dropped in I47beaaccd01d72cc550ffc7871e3384e112d9334 which used this output. Change-Id: I5fb37734837a84d37f08263de1b7a2840ec64139
This commit is contained in:
parent
bf8ce722fd
commit
a8b849f036
@ -539,25 +539,6 @@ outputs:
|
|||||||
value:
|
value:
|
||||||
{get_resource: {{server_resource_name}}}
|
{get_resource: {{server_resource_name}}}
|
||||||
condition: server_not_blacklisted
|
condition: server_not_blacklisted
|
||||||
deployed_server_port_map:
|
|
||||||
description: |
|
|
||||||
Map of Heat created hostname of the server to ip address. This is the
|
|
||||||
hostname before it has been mapped with the HostnameMap parameter, and
|
|
||||||
the IP address from the ctlplane network. This map can be used to construct
|
|
||||||
the DeployedServerPortMap parameter when using split-stack.
|
|
||||||
value:
|
|
||||||
map_replace:
|
|
||||||
- hostname:
|
|
||||||
fixed_ips:
|
|
||||||
- ip_address: {get_attr: [{{server_resource_name}}, networks, ctlplane, 0]}
|
|
||||||
subnets:
|
|
||||||
- cidr: {get_attr: [{{server_resource_name}}, addresses, ctlplane, 0, subnets, 0, cidr]}
|
|
||||||
- keys:
|
|
||||||
hostname:
|
|
||||||
list_join:
|
|
||||||
- '-'
|
|
||||||
- - {get_param: Hostname}
|
|
||||||
- ctlplane
|
|
||||||
{%- for network in networks %}
|
{%- for network in networks %}
|
||||||
{%- if network.enabled|default(true) and network.name in role.networks|default([]) %}
|
{%- if network.enabled|default(true) and network.name in role.networks|default([]) %}
|
||||||
{{network.name_lower|default(network.name.lower())}}_ip_address:
|
{{network.name_lower|default(network.name.lower())}}_ip_address:
|
||||||
|
Loading…
Reference in New Issue
Block a user