summaryrefslogtreecommitdiffstats
path: root/roles/openshift_default_storage_class/README.md
blob: 198163127292c6393a1aa76376a8bf0d8e59a97e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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