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/onos/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/onos/fetch-charms.sh')
-rwxr-xr-x | ci/onos/fetch-charms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/onos/fetch-charms.sh b/ci/onos/fetch-charms.sh index 262e44db..43da3785 100755 --- a/ci/onos/fetch-charms.sh +++ b/ci/onos/fetch-charms.sh @@ -16,7 +16,7 @@ bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp bzr branch lp:~openstack-charmers/charms/trusty/hacluster/next $distro/hacluster 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 |