ceph-csi/scripts
ShyamsundarR c5762b6b5c Modify RBD plugin to use a single ID and move the id and key into the secret
RBD plugin needs only a single ID to manage images and operations against a
pool, mentioned in the storage class. The current scheme of 2 IDs is hence not
needed and removed in this commit.

Further, unlike CephFS plugin, the RBD plugin splits the user id and the key
into the storage class and the secret respectively. Also the parameter name
for the key in the secret is noted in the storageclass making it a variant and
hampers usability/comprehension. This is also fixed by moving the id and the key
to the secret and not retaining the same in the storage class, like CephFS.

Fixes #270

Testing done:
- Basic PVC creation and mounting

Signed-off-by: ShyamsundarR <srangana@redhat.com>
2019-06-24 13:46:14 +00:00
..
golangci.yml Enable all static-checks in golangci-lint 2019-06-10 15:56:17 +05:30
lint-go.sh replace gometalinter with golangci 2019-03-04 19:01:16 +05:30
lint-text.sh update yamllint to ignore cephfs helm 2019-02-25 21:24:50 +05:30
mdl-style.rb Add static check tools 2019-02-07 12:19:14 +00:00
minikube.sh Modify RBD plugin to use a single ID and move the id and key into the secret 2019-06-24 13:46:14 +00:00
skip-doc-change.sh update travis to run func test against different kube version 2019-06-14 13:18:24 +00:00
test-go.sh Add static check tools 2019-02-07 12:19:14 +00:00
travis-functest.sh update travis to run func test against different kube version 2019-06-14 13:18:24 +00:00