What could go wrong. :) +1 On 01/14/2013 07:12 PM, Kevin Fenzi wrote: > Our download-rdu machines are alive again. ;) > > This sets them up with the new ip's... > > Without this they won't work at all, so it's got to be an > improvement. ;) > > +1's? > > kevin > -- > diff --git a/manifests/nodes/download-rdu01.fedoraproject.org.pp > b/manifests/nodes/download-rdu01.fedoraproject.org.pp index > 20fcecd..285d21f 100644 --- > a/manifests/nodes/download-rdu01.fedoraproject.org.pp +++ > b/manifests/nodes/download-rdu01.fedoraproject.org.pp @@ -4,22 +4,22 @@ > node "download-rdu01.fedoraproject.org" { include openvpn::client > > eth { 'eth0': > - ipaddr => "10.11.30.1", > - netmask => "255.255.255.0", > + ipaddr => "209.132.190.1", > + netmask => "255.255.255.192", > } > > eth { 'eth0:0': > - ipaddr => "10.11.30.101", > + ipaddr => "209.132.190.11", > netmask => "255.255.255.0", > } > > eth { 'eth1': > - ipaddr => "10.11.29.1", > + ipaddr => "172.31.1.1", > netmask => "255.255.255.0", > # hwaddr => "e4:1f:13:2f:d4:96", > } > > - route { 'eth1': > - content => '10.11.254.0/24 via 10.11.29.254' > - } > +# route { 'eth1': > +# content => '10.11.254.0/24 via 10.11.29.254' > +# } > } > diff --git a/manifests/nodes/download-rdu02.fedoraproject.org.pp > b/manifests/nodes/download-rdu02.fedoraproject.org.pp index > 7a91050..62080e4 100644 --- > a/manifests/nodes/download-rdu02.fedoraproject.org.pp +++ > b/manifests/nodes/download-rdu02.fedoraproject.org.pp @@ -3,24 +3,25 @@ > node "download-rdu02.fedoraproject.org" { include download-server::rdu > include openvpn::client > > + > eth { 'eth0': > - ipaddr => "10.11.30.2", > - netmask => "255.255.255.0", > - hwaddr => "E4:1F:13:6A:D5:40", > + ipaddr => "209.132.190.2", > + netmask => "255.255.255.192", > } > > eth { 'eth0:0': > - ipaddr => "10.11.30.102", > + ipaddr => "209.132.190.12", > netmask => "255.255.255.0", > } > > eth { 'eth1': > - ipaddr => "10.11.29.2", > + ipaddr => "172.31.1.2", > netmask => "255.255.255.0", > - hwaddr => "E4:1F:13:6A:D5:42", > - } > - > - route { 'eth1': > - content => '10.11.254.0/24 via 10.11.29.254' > +# hwaddr => "e4:1f:13:2f:d4:96", > } > + > +# route { 'eth1': > +# content => '10.11.254.0/24 via 10.11.29.254' > +# } > + > } > diff --git a/manifests/nodes/download-rdu03.fedoraproject.org.pp > b/manifests/nodes/download-rdu03.fedoraproject.org.pp index > 6238160..d9d80b1 100644 --- > a/manifests/nodes/download-rdu03.fedoraproject.org.pp +++ > b/manifests/nodes/download-rdu03.fedoraproject.org.pp @@ -3,23 +3,25 @@ > node "download-rdu03.fedoraproject.org" { include download-server::rdu > include openvpn::client > > + > eth { 'eth0': > - ipaddr => "10.11.30.3", > - netmask => "255.255.255.0", > + ipaddr => "209.132.190.3", > + netmask => "255.255.255.192", > } > > eth { 'eth0:0': > - ipaddr => "10.11.30.103", > + ipaddr => "209.132.190.13", > netmask => "255.255.255.0", > } > > eth { 'eth1': > - ipaddr => "10.11.29.3", > + ipaddr => "172.31.1.3", > netmask => "255.255.255.0", > # hwaddr => "e4:1f:13:2f:d4:96", > - } > - > - route { 'eth1': > - content => '10.11.254.0/24 via 10.11.29.254' > } > + > +# route { 'eth1': > +# content => '10.11.254.0/24 via 10.11.29.254' > +# } > + > } > > > > _______________________________________________ > infrastructure mailing list > infrastructure@xxxxxxxxxxxxxxxxxxxxxxx > https://admin.fedoraproject.org/mailman/listinfo/infrastructure >
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list infrastructure@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/infrastructure