nfs/client: Don't set up NetApp route for odcs-backend in staging

This commit is contained in:
Mikolaj Izdebski 2019-10-24 15:49:24 +02:00 committed by Pierre-Yves Chibon
parent 280ce5b533
commit e8174a0df7

View file

@ -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-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-backend01.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