cleanup: remove phx2 from ansible-ansible-openshift-ansible

This commit is contained in:
Francois Andrieu 2021-03-08 18:17:28 +01:00 committed by kevin
parent 0793a1e9b3
commit 35664e9159
3 changed files with 1 additions and 1176 deletions

View file

@ -32,15 +32,6 @@
- ansible-ansible-openshift-ansible-config
when: env == 'staging' and inventory_hostname.startswith('os-')
- name: generate the inventory file (production) (phx2)
template:
src: "cluster-inventory-prod.j2"
dest: "{{ openshift_ansible_path }}/{{ cluster_inventory_filename }}"
tags:
- ansible-ansible-openshift-ansible
- ansible-ansible-openshift-ansible-config
when: env == 'production' and inventory_hostname.startswith('os-') and datacenter == 'phx2'
- name: generate the inventory file (production) (iad2)
template:
src: "cluster-inventory-iad2-prod.j2"

View file

@ -536,7 +536,7 @@ openshift_master_identity_providers=[{"name": "fedoraidp", "login": "true", "cha
{% 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.iad2.fedoraproject.org
openshift_hosted_registry_storage_nfs_directory=/
openshift_hosted_registry_storage_volume_name=openshift-stg-registry
openshift_hosted_registry_storage_volume_size=10Gi