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.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/ci/bundle_tpl/rabbitmq.yaml b/ci/bundle_tpl/rabbitmq.yaml
deleted file mode 100644
index 1020340f..00000000
--- a/ci/bundle_tpl/rabbitmq.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
- rabbitmq-server:
- charm: "local:{{ ubuntu.release }}/rabbitmq-server"
- num_units: {{ unit_qty() }}
- options:
-{% if os.ha.mode == 'ha' %}
- vip: {{ opnfv.vip.rabbitmq }}
- min-cluster-size: {{ unit_qty() }}
-{% endif %}
- to:
-{% for unit_id in to_select() %}
- - "lxc:nodes={{ unit_id }}"
-{% endfor %}