Greetings.
The ppc secondary arch folks would like to try and automate things a bit more than they have now, so would like to try and get their kvm guests pulling an ip from dhcp and then using tftp/grub2 to boot and install.
This patch adds a test host to dhcp.conf on noc01. Additionally, we will need to add boot/grub2/ contents...
I don't think there will be any disruption from this to anything else.
+1s?
kevin -- diff --git a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org index ad39fcd..dbf92f4 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1766,6 +1766,13 @@ shared-network qa { next-server 10.5.126.41; filename "pxelinux.0"; } + + host ppc-le-builder7 { + hardware ethernet 52:54:00:4e:c0:de; + fixed-address 10.5.131.X; + option host-name "ppc-le-builder7.qa.fedoraproject.org"; + filename "boot/grub2/powerpc-ieee1275/core.elf"; + } }
}
The X needs a real ip address but otherwise the patch should work.
On 2 September 2014 10:30, Kevin Fenzi kevin@scrye.com wrote:
Greetings.
The ppc secondary arch folks would like to try and automate things a bit more than they have now, so would like to try and get their kvm guests pulling an ip from dhcp and then using tftp/grub2 to boot and install.
This patch adds a test host to dhcp.conf on noc01. Additionally, we will need to add boot/grub2/ contents...
I don't think there will be any disruption from this to anything else.
+1s?
kevin
diff --git a/roles/dhcp_server/files/ dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/ dhcpd.conf.noc01.phx2.fedoraproject.org index ad39fcd..dbf92f4 100644 --- a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1766,6 +1766,13 @@ shared-network qa { next-server 10.5.126.41; filename "pxelinux.0"; }
host ppc-le-builder7 {
hardware ethernet 52:54:00:4e:c0:de;
fixed-address 10.5.131.X;
option host-name "ppc-le-builder7.qa.fedoraproject.org";
filename "boot/grub2/powerpc-ieee1275/core.elf";
}}
}
infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 2 Sep 2014 10:40:20 -0600 Stephen John Smoogen smooge@gmail.com wrote:
The X needs a real ip address but otherwise the patch should work.
ack with what Smooge said
On 2 September 2014 10:30, Kevin Fenzi kevin@scrye.com wrote:
Greetings.
The ppc secondary arch folks would like to try and automate things a bit more than they have now, so would like to try and get their kvm guests pulling an ip from dhcp and then using tftp/grub2 to boot and install.
This patch adds a test host to dhcp.conf on noc01. Additionally, we will need to add boot/grub2/ contents...
I don't think there will be any disruption from this to anything else.
+1s?
kevin
diff --git a/roles/dhcp_server/files/ dhcpd.conf.noc01.phx2.fedoraproject.org b/roles/dhcp_server/files/ dhcpd.conf.noc01.phx2.fedoraproject.org index ad39fcd..dbf92f4 100644
a/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org +++ b/roles/dhcp_server/files/dhcpd.conf.noc01.phx2.fedoraproject.org @@ -1766,6 +1766,13 @@ shared-network qa { next-server 10.5.126.41; filename "pxelinux.0"; }
host ppc-le-builder7 {
hardware ethernet 52:54:00:4e:c0:de;
fixed-address 10.5.131.X;
option host-name
"ppc-le-builder7.qa.fedoraproject.org";
filename "boot/grub2/powerpc-ieee1275/core.elf";
}}
}
infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure
infrastructure@lists.fedoraproject.org