diff options
Diffstat (limited to 'ci/config_tpl')
-rw-r--r-- | ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml | 2 | ||||
-rw-r--r-- | ci/config_tpl/juju2/bundlek8_tpl/spaces.yaml | 5 |
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 + |