use persistent volume in prod openshift for logging too

This commit is contained in:
Kevin Fenzi 2018-09-30 18:29:09 +00:00
parent cd65e68ec6
commit b24b3c109d

View file

@ -716,6 +716,12 @@ openshift_logging_install_logging=true
#openshift_logging_storage_volume_name=logging
#openshift_logging_storage_volume_size=10Gi
#openshift_logging_storage_labels={'storage': 'logging'}
openshift_hosted_logging_storage_kind=nfs
openshift_hosted_logging_storage_access_modes=['ReadWriteOnce']
openshift_hosted_logging_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
openshift_hosted_logging_storage_nfs_directory=/
openshift_hosted_logging_storage_volume_name=openshift_prod_logging
openshift_hosted_logging_storage_volume_size=100Gi
#
# Option C - Dynamic -- If openshift supports dynamic volume provisioning for
# your cloud platform use this.