From 331fa0a67b27023c6c00358a418a7f7b43cc6da3 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 1 Jul 2016 01:41:08 -0500 Subject: added congress charm as well. Change-Id: Ia40210fd2e0a2935df5dedd4fd24493abf567cf1 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/congress.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ci/bundle_tpl/congress.yaml (limited to 'ci/bundle_tpl/congress.yaml') diff --git a/ci/bundle_tpl/congress.yaml b/ci/bundle_tpl/congress.yaml new file mode 100644 index 00000000..3d05295e --- /dev/null +++ b/ci/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 #} -- cgit 1.2.3-korg