Hacky fix for netapp route, need better one

This commit is contained in:
Kevin Fenzi 2013-07-19 16:11:44 +00:00
parent 41d01d5a07
commit 31fae4472c

View file

@ -138,6 +138,12 @@
- nfs
- nfslock
- name: route config for netapp network
action: copy src=$files/kojibuilder/route-eth1 dest=/etc/sysconfig/network-scripts/route-eth1
- name: add netapp network route
action: command /etc/sysconfig/network-scripts/ifup-routes eth1
- name: nfs mount points
action: mount name=/mnt/fedora_koji src=vtap-fedora-nfs01.storage.phx2.redhat.com:/vol/fedora_koji fstype=nfs opts=ro,hard,bg,intr,noatime,nodev,nosuid passno=0 dump=0 state=mounted
only_if: "'${inventory_hostname}'.startswith('build')"