summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/bundle_tpl/congress.yaml
blob: 7d68f1d6f4ab4a3fe07d8761fa43b41ac8fb3727 (plain)
1
2
3
4
5
6
7
8
9
10
    congress:
      charm: "local:{{ ubuntu.release }}/congress"
      options:
        region: {{ os.region }}
{% if ubuntu.release == 'trusty' %}
        source-branch: "stable/{{ os.release  }}"
{% endif %}
      to:
        - "lxc:nodes=0"
{# Empty block to avoid bad block trim #}