summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/rabbitmq.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/rabbitmq.yaml')
-rw-r--r--ci/bundle_tpl/rabbitmq.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/bundle_tpl/rabbitmq.yaml b/ci/bundle_tpl/rabbitmq.yaml
new file mode 100644
index 00000000..35e07e90
--- /dev/null
+++ b/ci/bundle_tpl/rabbitmq.yaml
@@ -0,0 +1,7 @@
+ rabbitmq-server:
+ charm: "local:{{ ubuntu.release }}/rabbitmq-server"
+ num_units: {{ unit_qty() }}
+ to:
+{% for unit_id in to_select() %}
+ - "lxc:nodes={{ unit_id }}"
+{% endfor %}