diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-10-31 10:53:52 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-10-31 22:07:28 -0500 |
commit | 7f23c5d78d7fac02849438d5d45f43e0f42217c4 (patch) | |
tree | de84bd2ec5f851c46543f8243abbb8e04fb910f5 /ci/kubernetes | |
parent | 3fc00ffcdfe163ab1a8994cde14e4811fe7eb55e (diff) |
adding ceph support for Kubernetes.
Change-Id: If7cf0add214da153daf39967fac15ba027cc3885
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/kubernetes')
-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 |