|
7 jaren geleden | |
---|---|---|
.. | ||
defaults | 8 jaren geleden | |
meta | 8 jaren geleden | |
tasks | 7 jaren geleden | |
templates | 7 jaren geleden | |
README.md | 8 jaren geleden |
openshift_provisioners_install_provisioners
: When True
the openshift_provisioners role will install provisioners that have their "master" var (e.g. openshift_provisioners_efs
) set True
. When False
will uninstall provisioners that have their var set True
.openshift_provisioners_image_prefix
: The prefix for the provisioner images to use. Defaults to 'docker.io/openshift/origin-'.openshift_provisioners_image_version
: The image version for the provisioner images to use. Defaults to 'latest'.openshift_provisioners_project
: The namespace that provisioners will be installed in. Defaults to 'openshift-infra'.openshift_provisioners_efs_fsid
: The File system ID of the EFS file system, e.g. fs-47a2c22e
.openshift_provisioners_efs_region
: The Amazon EC2 region of the EFS file system.openshift_provisioners_efs_aws_access_key_id
: The AWS access key of the IAM user, used to check that the EFS file system specified actually exists.openshift_provisioners_efs_aws_secret_access_key
: The AWS secret access key of the IAM user, used to check that the EFS file system specified actually exists.openshift_provisioners_efs
: When True
the AWS EFS provisioner will be installed or uninstalled according to whether openshift_provisioners_install_provisioners
is True
or False
, respectively. Defaults to False
.openshift_provisioners_efs_path
: The path of the directory in the EFS file system in which the EFS provisioner will create a directory to back each PV it creates. It must exist and be mountable by the EFS provisioner. Defaults to '/persistentvolumes'.openshift_provisioners_efs_name
: The provisioner
name that StorageClasses
specify. Defaults to 'openshift.org/aws-efs'.openshift_provisioners_efs_nodeselector
: A map of labels (e.g. {"node":"infra","region":"west"} to select the nodes where the pod will land.openshift_provisioners_efs_supplementalgroup
: The supplemental group to give the pod in case it is needed for permission to write to the EFS file system. Defaults to '65534'.