Remove phx2 mention.

This commit is contained in:
Eddie Jennings, Jr 2021-06-09 17:38:06 -04:00 committed by kevin
parent cadbae81e1
commit b53dc07292

View file

@ -59,11 +59,6 @@
os_delegate_via: os-master03
when: hostvars['os-master03.iad2.fedoraproject.org'].vmhost and hostvars[inventory_hostname].datacenter == 'iad2'
- name: drain OS node if necessary
command: oc adm drain {{inventory_hostname }} --ignore-daemonsets --delete-local-data
delegate_to: "{{os_delegate_via}}{{env_suffix}}.phx2.fedoraproject.org"
when: inventory_hostname.startswith(('os-node', 'os-master')) and hostvars[inventory_hostname].datacenter == 'phx2'
- name: drain OS node if necessary
command: oc adm drain {{inventory_hostname }} --ignore-daemonsets --delete-local-data
delegate_to: "{{os_delegate_via}}{{env_suffix}}.iad2.fedoraproject.org"