From 40852ce534510baa48038615158ecf3bb89e922d Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 28 Jul 2016 19:49:26 -0500 Subject: move back to ceph from ceph-mon charm as swift api was not working. Change-Id: I1697fa52e5c160a63c0c70df3f430ca458917588 Signed-off-by: Narinder Gupta --- ci/onos/fetch-charms.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/onos') diff --git a/ci/onos/fetch-charms.sh b/ci/onos/fetch-charms.sh index 6b1b9886..6ef2d341 100755 --- a/ci/onos/fetch-charms.sh +++ b/ci/onos/fetch-charms.sh @@ -22,7 +22,8 @@ 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 git clone -b stable/16.07 https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent -git clone -b stable/16.07 https://github.com/openstack/charm-ceph-mon.git $distro/ceph +git clone -b stable/16.07 https://github.com/openstack/charm-ceph.git $distro/ceph +#git clone -b stable/16.07 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon git clone -b stable/16.07 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd git clone -b stable/16.07 https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw git clone -b stable/16.07 https://github.com/openstack/charm-cinder.git $distro/cinder -- cgit 1.2.3-korg