Simplify argument parsing and add usage info
[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         admin: internal-api
8         shared-db: internal-api
9 {% if opnfv.spaces_dict.public is defined %}
10         public: public-api
11 {% else %}
12         public: internal-api
13 {% endif %}
14 {% endif %}
15       options:
16         region: {{ os.region }}
17 {% if ubuntu.release == 'trusty' %}
18         source-branch: "stable/{{ os.release  }}"
19 {% endif %}
20       to:
21         - "lxd:nodes/0"
22 {# Empty block to avoid bad block trim #}