diff options
author | John Eckersberg <jeckersb@redhat.com> | 2016-11-03 13:54:18 -0400 |
---|---|---|
committer | Michele Baldessari <michele@acksyn.org> | 2017-03-29 10:19:41 +0200 |
commit | 1ca3c2c4b0b47958e9706aca6a8161f70f70b84d (patch) | |
tree | 593c7c13a953a5968c150ddd158405d629f9e9e1 /environments | |
parent | 0ae9d9b346f1c5d7e29b8f281474577eca260670 (diff) |
Qpid dispatch router composable role
Note: since it replaces rabbitmq, in order to aim for the smallest
amount of changes the service_name is called 'rabbitmq' so all the
other services do not need additional logic to use qdr.
Depends-On: Idecbbabdd4f06a37ff0cfb34dc23732b1176a608
Change-Id: I27f01d2570fa32de91ffe1991dc873cdf2293dbc
Diffstat (limited to 'environments')
-rw-r--r-- | environments/services/qdr.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/services/qdr.yaml b/environments/services/qdr.yaml new file mode 100644 index 00000000..e4ad87bd --- /dev/null +++ b/environments/services/qdr.yaml @@ -0,0 +1,2 @@ +resource_registry: + OS::TripleO::Services::Qdr: ../../puppet/services/qdr.yaml |