summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/congress.yaml
blob: a96951a72d3a576749dc7b0ba7acd1c792c718e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    congress:
      charm: "./{{ ubuntu.release }}/congress"
      num_units: 1
{% if os.service.bindings %}
      bindings:
        "": *oam-space
        internal: *internal-space
        admin: *admin-space
        shared-db: *internal-space
        public: *public-space
{% endif %}
      series: {{ ubuntu.release }}
      options:
        region: *openstack-region
{% if ubuntu.release == 'trusty' %}
        source-branch: "stable/{{ os.release  }}"
{% endif %}
      to:
        - "lxd:nodes/0"
{# Empty block to avoid bad block trim #}