From 9e625d4949b1c00644317a04d5ca6dc03eee926c Mon Sep 17 00:00:00 2001 From: Hemant Kumar Date: Mon, 22 May 2017 11:15:01 -0400 Subject: Install default storageclass in AWS & GCE envs --- roles/openshift_default_storage_class/README.md | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 roles/openshift_default_storage_class/README.md (limited to 'roles/openshift_default_storage_class/README.md') 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 -- cgit v1.2.3