aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-08-11 22:56:26 +0200
committerGiulio Fidente <gfidente@redhat.com>2016-08-16 14:37:06 +0000
commit9a6c24beab3e997e91503b10e49f5deaae77799f (patch)
tree5d231abcb4f4d85f72590864f4ea8c09d1c3dd32 /puppet/compute.yaml
parent80e82be09b2354fe21f51784542973bb479c6364 (diff)
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
Diffstat (limited to 'puppet/compute.yaml')
-rw-r--r--puppet/compute.yaml4
1 files changed, 0 insertions, 4 deletions
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}