we dont have a route like that in rdu anymore.

This commit is contained in:
Stephen Smoogen 2017-12-01 02:33:34 +00:00
parent c4ed34bea1
commit eebb019329
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
10.11.254.0/24 via 10.11.29.254 dev eth1

View file

@ -8,7 +8,7 @@
- name: route config for netapp network
copy: src=route-eth1.{{ datacenter }} dest=/etc/sysconfig/network-scripts/route-eth1
when: datacenter == 'phx2' or datacenter == 'rdu2' or datacenter == 'staging'
when: datacenter == 'phx2' or datacenter == 'rdu' or datacenter == 'staging'
tags:
- nfs/client