summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/aodh.yaml
blob: 4adbe0768edefba35d55740a17677f79feb7087f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
    aodh:
      charm: "./{{ ubuntu.release }}/aodh"
      num_units: 1
{% if os.service.bindings %}
      bindings:
        internal: internal-api
{% if opnfv.spaces_dict.data is defined %}
        admin: admin-api
{% else %}
        admin: internal-api
{% endif %}
{% if opnfv.spaces_dict.public is defined %}
        public: public-api
{% else %}
        public: internal-api
{% endif %}
{% endif %}
      options:
        openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
      to:
        - "lxd:nodes/0"
{# Empty block to avoid bad block trim #}