diff options
author | Kenny Woodson <kwoodson@redhat.com> | 2017-06-26 18:53:03 -0400 |
---|---|---|
committer | Kenny Woodson <kwoodson@redhat.com> | 2017-06-29 11:35:46 -0400 |
commit | 54fc9c9d8fe47097d8bb1da2520ec5b2471d3954 (patch) | |
tree | b25bf467ad7c6b710086101d7976233a3966bb47 /inventory/byo/hosts.ose.example | |
parent | d108da5c4447950f07f9f0ead181383d8c6b4b02 (diff) | |
download | openshift-54fc9c9d8fe47097d8bb1da2520ec5b2471d3954.tar.gz openshift-54fc9c9d8fe47097d8bb1da2520ec5b2471d3954.tar.bz2 openshift-54fc9c9d8fe47097d8bb1da2520ec5b2471d3954.tar.xz openshift-54fc9c9d8fe47097d8bb1da2520ec5b2471d3954.zip |
Adding disk encryption to storageclasses and to openshift registry
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index e5e9c7342..74d4edcfe 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -464,6 +464,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # S3 bucket must already exist. #openshift_hosted_registry_storage_kind=object #openshift_hosted_registry_storage_provider=s3 +#openshift_hosted_registry_storage_s3_encrypt=false +#openshift_hosted_registry_storage_s3_kmskeyid=aws_kms_key_id #openshift_hosted_registry_storage_s3_accesskey=aws_access_key_id #openshift_hosted_registry_storage_s3_secretkey=aws_secret_access_key #openshift_hosted_registry_storage_s3_bucket=bucket_name @@ -548,6 +550,11 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Configure the prefix and version for the component images #openshift_hosted_metrics_deployer_prefix=registry.example.com:8888/openshift3/ #openshift_hosted_metrics_deployer_version=3.6.0 +# +# StorageClass +# openshift_storageclass_name=gp2 +# openshift_storageclass_parameters={'type': 'gp2', 'encrypted': false} +# # Logging deployment # |