diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 index 7f974824b4..78c29baec9 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 @@ -519,21 +519,12 @@ openshift_master_identity_providers=[{"name": "fedoraidp", "login": "true", "cha #openshift_hosted_registry_storage_nfs_directory=/exports #openshift_hosted_registry_storage_volume_name=registry #openshift_hosted_registry_storage_volume_size=10Gi -{% if env == "staging" %} 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_host=ntap-iad2-c02-fedora01-nfs01a openshift_hosted_registry_storage_nfs_directory=/ openshift_hosted_registry_storage_volume_name=openshift-stg-registry 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 # 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_kind=nfs 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_volume_name=openshift-stg-logging openshift_logging_storage_volume_size=100Gi