From d8be53f768a586a78bf5ee1601813222250e01f7 Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Fri, 30 Sep 2016 05:17:39 -0700 Subject: Put Congress and Promise back in to avoid deployment issues Change-Id: Iea22dd65fd9df8bf162aee78cb9eab258000b579 Signed-off-by: Stuart Mackie --- ci/opencontrail/fetch-charms.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ci/opencontrail/fetch-charms.sh') diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index 67fa53c4..3cb7b870 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -4,11 +4,11 @@ distro=$1 mkdir precise mkdir -p $distro -#function build { -# sudo apt-get install charm-tools -y -# (cd $distro/charm-$1; charm build -s $distro -obuild src) -# mv $distro/charm-$1/build/$distro/$1 $distro -#} +function build { + sudo apt-get install charm-tools -y + (cd $distro/charm-$1; charm build -s $distro -obuild src) + mv $distro/charm-$1/build/$distro/$1 $distro +} # openstack #bzr branch lp:~narindergupta/charms/trusty/promise/trunk $distro/promise @@ -17,10 +17,10 @@ charm pull cs:$distro/mongodb $distro/mongodb #charm pull cs:~free.ekanayaka/xenial/haproxy xenial/haproxy charm pull cs:$distro/haproxy -#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 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 -- cgit 1.2.3-korg