|
@@ -358,6 +358,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
|
|
|
#openshift_hosted_registry_storage_volume_size=10Gi
|
|
|
#
|
|
|
# AWS S3
|
|
|
+#
|
|
|
# S3 bucket must already exist.
|
|
|
#openshift_hosted_registry_storage_kind=object
|
|
|
#openshift_hosted_registry_storage_provider=s3
|
|
@@ -386,6 +387,12 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
|
|
|
#openshift_hosted_registry_pullthrough=true
|
|
|
#openshift_hosted_registry_acceptschema2=true
|
|
|
#openshift_hosted_registry_enforcequota=true
|
|
|
+#
|
|
|
+# Additional CloudFront Options. When using CloudFront all three
|
|
|
+# of the followingg variables must be defined.
|
|
|
+#openshift_hosted_registry_storage_s3_cloudfront_baseurl=https://myendpoint.cloudfront.net/
|
|
|
+#openshift_hosted_registry_storage_s3_cloudfront_privatekeyfile=/full/path/to/secret.pem
|
|
|
+#openshift_hosted_registry_storage_s3_cloudfront_keypairid=yourpairid
|
|
|
|
|
|
# Metrics deployment
|
|
|
# See: https://docs.openshift.com/enterprise/latest/install_config/cluster_metrics.html
|