diff options
Diffstat (limited to 'ci/kubernetes/fetch-charms.sh')
-rwxr-xr-x | ci/kubernetes/fetch-charms.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/kubernetes/fetch-charms.sh b/ci/kubernetes/fetch-charms.sh index 255f1eb7..fd784ba1 100755 --- a/ci/kubernetes/fetch-charms.sh +++ b/ci/kubernetes/fetch-charms.sh @@ -11,4 +11,6 @@ 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 |