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