From 9a6c24beab3e997e91503b10e49f5deaae77799f Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 11 Aug 2016 22:56:26 +0200 Subject: Remove unneeded net_ip_map dump into hieradata We will lookup bind addresses using map_replace within the templates so dumping net_ip_map as hieradata is unneeded. Change-Id: If54c9033fc58d2cfaa040e30adeed7f58e44fd88 --- puppet/compute.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'puppet/compute.yaml') diff --git a/puppet/compute.yaml b/puppet/compute.yaml index 8de9370f..f8aef35f 100644 --- a/puppet/compute.yaml +++ b/puppet/compute.yaml @@ -369,7 +369,6 @@ resources: - ceph_cluster # provided by CephClusterConfig - all_nodes # provided by allNodesConfig - '"%{::osfamily}"' - - network - neutron_bigswitch_data # Optionally provided by ComputeExtraConfigPre - cisco_n1kv_data # Optionally provided by ComputeExtraConfigPre - nova_nuage_data # Optionally provided by ComputeExtraConfigPre @@ -389,9 +388,6 @@ resources: mapped_data: {get_param: NovaComputeExtraConfig} extraconfig: mapped_data: {get_param: ExtraConfig} - network: - mapped_data: - net_ip_map: {get_attr: [NetIpMap, net_ip_map]} compute: mapped_data: cinder_enable_nfs_backend: {get_input: cinder_enable_nfs_backend} -- cgit 1.2.3-korg