add RBD Provisioner Addon (#3667) (#3668)

Based on the CephFS Provisioner Addon, the following changes have been made:
 - Upstream v2.1.1-k8s1.11
 - Configurable Provisioner replicas
This commit is contained in:
Jugwan Eom
2019-04-17 15:14:02 +09:00
committed by Kubernetes Prow Robot
parent b834a28891
commit d83181a2be
19 changed files with 427 additions and 0 deletions

View File

@@ -59,3 +59,10 @@
filter: ansible_hostname
when:
- hostname_changed.changed
- name: "Install ceph-commmon package"
package:
name:
- ceph-common
state: latest
when: rbd_provisioner_enabled|default(false)