Kenny Woodson 7b5c476ecd Changing the passing of data for sc creation. 8 年 前
..
defaults 7b5c476ecd Changing the passing of data for sc creation. 8 年 前
meta 40f8705885 Add dependency and use same storageclass name as upstream 8 年 前
tasks 7b5c476ecd Changing the passing of data for sc creation. 8 年 前
vars 9e625d4949 Install default storageclass in AWS & GCE envs 8 年 前
README.md 1bdc014a1a Fixed variable name. 8 年 前

README.md

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-aaaaaaaaaa

License

Apache

Author Information

Openshift Operations