From 1c8549f1643dc970df63af175f02ab6b1e41e4bb Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 1 Dec 2017 12:19:47 -0600 Subject: fix for kubernetes scenarios. Change-Id: I21bcb633fc2a1198cb41e63315503a2a664d0fb3 Signed-off-by: Narinder Gupta --- ci/kubernetes/fetch-charms.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ci/kubernetes/fetch-charms.sh') 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 -- cgit 1.2.3-korg