openshift / staging: adjust nfs mounts for iad2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7825d7664b
commit
74f76fb624
1 changed files with 2 additions and 11 deletions
|
@ -519,21 +519,12 @@ openshift_master_identity_providers=[{"name": "fedoraidp", "login": "true", "cha
|
||||||
#openshift_hosted_registry_storage_nfs_directory=/exports
|
#openshift_hosted_registry_storage_nfs_directory=/exports
|
||||||
#openshift_hosted_registry_storage_volume_name=registry
|
#openshift_hosted_registry_storage_volume_name=registry
|
||||||
#openshift_hosted_registry_storage_volume_size=10Gi
|
#openshift_hosted_registry_storage_volume_size=10Gi
|
||||||
{% if env == "staging" %}
|
|
||||||
openshift_hosted_registry_storage_kind=nfs
|
openshift_hosted_registry_storage_kind=nfs
|
||||||
openshift_hosted_registry_storage_access_modes=['ReadWriteMany']
|
openshift_hosted_registry_storage_access_modes=['ReadWriteMany']
|
||||||
openshift_hosted_registry_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
openshift_hosted_registry_storage_host=ntap-iad2-c02-fedora01-nfs01a
|
||||||
openshift_hosted_registry_storage_nfs_directory=/
|
openshift_hosted_registry_storage_nfs_directory=/
|
||||||
openshift_hosted_registry_storage_volume_name=openshift-stg-registry
|
openshift_hosted_registry_storage_volume_name=openshift-stg-registry
|
||||||
openshift_hosted_registry_storage_volume_size=10Gi
|
openshift_hosted_registry_storage_volume_size=10Gi
|
||||||
{% else %}
|
|
||||||
openshift_hosted_registry_storage_kind=nfs
|
|
||||||
openshift_hosted_registry_storage_access_modes=['ReadWriteMany']
|
|
||||||
openshift_hosted_registry_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
|
||||||
openshift_hosted_registry_storage_nfs_directory=/
|
|
||||||
openshift_hosted_registry_storage_volume_name=openshift-prod-registry
|
|
||||||
openshift_hosted_registry_storage_volume_size=10Gi
|
|
||||||
{% endif %}
|
|
||||||
#
|
#
|
||||||
# Openstack
|
# Openstack
|
||||||
# Volume must already exist.
|
# Volume must already exist.
|
||||||
|
@ -723,7 +714,7 @@ openshift_logging_es_nodeselector={"node-role.kubernetes.io/infra":"true"}
|
||||||
#openshift_logging_storage_labels={'storage': 'logging'}
|
#openshift_logging_storage_labels={'storage': 'logging'}
|
||||||
openshift_logging_storage_kind=nfs
|
openshift_logging_storage_kind=nfs
|
||||||
openshift_logging_storage_access_modes=['ReadWriteOnce']
|
openshift_logging_storage_access_modes=['ReadWriteOnce']
|
||||||
openshift_logging_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
openshift_logging_storage_host=ntap-iad2-c02-fedora01-nfs01a
|
||||||
openshift_logging_storage_nfs_directory=/
|
openshift_logging_storage_nfs_directory=/
|
||||||
openshift_logging_storage_volume_name=openshift-stg-logging
|
openshift_logging_storage_volume_name=openshift-stg-logging
|
||||||
openshift_logging_storage_volume_size=100Gi
|
openshift_logging_storage_volume_size=100Gi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue