diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl/congress.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/congress.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/congress.yaml b/ci/config_tpl/bundle_tpl/congress.yaml new file mode 100644 index 00000000..3d05295e --- /dev/null +++ b/ci/config_tpl/bundle_tpl/congress.yaml @@ -0,0 +1,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 #} |