diff options
Diffstat (limited to 'ci/onos/fetch-charms.sh')
-rwxr-xr-x | ci/onos/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/onos/fetch-charms.sh b/ci/onos/fetch-charms.sh index a8d97782..3ffc628f 100755 --- a/ci/onos/fetch-charms.sh +++ b/ci/onos/fetch-charms.sh @@ -12,6 +12,7 @@ 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 -b stable/17.08 https://github.com/openstack/charm-hacluster.git $distro/hacluster git clone -b stable/17.08 https://github.com/openstack/charm-ceilometer.git $distro/ceilometer @@ -34,7 +35,6 @@ git clone -b stable/17.08 https://github.com/openstack/charm-heat.git $distro/he 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:ntp $distro/ntp charm pull cs:$distro/aodh $distro/aodh charm pull cs:~narindergupta/congress-1 $distro/congress |