Drop MongoDB from the undercloud
authorDan Prince <dprince@redhat.com>
Mon, 26 Jun 2017 14:48:15 +0000 (10:48 -0400)
committerSteve Baker <sbaker@redhat.com>
Sun, 23 Jul 2017 22:29:02 +0000 (22:29 +0000)
This patch drops MongoDB from the undercloud and swaps
in a 'swift' and 'sqlalchemy' versions for the Zaqar
backends.

Change-Id: Ic6600f284dfbf4360b42598d3651b4c0f8046d1c

environments/undercloud.yaml
releasenotes/notes/zaqar_undercloud_backends-f63224a2a3aa684e.yaml [new file with mode: 0644]
roles/Undercloud.yaml
roles_data_undercloud.yaml

index 559d81d..4bc16f8 100644 (file)
@@ -20,3 +20,5 @@ parameter_defaults:
   HeatMaxJsonBodySize: 2097152
   IronicInspectorInterface: br-ctlplane
   IronicInspectorIpRange: '192.168.24.100,192.168.24.200'
+  ZaqarMessageStore: 'swift'
+  ZaqarManagementStore: 'sqlalchemy'
diff --git a/releasenotes/notes/zaqar_undercloud_backends-f63224a2a3aa684e.yaml b/releasenotes/notes/zaqar_undercloud_backends-f63224a2a3aa684e.yaml
new file mode 100644 (file)
index 0000000..64a4142
--- /dev/null
@@ -0,0 +1,5 @@
+---
+features:
+  - |
+    Update undercloud default Heat parameters so we use the Zaqar swift/mysql
+    backends. This allows us to drop MongoDB from the undercloud.
index f56749a..d462fb2 100644 (file)
@@ -26,7 +26,6 @@
     - OS::TripleO::Services::MistralApi
     - OS::TripleO::Services::MistralEngine
     - OS::TripleO::Services::MistralExecutor
-    - OS::TripleO::Services::MongoDb
     - OS::TripleO::Services::MySQL
     - OS::TripleO::Services::NeutronApi
     - OS::TripleO::Services::NeutronCorePlugin
index 2aa5a29..2c8e479 100644 (file)
@@ -29,7 +29,6 @@
     - OS::TripleO::Services::MistralApi
     - OS::TripleO::Services::MistralEngine
     - OS::TripleO::Services::MistralExecutor
-    - OS::TripleO::Services::MongoDb
     - OS::TripleO::Services::MySQL
     - OS::TripleO::Services::NeutronApi
     - OS::TripleO::Services::NeutronCorePlugin