Add netapp route to releng group
This commit is contained in:
parent
ef28d28270
commit
ac2c18dd07
1 changed files with 5 additions and 2 deletions
|
@ -146,8 +146,11 @@
|
|||
- nfslock
|
||||
|
||||
|
||||
#- name: route to netapp network
|
||||
# action: copy src=$files/kojibuilder/route-eth1 dest=/etc/sysconfig/network-scripts/route-eth1
|
||||
- name: route to 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: nfsmount - /pub/fedora
|
||||
action: mount name=/pub/fedora src=vtap-fedora-nfs01.storage.phx2.redhat.com:/vol/fedora_ftp/fedora.redhat.com/pub/fedora fstype=nfs opts=rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3 passno=0 dump=0 state=mounted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue