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 12:24:38 -0600 |
commit | 43f181d4a673269248c7da585fd041d6ad216f76 (patch) | |
tree | 44f8c0bc9ccf23608122b40f97d5f2f78992ef8a /ci/kubernetes | |
parent | ea02451b612e5ee9bcb45986fa28fab124048e1b (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 |