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