From fe1f8a8c8644a2c27ee587a67fb4a738fd420dcf Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 5 Jul 2016 17:48:28 +0100 Subject: Convert AllNodesExtraConfig to OS::Heat::None Instead of creating a nested stack, as it's slightly lower overhead and will make things easier when adding custom roles (where a hard-coded default template can't work) Change-Id: If9f8294ba477d1c1364e19a52152905a2c02e959 --- overcloud-resource-registry-puppet.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'overcloud-resource-registry-puppet.yaml') diff --git a/overcloud-resource-registry-puppet.yaml b/overcloud-resource-registry-puppet.yaml index 1ef3660f..37e66f53 100644 --- a/overcloud-resource-registry-puppet.yaml +++ b/overcloud-resource-registry-puppet.yaml @@ -50,7 +50,8 @@ resource_registry: # phase, e.g when puppet is applied, but after the pre_deploy phase. Useful when # configuration with knowledge of all nodes in the cluster is required vs single # node configuration in the pre_deploy step. - OS::TripleO::AllNodesExtraConfig: extraconfig/all_nodes/default.yaml + # See extraconfig/all_nodes/* for examples + OS::TripleO::AllNodesExtraConfig: OS::Heat::None # TripleO overcloud networks OS::TripleO::Network: network/networks.yaml -- cgit 1.2.3-korg