summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/congress.yaml
blob: 07ae71c56ce2d0bc38c47b264cf8e29162956294 (plain)
1
2
3
4
5
6
7
8
9
10
11
    congress:
      charm: "./{{ ubuntu.release }}/congress"
      num_units: 1
      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 #}