From e9a56336b664f4575194c2317aa747652a2ecb6f Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 15 Aug 2017 13:28:22 -0500 Subject: modified templates and added variable to easlity understand the templates and added support for multiple networks. Change-Id: I1074c722c9007bd12c711dbfc58afa1a098d2a17 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml') diff --git a/ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml b/ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml index ecbef4f1..b3bba40d 100644 --- a/ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/rabbitmq.yaml @@ -3,9 +3,12 @@ num_units: {{ unit_qty() }} {% if os.service.bindings %} bindings: - amqp: internal-api + "": *oam-space + amqp: *internal-space + cluster: *internal-space {% endif %} options: + source: *openstack-origin {% if opnfv.storage_dict.ceph is defined %} ceph-osd-replication-count: {{ unit_ceph_qty() }} {% endif %} @@ -13,7 +16,6 @@ prefer-ipv6: {{ os.network.ipv6 }} {% endif %} {% if os.ha.mode == 'ha' %} - #vip: {{ opnfv.vip.rabbitmq }} min-cluster-size: {{ unit_qty() }} {% endif %} to: -- cgit 1.2.3-korg