From ab7d2984e9e62296f0fefc9480ef1705345c0147 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 7 May 2013 16:34:24 +0000 Subject: [PATCH] comment out the route for the netapp b/c it doesn't seem to be needed --- tasks/koji/releng_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/koji/releng_config.yml b/tasks/koji/releng_config.yml index 8ed758e1ca..e277aff7e1 100644 --- a/tasks/koji/releng_config.yml +++ b/tasks/koji/releng_config.yml @@ -143,8 +143,8 @@ - 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: 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