diff options
Diffstat (limited to 'ci/nosdn/fetch-charms.sh')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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. |