From f567ba6dea9ef6147ba9214606f9a4d434e99eb1 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 28 Oct 2014 18:00:40 -0400 Subject: Controller: Split out software config This is a step towards supporting pluggable software configurations in the heat templates. By moving controller-config out of controller.yaml we make it possible to define alternate implementations by changing the OS::TripleO::ControllerConfig value in the overcloud-resource-registry.yaml heat environment file. Change-Id: I228216a0b55ff2d384b281d9ad2a61b93d58dab9 --- overcloud-resource-registry.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'overcloud-resource-registry.yaml') diff --git a/overcloud-resource-registry.yaml b/overcloud-resource-registry.yaml index 476758b0..09a3363b 100644 --- a/overcloud-resource-registry.yaml +++ b/overcloud-resource-registry.yaml @@ -5,4 +5,5 @@ resource_registry: OS::TripleO::SoftwareDeployment: OS::Heat::StructuredDeployment OS::TripleO::Net::SoftwareConfig: net-config-noop.yaml OS::TripleO::Controller: controller.yaml + OS::TripleO::Controller::SoftwareConfig: controller-config.yaml OS::TripleO::ObjectStorage: swift-storage.yaml -- cgit 1.2.3-korg