From acd6c2a1942d88de2a84183578884baf823bd1ef Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 12 Jun 2020 13:24:54 -0400 Subject: [PATCH] Fix various global variables to point to IAD2 versus PHX2 We have a lot of hardcoded phx2 assumptions which will need to changed in the coming weeks --- inventory/group_vars/all | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 2506161381..fd55ca2aa6 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -17,8 +17,8 @@ openshift_ansible: /srv/web/infra/openshift-ansible/ freezes: true # most of our systems are in phx2 -datacenter: phx2 -preferred_dc: phx2 +datacenter: iad2 +preferred_dc: iad2 postfix_group: "none" # usually we do not want to enable nested virt, only on some virthosts @@ -350,7 +350,7 @@ wsgi_wants_apache: true # IPA settings additional_host_keytabs: [] -ipa_server: ipa01.phx2.fedoraproject.org +ipa_server: ipa01.iad2.fedoraproject.org ipa_realm: FEDORAPROJECT.ORG ipa_admin_password: "{{ ipa_prod_admin_password }}" @@ -421,4 +421,4 @@ ansible_python_interpreter: auto # # datacenter with active certbot in it # -certgetter_datacenter: phx2 +certgetter_datacenter: iad2