diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-14 08:50:36 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-14 11:27:10 -0500 |
commit | f6ae2a4c44347d691b4d6c04a156b6a4e82afa25 (patch) | |
tree | dd680c4a4ef5ad0003e56459e5a6b29f7639d73c /ci/opencontrail/fetch-charms.sh | |
parent | 28166dab404f3a4948370fe880f38901515ba960 (diff) |
modified to match the ocl bundle sync with other bundles.
Change-Id: Ib5a13d7c644e2aae7cde96bdabc6f63fcd111d33
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/opencontrail/fetch-charms.sh')
-rwxr-xr-x | ci/opencontrail/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/opencontrail/fetch-charms.sh b/ci/opencontrail/fetch-charms.sh index c46fee21..3dd8fa0f 100755 --- a/ci/opencontrail/fetch-charms.sh +++ b/ci/opencontrail/fetch-charms.sh @@ -18,7 +18,7 @@ bzr branch lp:~openstack-charmers/charms/trusty/hacluster/next $distro/hacluster bzr branch lp:~opnfv-team/charms/trusty/haproxy/trunk $distro/haproxy git clone https://github.com/openstack/charm-ceilometer.git $distro/ceilometer git clone https://github.com/openstack/charm-ceilometer-agent.git $distro/ceilometer-agent -git clone https://github.com/openstack/charm-ceph.git $distro/ceph +git clone https://github.com/openstack/charm-ceph-mon.git $distro/ceph git clone https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd git clone https://github.com/openstack/charm-ceph-radosgw.git $distro/ceph-radosgw git clone https://github.com/openstack/charm-cinder.git $distro/cinder |