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/opencontrail | |
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/opencontrail')
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index 3d033958..81f35ecb 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -15,11 +15,10 @@ bzr branch lp:~narindergupta/charms/trusty/promise/trunk $distro/promise charm pull cs:trusty/mongodb $distro/mongodb charm pull cs:$distro/haproxy $distro/haproxy charm pull cs:$distro/ntp $distro/ntp +charm pull cs:$distro/aodh $distro/aodh git clone https://github.com/gnuoy/charm-congress.git $distro/charm-congress build congress -git clone -b stable/16.07 https://github.com/openstack/charm-aodh.git $distro/charm-aodh -build aodh git clone -b stable/16.07 https://github.com/openstack/charm-hacluster.git $distro/hacluster #git clone -b stable/16.07 https://github.com/openstack/charm-ceilometer.git $distro/ceilometer |