From a8b849f03695604ebc109aea14694e3e9ec06e59 Mon Sep 17 00:00:00 2001 From: rabi Date: Mon, 28 Feb 2022 11:13:04 +0530 Subject: [PATCH] Remove unused deployed_server_port_map output OS::TripleO::DeployedServerEnvironment was dropped in I47beaaccd01d72cc550ffc7871e3384e112d9334 which used this output. Change-Id: I5fb37734837a84d37f08263de1b7a2840ec64139 --- puppet/role.role.j2.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/puppet/role.role.j2.yaml b/puppet/role.role.j2.yaml index a6702d51fa..76f74f2435 100644 --- a/puppet/role.role.j2.yaml +++ b/puppet/role.role.j2.yaml @@ -539,25 +539,6 @@ outputs: value: {get_resource: {{server_resource_name}}} 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 %} {%- if network.enabled|default(true) and network.name in role.networks|default([]) %} {{network.name_lower|default(network.name.lower())}}_ip_address: