summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/congress.yaml
blob: e9a549db848313196cf42b25928f9047d5a04f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
    congress:
      charm: "./{{ ubuntu.release }}/congress"
      num_units: 1
{% if os.service.bindings %}
      bindings:
        internal: internal-api
        shared-db: internal-api
{% if opnfv.spaces_dict.public is defined %}
        public: public-api
{% if opnfv.spaces_dict.data is defined %}
        admin: admin-api
{% else %}
        admin: internal-api
{% endif %}
{% else %}
        public: internal-api
        admin: internal-api
{% endif %}
{% endif %}
      options:
        region: {{ os.region }}
{% if ubuntu.release == 'trusty' %}
        source-branch: "stable/{{ os.release  }}"
{% endif %}
      to:
        - "lxd:nodes/0"
{# Empty block to avoid bad block trim #}