diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 07:30:51 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 09:08:02 -0600 |
commit | 9f0a678ee9d4a5a0afc620f93edb14b3e4dcf56b (patch) | |
tree | 8696de03cd0f548e438fc91c502f0cb346cbd5b5 /ci/kubernetes | |
parent | 01e331239780afb41557f5436238b438865bcafb (diff) |
adding latest release charm support.
Change-Id: I4e8bf6ccf9081e3b0bc8c544cd7a6ecb9156ea28
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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 |