Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3936885
D2966.id7588.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2966.id7588.diff
View Options
diff --git a/pillar/saas/rabbitmq.sls b/pillar/saas/rabbitmq.sls
--- a/pillar/saas/rabbitmq.sls
+++ b/pillar/saas/rabbitmq.sls
@@ -46,6 +46,53 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rabbitmq_clusters:
+
+ # Integration, used by Notifications center on Dwellers
+ orange-rabbit:
+ deployment: docker
+ node: dwellers
+ container: orange-rabbit
+ url: https://orange-rabbit.integration.nasqueron.org/
+
+ vhosts:
+
+ ###
+ ### Nasqueron dev services:
+ ### - Notifications center
+ ###
+
+ dev:
+ description: Nasqueron dev services
+
+ exchanges:
+ # Producer: Notifications center
+ # Consumers: any notifications client
+ notifications:
+ type: topic
+ durable: True
+
+ queues:
+ # Useful for developers to poke notifications streamed
+ all-notifications:
+ durable: True
+
+ bindings:
+ - exchange: notifications
+ queue: all-notifications
+ routing_key: '#'
+
+ permissions:
+ # Notifications center (paas-docker role / notifications container)
+ notifications:
+ configure: '.*'
+ read: '.*'
+ write: '.*'
+
+ users:
+ notifications: ops/secrets/nasqueron/rabbitmq/orange-rabbit/notifications
+
+
+ # Production, used by Notifications center ecosystem
white-rabbit:
deployment: docker
node: docker-002
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 14:00 (13 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2312847
Default Alt Text
D2966.id7588.diff (1 KB)
Attached To
Mode
D2966: Provision orange-rabbit for integration Notifications Center
Attached
Detach File
Event Timeline
Log In to Comment