summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl
diff options
context:
space:
mode:
authornarindergupta <narinder.gupta@canonical.com>2017-08-16 20:50:37 -0500
committernarindergupta <narinder.gupta@canonical.com>2017-08-16 20:51:31 -0500
commit1e9212b4472421d774119a49cbfb803799032d0a (patch)
treefd060c1f7829fb58afccd336559af2f14b18512a /ci/config_tpl
parenta3ed9667edf4cac27777eef983673b727ebbc5ee (diff)
adding space variable for K8 scenarios.
Change-Id: If64c8af0b232c4ab126035b7a3fe266d86f232c9 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl')
-rw-r--r--ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml2
-rw-r--r--ci/config_tpl/juju2/bundlek8_tpl/spaces.yaml5
2 files changed, 7 insertions, 0 deletions
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"
diff --git a/ci/config_tpl/juju2/bundlek8_tpl/spaces.yaml b/ci/config_tpl/juju2/bundlek8_tpl/spaces.yaml
new file mode 100644
index 00000000..17dbd7da
--- /dev/null
+++ b/ci/config_tpl/juju2/bundlek8_tpl/spaces.yaml
@@ -0,0 +1,5 @@
+
+
+ # OAM - Operations, Administration and Maintenance
+ oam-space: &oam-space internal-api
+