From b53dc072928786349d3fb0c7d12e6d3986135d6c Mon Sep 17 00:00:00 2001 From: "Eddie Jennings, Jr" Date: Wed, 9 Jun 2021 17:38:06 -0400 Subject: [PATCH] Remove phx2 mention. --- playbooks/vhost_reboot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index ee072b33d4..22ce2f92f8 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -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"