diff options
author | Stuart Mackie <wsmackie@juniper.net> | 2016-09-30 05:17:39 -0700 |
---|---|---|
committer | Stuart Mackie <wsmackie@juniper.net> | 2016-09-30 05:17:39 -0700 |
commit | d8be53f768a586a78bf5ee1601813222250e01f7 (patch) | |
tree | 37333c9e5c6b0da8f55e89668c100b498361afdb /ci | |
parent | f2afa980e1a959aba15df881c8bf4c2910a8d7bc (diff) |
Put Congress and Promise back in to avoid deployment issues
Change-Id: Iea22dd65fd9df8bf162aee78cb9eab258000b579
Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 18 |
1 files changed, 9 insertions, 9 deletions
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 |