diff options
Diffstat (limited to 'ci/onos/fetch-charms.sh')
-rwxr-xr-x | ci/onos/fetch-charms.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/onos/fetch-charms.sh b/ci/onos/fetch-charms.sh index b9d4ff97..ea6b3e62 100755 --- a/ci/onos/fetch-charms.sh +++ b/ci/onos/fetch-charms.sh @@ -33,9 +33,10 @@ git clone -b stable/17.02 https://github.com/openstack/charm-openstack-dashboard git clone -b stable/17.02 https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbitmq-server git clone -b stable/17.02 https://github.com/openstack/charm-heat.git $distro/heat 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:~narindergupta/congress-0 $distro/congress +charm pull cs:~narindergupta/congress-1 $distro/congress #pulling scaleio charms. charm pull cs:~cloudscaling/scaleio-mdm $distro/scaleio-mdm |