From b6665b20753e0a13d43053c878369e9831863da5 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Sun, 23 Apr 2017 02:41:51 +0530 Subject: [PATCH] Rearrange glusterfs artifacts to own directory. Signed-off-by: Humble Chirammal --- examples/persistent-volume-provisioning/README.md | 2 +- .../{ => glusterfs}/glusterfs-dp.yaml | 0 .../glusterfs-secret.yaml} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename examples/persistent-volume-provisioning/{ => glusterfs}/glusterfs-dp.yaml (100%) rename examples/persistent-volume-provisioning/{glusterfs-provisioning-secret.yaml => glusterfs/glusterfs-secret.yaml} (100%) diff --git a/examples/persistent-volume-provisioning/README.md b/examples/persistent-volume-provisioning/README.md index c0f2b84c6d..f00319176e 100644 --- a/examples/persistent-volume-provisioning/README.md +++ b/examples/persistent-volume-provisioning/README.md @@ -121,7 +121,7 @@ When both `restuserkey` and `secretNamespace` + `secretName` is specified, the s * `clusterid`: `630372ccdc720a92c681fb928f27b53f` is the ID of the cluster which will be used by Heketi when provisioning the volume. It can also be a list of clusterids, for ex: "8452344e2becec931ece4e33c4674e4e,42982310de6c63381718ccfa6d8cf397". This is an optional parameter. -Example of a secret can be found in [glusterfs-provisioning-secret.yaml](glusterfs-provisioning-secret.yaml). +Example of a secret can be found in [glusterfs-secret.yaml](glusterfs/glusterfs-secret.yaml). * `gidMin` + `gidMax` : The minimum and maximum value of GID range for the storage class. A unique value (GID) in this range ( gidMin-gidMax ) will be used for dynamically provisioned volumes. These are optional values. If not specified, the volume will be provisioned with a value between 2000-2147483647 which are defaults for gidMin and gidMax respectively. diff --git a/examples/persistent-volume-provisioning/glusterfs-dp.yaml b/examples/persistent-volume-provisioning/glusterfs/glusterfs-dp.yaml similarity index 100% rename from examples/persistent-volume-provisioning/glusterfs-dp.yaml rename to examples/persistent-volume-provisioning/glusterfs/glusterfs-dp.yaml diff --git a/examples/persistent-volume-provisioning/glusterfs-provisioning-secret.yaml b/examples/persistent-volume-provisioning/glusterfs/glusterfs-secret.yaml similarity index 100% rename from examples/persistent-volume-provisioning/glusterfs-provisioning-secret.yaml rename to examples/persistent-volume-provisioning/glusterfs/glusterfs-secret.yaml