Add cephfs_provisioner Support for Kubespray

This commit is contained in:
Wong Hoi Sing Edison
2018-02-01 12:25:21 +08:00
parent cae1c683aa
commit b25e0f82b1
13 changed files with 229 additions and 0 deletions

View File

@@ -34,6 +34,13 @@ dependencies:
- local_volume_provisioner
- storage
- role: kubernetes-apps/cephfs_provisioner
when: cephfs_provisioner_enabled
tags:
- apps
- cephfs_provisioner
- storage
# istio role should be last because it takes a long time to initialize and
# will cause timeouts trying to start other addons.
- role: kubernetes-apps/istio