diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-06 23:20:40 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-06 23:21:25 -0500 |
commit | 4422aa5c5df0ffd7937dcb80fc435a44f4593903 (patch) | |
tree | 98a09c8c780e025c4f0dd753f904d7be2366f085 /ci/nosdn/fetch-charms.sh | |
parent | 1e59c89faec7ff45140227c8db1c00cf63d9b45b (diff) |
fix the openstack-origin for aodh.
Change-Id: Ibd358167c8bb0fc07b5b0c883c15a78df6220479
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn/fetch-charms.sh')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index 278f0c5d..4a220ff2 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -16,8 +16,6 @@ bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp git clone https://github.com/gnuoy/charm-congress.git $distro/charm-congress build congress -git clone https://github.com/openstack/charm-aodh.git $distro/charm-aodh -build aodh git clone https://github.com/openstack/charm-hacluster.git $distro/hacluster git clone https://github.com/openstack/charm-ceilometer.git $distro/ceilometer @@ -41,6 +39,7 @@ git clone https://github.com/openstack/charm-rabbitmq-server.git $distro/rabbit git clone https://github.com/openstack/charm-heat.git $distro/heat git clone https://github.com/openstack/charm-lxd.git xenial/lxd +charm pull cs:$distro/aodh $distro/aodh charm pull cs:~free.ekanayaka/xenial/haproxy-1 $distro/haproxy #charm pull cs:~openstack-charmers-next/hacluster $distro/hacluster #charm pull cs:~openstack-charmers-next/ceilometer $distro/ceilometer |