diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 12:19:47 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-01 18:25:05 +0000 |
commit | 1c8549f1643dc970df63af175f02ab6b1e41e4bb (patch) | |
tree | 3e00117e350544ecc2a4209f52451c76681deb7e /ci/kubernetes | |
parent | b96be4610f787bf487b3e64061000249208bde7f (diff) |
fix for kubernetes scenarios.
Change-Id: I21bcb633fc2a1198cb41e63315503a2a664d0fb3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/kubernetes')
-rwxr-xr-x | ci/kubernetes/fetch-charms.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ci/kubernetes/fetch-charms.sh b/ci/kubernetes/fetch-charms.sh index 255f1eb7..4ab94a98 100755 --- a/ci/kubernetes/fetch-charms.sh +++ b/ci/kubernetes/fetch-charms.sh @@ -10,5 +10,6 @@ function build { } # openstack -bzr branch lp:~narindergupta/opnfv/ntp $distro/ntp - +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 |