From 800afab8019f5833618efea52b7665f62c31e8f4 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 24 Oct 2019 16:45:27 +0200 Subject: [PATCH] Revert "nfs/client: Don't set up NetApp route for odcs-backend in staging" This reverts commit dbb50cd67c604cfd96a1e61401e0b398b0db4d73. --- roles/nfs/client/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index dfa311acce..bded427ff5 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -28,7 +28,7 @@ - name: run netapp route if needed in phx2 command: /usr/bin/nmcli c up eth1 - when: netapproute.stdout.find("10.5.88.0") == -1 and datacenter == 'phx2' and not inventory_hostname.startswith(('buildvm-armv7','buildhw-aarch64','buildvm-s390x','koji01.stg', 'odcs-backend01.stg', 'odcs-frontend01.stg')) and ( 'koji' in mnt_dir or 'fedora/app' in mnt_dir or 'fedora_app/app' in mnt_dir ) + when: netapproute.stdout.find("10.5.88.0") == -1 and datacenter == 'phx2' and not inventory_hostname.startswith(('buildvm-armv7','buildhw-aarch64','buildvm-s390x','koji01.stg', 'odcs-frontend01.stg')) and ( 'koji' in mnt_dir or 'fedora/app' in mnt_dir or 'fedora_app/app' in mnt_dir ) tags: - nfs/client