Add Rook operator and Ceph cluster bring up script 82/1282/8
authorChen, Tingjie <tingjie.chen@intel.com>
Tue, 30 Jul 2019 08:43:08 +0000 (08:43 +0000)
committerChen, Tingjie <tingjie.chen@intel.com>
Fri, 16 Aug 2019 09:59:22 +0000 (09:59 +0000)
commitbf5924dd65fdb7283632c392754211e0aa7cbd53
tree1aacb8d04ad9a826a451a78cb6fa6a037621cbc5
parent308b84a2851e9a16458e5aebfd9f0341ca7530bd
Add Rook operator and Ceph cluster bring up script

Change-Id: I7f296701ac1126852fee6b0c57b79c2e53455da2
Signed-off-by: Chen, Tingjie <tingjie.chen@intel.com>
18 files changed:
deploy/kud-plugin-addons/rook/README.md
deploy/kud-plugin-addons/rook/yaml/collect_rook_yaml.sh [new file with mode: 0755]
deploy/kud-plugin-addons/rook/yaml/csi/rbac/cephfs/csi-nodeplugin-rbac.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/csi/rbac/cephfs/csi-provisioner-rbac.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/csi/rbac/rbd/csi-nodeplugin-rbac.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/csi/rbac/rbd/csi-provisioner-rbac.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/install.sh [new file with mode: 0755]
deploy/kud-plugin-addons/rook/yaml/rook-ceph-cluster.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/rook-common.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/rook-operator-with-csi.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/rook-toolbox.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/test/rbd/pod.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/test/rbd/pvc-restore.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/test/rbd/pvc.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/test/rbd/secret.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/test/rbd/snapshot.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/test/rbd/snapshotclass.yaml [new file with mode: 0644]
deploy/kud-plugin-addons/rook/yaml/test/rbd/storageclass.yaml [new file with mode: 0644]