summaryrefslogtreecommitdiffstats
path: root/roles/openshift_default_storage_class/README.md
diff options
context:
space:
mode:
authorHemant Kumar <hekumar@redhat.com>2017-05-22 11:15:01 -0400
committerHemant Kumar <hekumar@redhat.com>2017-05-22 14:07:44 -0400
commit9e625d4949b1c00644317a04d5ca6dc03eee926c (patch)
treefcc340e4a60cb142e2ca929e503f571b69bc2333 /roles/openshift_default_storage_class/README.md
parent4cd57c9d9f2ed4838f7dceed36cd48b418b5f2f3 (diff)
downloadopenshift-9e625d4949b1c00644317a04d5ca6dc03eee926c.tar.gz
openshift-9e625d4949b1c00644317a04d5ca6dc03eee926c.tar.bz2
openshift-9e625d4949b1c00644317a04d5ca6dc03eee926c.tar.xz
openshift-9e625d4949b1c00644317a04d5ca6dc03eee926c.zip
Install default storageclass in AWS & GCE envs
Diffstat (limited to 'roles/openshift_default_storage_class/README.md')
-rw-r--r--roles/openshift_default_storage_class/README.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/roles/openshift_default_storage_class/README.md b/roles/openshift_default_storage_class/README.md
new file mode 100644
index 000000000..198163127
--- /dev/null
+++ b/roles/openshift_default_storage_class/README.md
@@ -0,0 +1,39 @@
+openshift_master_storage_class
+=========
+
+A role that deploys configuratons for Openshift StorageClass
+
+Requirements
+------------
+
+None
+
+Role Variables
+--------------
+
+openshift_storageclass_name: Name of the storage class to create
+openshift_storageclass_provisioner: The kubernetes provisioner to use
+openshift_storageclass_type: type of storage to use. This is different among clouds/providers
+
+Dependencies
+------------
+
+
+Example Playbook
+----------------
+
+- role: openshift_default_storage_class
+ openshift_storageclass_name: awsEBS
+ openshift_storageclass_provisioner: kubernetes.io/aws-ebs
+ openshift_storageclass_type: gp2
+
+
+License
+-------
+
+Apache
+
+Author Information
+------------------
+
+Openshift Operations