odcs-frontend01.stg: don't bother with netapp route in staging as it has no eth1 interface.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-04-15 20:47:46 +00:00
parent b19f0a2364
commit c8de1af1d1

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')) and 'koji' 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
tags:
- nfs/client