Update scenario003 to deploy separate messaging backends
This patch: * Sets up amqp1/qdrouterd for RPC and rabbit/rabbitmq for Notify Change-Id: Iabb447699910876d7c33a03efd2f35fc22618a0d
This commit is contained in:
parent
e1a16a4903
commit
139b552152
@ -89,7 +89,9 @@ and should be executed according to the following table:
|
||||
+----------------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
||||
| neutron-l2gw | | | | | wip | | | | | |
|
||||
+----------------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
||||
| rabbitmq | | X | X | X | X | X | X | | X | X |
|
||||
| om-rpc | | rabbit | rabbit | amqp1 | rabbit | rabbit | rabbit | | rabbit | rabbit |
|
||||
+----------------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
||||
| om-notify | | rabbit | rabbit | rabbit | rabbit | rabbit | rabbit | | rabbit | rabbit |
|
||||
+----------------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
||||
| mongodb | | | | | | | | | | |
|
||||
+----------------+--------+--------+--------+--------+--------+--------+--------+--------+--------+--------+
|
||||
|
@ -7,8 +7,8 @@ resource_registry:
|
||||
OS::TripleO::Services::MistralEngine: ../../docker/services/mistral-engine.yaml
|
||||
OS::TripleO::Services::MistralExecutor: ../../docker/services/mistral-executor.yaml
|
||||
OS::TripleO::Services::MistralEventEngine: ../../docker/services/mistral-event-engine.yaml
|
||||
OS::TripleO::Services::OsloMessagingRpc: ../../docker/services/pacemaker/rpc-rabbitmq.yaml
|
||||
OS::TripleO::Services::OsloMessagingNotify: ../../docker/services/messaging/notify-rabbitmq-shared.yaml
|
||||
OS::TripleO::Services::OsloMessagingRpc: ../../docker/services/messaging/rpc-qdrouterd.yaml
|
||||
OS::TripleO::Services::OsloMessagingNotify: ../../docker/services/pacemaker/notify-rabbitmq.yaml
|
||||
OS::TripleO::Services::HAproxy: ../../docker/services/pacemaker/haproxy.yaml
|
||||
OS::TripleO::Services::Pacemaker: ../../puppet/services/pacemaker.yaml
|
||||
OS::TripleO::Services::PacemakerRemote: ../../puppet/services/pacemaker_remote.yaml
|
||||
@ -86,3 +86,5 @@ parameter_defaults:
|
||||
SwiftCeilometerPipelineEnabled: false
|
||||
NotificationDriver: 'noop'
|
||||
NeutronPluginExtensions: qos,port_security,dns
|
||||
RpcPort: 31459
|
||||
NotifyPort: 5672
|
||||
|
Loading…
x
Reference in New Issue
Block a user