From 1e9212b4472421d774119a49cbfb803799032d0a Mon Sep 17 00:00:00 2001 From: narindergupta Date: Wed, 16 Aug 2017 20:50:37 -0500 Subject: adding space variable for K8 scenarios. Change-Id: If64c8af0b232c4ab126035b7a3fe266d86f232c9 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml') diff --git a/ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml b/ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml index 96a27cfb..b4ed14ac 100644 --- a/ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml +++ b/ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml @@ -6,6 +6,8 @@ # deployment before moving to production. # series: {{ ubuntu.release }} + variables: +{% include 'spaces.yaml' %} services: nodes: charm: "cs:{{ ubuntu.release }}/ubuntu" -- cgit 1.2.3-korg