Hacky fix for netapp route, need better one
This commit is contained in:
parent
41d01d5a07
commit
31fae4472c
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,12 @@
|
||||||
- nfs
|
- nfs
|
||||||
- nfslock
|
- 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
|
- 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
|
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')"
|
only_if: "'${inventory_hostname}'.startswith('build')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue