summaryrefslogtreecommitdiffstats
path: root/roles/openshift_default_storage_class/README.md
blob: 1bc02863902522b7e59448d2fa2f1f94b3656dee (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
40
41
42
43
44
45
46
47
openshift_master_storage_class
=========

A role that deploys configuratons for Openshift StorageClass

Documentation: https://kubernetes.io/docs/concepts/storage/persistent-volumes/

Requirements
------------

None

Role Variables
--------------

openshift_storageclass_name: Name of the storage class to create
openshift_storageclass_provisioner: The kubernetes provisioner to use
openshift_storageclass_parameters: Paramters to pass to the storageclass parameters section


Dependencies
------------


Example Playbook
----------------

  # aws specific
- role: openshift_default_storage_class
  openshift_storageclass_name: awsEBS
  openshift_storageclass_provisioner: kubernetes.io/aws-ebs
  openshift_storageclass_parameters:
    type: gp2
    encrypted: "true" # needs to be a string "true"
    kmsKeyId: aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa



License
-------

Apache

Author Information
------------------

Openshift Operations