we dont have a route like that in rdu anymore.
This commit is contained in:
parent
c4ed34bea1
commit
eebb019329
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
10.11.254.0/24 via 10.11.29.254 dev eth1
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue