removing the public gateway addition code as it was added because
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / ceilometer.yaml
1     mongodb:
2       charm: ./{{ ubuntu.release }}/mongodb
3       num_units: 1
4       constraints: *oam-space-constr
5 {% if os.service.bindings %}
6       bindings:
7         "": *internal-space
8 {% endif %}
9       to:
10         - "lxd:nodes/0"
11     ceilometer:
12       charm: "./{{ ubuntu.release }}/ceilometer"
13       num_units: {{ unit_qty() }}
14 {% if os.service.bindings %}
15       bindings:
16         "": *oam-space
17         public: *public-space
18         admin: *admin-space
19         internal: *internal-space
20 {% endif %}
21       options:
22         openstack-origin: *openstack-origin
23         region: *openstack-region
24 {% if os.ha.mode == 'ha' %}
25         vip: {{ opnfv.vip.ceilometer }}
26 {% endif %}
27       to:
28 {% for unit_id in to_select() %}
29         - "lxd:nodes/{{ unit_id }}"
30 {% endfor %}