summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2018-04-19 15:55:24 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2018-04-19 16:18:26 -0500
commit6345ba5917f720c00b165530916436578bd4c327 (patch)
tree35462c055a68a08ab5e2d4552c85b7e9383b6dc9 /ci
parent104906bfb36c79c0837349ffe7ecb22fd82b44c6 (diff)
syntax error.
Change-Id: Ic3fb0ff897fd2e86322c34365b94caee34a021bf Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml4
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/designate.yaml1
-rwxr-xr-xci/nosdn/fetch-charms.sh4
3 files changed, 5 insertions, 4 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml b/ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml
index 33247f70..9e03affe 100644
--- a/ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/ceilometer.yaml
@@ -36,8 +36,8 @@
options:
allow-ufw-ip6-softfail: True
to:
- - "designate-bind/0"
- - "designate-bind/1"
+ - "lxd:nodes/0"
+ - "lxd:nodes/1"
ceilometer:
charm: "./{{ ubuntu.release }}/ceilometer"
num_units: {{ unit_qty() }}
diff --git a/ci/config_tpl/juju2/bundle_tpl/designate.yaml b/ci/config_tpl/juju2/bundle_tpl/designate.yaml
index 23840a0c..f58baefa 100644
--- a/ci/config_tpl/juju2/bundle_tpl/designate.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/designate.yaml
@@ -41,6 +41,7 @@
num_units: 2
bindings:
"": *internal-space
+ series: {{ ubuntu.release }}
to:
- "lxd:nodes/0"
- "lxd:nodes/1"
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh
index c2dc48af..c8d60ec7 100755
--- a/ci/nosdn/fetch-charms.sh
+++ b/ci/nosdn/fetch-charms.sh
@@ -34,8 +34,8 @@ git clone -b stable/18.02 https://github.com/openstack/charm-heat.git $distro/he
git clone -b stable/18.02 https://github.com/openstack/charm-lxd.git $distro/lxd
git clone https://github.com/openbaton/juju-charm.git $distro/openbaton
-+charm pull cs:designate $distro/designate
-+charm pull cs:designate-bind $distro/designate-bind
+charm pull cs:designate $distro/designate
+charm pull cs:designate-bind $distro/designate-bind
charm pull cs:memcached $distro/memcached
charm pull cs:gnocchi $distro/gnocchi
charm pull cs:$distro/aodh $distro/aodh