From c7410f20ae678809c9cf91af284f8c07deb4ead9 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 22 Aug 2017 11:05:41 -0500 Subject: removing the public gateway addition code as it was added because ealier juju was not supported with multiple network space. Change-Id: I9fc3017c90b8ecdf9a6a1563056dad37d995ca0e Signed-off-by: Narinder Gupta --- ci/nosdn/fetch-charms.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/nosdn') diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index 4a218da4..c3131c6b 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -11,8 +11,6 @@ function build { # openstack bzr branch lp:~narindergupta/charms/trusty/promise/trunk $distro/promise -bzr branch lp:~billy-olsen/charms/xenial/mongodb/trunk $distro/mongodb -bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp git clone https://github.com/openstack/charm-hacluster.git $distro/hacluster git clone https://github.com/openstack/charm-ceilometer.git $distro/ceilometer @@ -37,7 +35,9 @@ git clone https://github.com/openstack/charm-lxd.git $distro/lxd git clone https://github.com/openbaton/juju-charm.git $distro/openbaton charm pull cs:$distro/aodh $distro/aodh -charm pull cs:~free.ekanayaka/xenial/haproxy-1 $distro/haproxy +charm pull cs:$distro/mongodb $distro/mongodb +charm pull cs:$distro/ntp $distro/ntp +charm pull cs:$distro/haproxy $distro/haproxy charm pull cs:~narindergupta/congress-1 $distro/congress #pulling scaleio charms. -- cgit 1.2.3-korg