Disable mistral services by default.
authorCarlos Camacho <ccamacho@redhat.com>
Mon, 1 Aug 2016 08:34:24 +0000 (10:34 +0200)
committerCarlos Camacho <ccamacho@redhat.com>
Sat, 6 Aug 2016 08:38:54 +0000 (10:38 +0200)
Optional services should be disabled by default in the overcloud nodes.
This submission makes mistral disabled by default and allows to enable
it base on an environment file.

Depends-On: I942d419be951651e305d01460f394870c30a9878

Change-Id: I0dd245b75142834f71f3bd591b43c3f69d63217b

environments/services/mistral.yaml [new file with mode: 0644]
overcloud-resource-registry-puppet.yaml

diff --git a/environments/services/mistral.yaml b/environments/services/mistral.yaml
new file mode 100644 (file)
index 0000000..4e99fa0
--- /dev/null
@@ -0,0 +1,4 @@
+resource_registry:
+  OS::TripleO::Services::MistralEngine: ../../puppet/services/mistral-engine.yaml
+  OS::TripleO::Services::MistralApi: ../../puppet/services/mistral-api.yaml
+  OS::TripleO::Services::MistralExecutor: ../../puppet/services/mistral-executor.yaml
index f6d76d9..59c0d7d 100644 (file)
@@ -203,6 +203,9 @@ resource_registry:
   OS::TripleO::Services::AodhEvaluator: puppet/services/aodh-evaluator.yaml
   OS::TripleO::Services::AodhNotifier: puppet/services/aodh-notifier.yaml
   OS::TripleO::Services::AodhListener: puppet/services/aodh-listener.yaml
+  OS::TripleO::Services::MistralEngine: OS::Heat::None
+  OS::TripleO::Services::MistralApi: OS::Heat::None
+  OS::TripleO::Services::MistralExecutor: OS::Heat::None
 
 parameter_defaults:
   EnablePackageInstall: false