~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/kubernetes/fetch-charms.sh

  • Committer: Gerrit Code Review
  • Author(s): Narinder Gupta
  • Date: 2017-12-01 16:20:03 UTC
  • mfrom: (743.1.1)
  • Revision ID: git-v1:905cbf68be10940e56ae5508f1f605a3994cd593
Merge "adding latest release charm support."

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
}
11
11
 
12
12
# openstack
13
 
bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp
14
 
git clone -b stable/17.08 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon
15
 
git clone -b stable/17.08 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd
 
13
charm pull cs:ntp $distro/ntp
 
14
git clone -b stable/17.11 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon
 
15
git clone -b stable/17.11 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd
16
16