e9a549db848313196cf42b25928f9047d5a04f19
[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.public is defined %}
9         public: public-api
10 {% if opnfv.spaces_dict.data is defined %}
11         admin: admin-api
12 {% else %}
13         admin: internal-api
14 {% endif %}
15 {% else %}
16         public: internal-api
17         admin: internal-api
18 {% endif %}
19 {% endif %}
20       options:
21         region: {{ os.region }}
22 {% if ubuntu.release == 'trusty' %}
23         source-branch: "stable/{{ os.release  }}"
24 {% endif %}
25       to:
26         - "lxd:nodes/0"
27 {# Empty block to avoid bad block trim #}