diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-04-06 10:17:05 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-04-06 10:18:11 -0500 |
commit | 406e1c9445a528da391138836308f6375f83e3f9 (patch) | |
tree | dbdc33fd52549c59cbc8289d4c9da5387c7b0bee /ci/odl | |
parent | e3983c25772ce327684ed98b7600300bf3132471 (diff) |
modfiied to support openbaton during the dpeloyment.
Change-Id: Ie1c2a6f39927f10f9990c8665a5d886cd163c35b
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl')
-rwxr-xr-x | ci/odl/fetch-charms.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/odl/fetch-charms.sh b/ci/odl/fetch-charms.sh index 4b028dd7..bda0f165 100755 --- a/ci/odl/fetch-charms.sh +++ b/ci/odl/fetch-charms.sh @@ -33,7 +33,8 @@ git clone -b stable/17.02 https://github.com/openstack/charm-nova-compute.git $d git clone -b stable/17.02 https://github.com/openstack/charm-openstack-dashboard.git $distro/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 xenial/lxd +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 @@ -72,4 +73,4 @@ charm pull cs:$distro/odl-controller $distro/odl-controller charm pull cs:~narindergupta/neutron-api-odl-11 $distro/neutron-api-odl charm pull cs:~narindergupta/openvswitch-odl-3 $distro/openvswitch-odl charm pull cs:~narindergupta/neutron-gateway-6 $distro/neutron-gateway -charm pull cs:~narindergupta/congress-0 $distro/congress +charm pull cs:~narindergupta/congress-1 $distro/congress |