diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 16:20:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-01 16:20:03 +0000 |
commit | 905cbf68be10940e56ae5508f1f605a3994cd593 (patch) | |
tree | 1cb4ded590361a3b79fed53ef416761d2ba251eb /ci/kubernetes | |
parent | 27597328935fff61ec826b698cca2c03c05a014c (diff) | |
parent | 9f0a678ee9d4a5a0afc620f93edb14b3e4dcf56b (diff) |
Merge "adding latest release charm support."
Diffstat (limited to 'ci/kubernetes')
-rwxr-xr-x | ci/kubernetes/fetch-charms.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/kubernetes/fetch-charms.sh b/ci/kubernetes/fetch-charms.sh index fd784ba1..ee89d8f6 100755 --- a/ci/kubernetes/fetch-charms.sh +++ b/ci/kubernetes/fetch-charms.sh @@ -10,7 +10,7 @@ function build { } # openstack -bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp -git clone -b stable/17.08 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon -git clone -b stable/17.08 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd +charm pull cs:ntp $distro/ntp +git clone -b stable/17.11 https://github.com/openstack/charm-ceph-mon.git $distro/ceph-mon +git clone -b stable/17.11 https://github.com/openstack/charm-ceph-osd.git $distro/ceph-osd |