Drop MongoDB from the undercloud
This patch drops MongoDB from the undercloud and swaps in a 'swift' and 'sqlalchemy' versions for the Zaqar backends. Change-Id: Ic6600f284dfbf4360b42598d3651b4c0f8046d1c
This commit is contained in:
parent
0fbc2ff487
commit
5b77325687
@ -20,3 +20,5 @@ parameter_defaults:
|
|||||||
HeatMaxJsonBodySize: 2097152
|
HeatMaxJsonBodySize: 2097152
|
||||||
IronicInspectorInterface: br-ctlplane
|
IronicInspectorInterface: br-ctlplane
|
||||||
IronicInspectorIpRange: '192.168.24.100,192.168.24.200'
|
IronicInspectorIpRange: '192.168.24.100,192.168.24.200'
|
||||||
|
ZaqarMessageStore: 'swift'
|
||||||
|
ZaqarManagementStore: 'sqlalchemy'
|
||||||
|
@ -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.
|
@ -26,7 +26,6 @@
|
|||||||
- OS::TripleO::Services::MistralApi
|
- OS::TripleO::Services::MistralApi
|
||||||
- OS::TripleO::Services::MistralEngine
|
- OS::TripleO::Services::MistralEngine
|
||||||
- OS::TripleO::Services::MistralExecutor
|
- OS::TripleO::Services::MistralExecutor
|
||||||
- OS::TripleO::Services::MongoDb
|
|
||||||
- OS::TripleO::Services::MySQL
|
- OS::TripleO::Services::MySQL
|
||||||
- OS::TripleO::Services::NeutronApi
|
- OS::TripleO::Services::NeutronApi
|
||||||
- OS::TripleO::Services::NeutronCorePlugin
|
- OS::TripleO::Services::NeutronCorePlugin
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
- OS::TripleO::Services::MistralApi
|
- OS::TripleO::Services::MistralApi
|
||||||
- OS::TripleO::Services::MistralEngine
|
- OS::TripleO::Services::MistralEngine
|
||||||
- OS::TripleO::Services::MistralExecutor
|
- OS::TripleO::Services::MistralExecutor
|
||||||
- OS::TripleO::Services::MongoDb
|
|
||||||
- OS::TripleO::Services::MySQL
|
- OS::TripleO::Services::MySQL
|
||||||
- OS::TripleO::Services::NeutronApi
|
- OS::TripleO::Services::NeutronApi
|
||||||
- OS::TripleO::Services::NeutronCorePlugin
|
- OS::TripleO::Services::NeutronCorePlugin
|
||||||
|
Loading…
Reference in New Issue
Block a user