metrics-for-apps: Update ocp compute nodes to use uefi boot

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-08-25 11:57:50 +09:00
parent 0f18b26363
commit b5fd9a05b9

View file

@ -552,7 +552,7 @@ host centos01 {
host worker01-ocp-stg {
hardware ethernet 68:05:CA:CE:A2:AC;
fixed-address 10.3.166.118;
filename "rhcos/68-05-ca-ce-a2-ac";
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
@ -560,7 +560,7 @@ host worker01-ocp-stg {
host worker02-ocp-stg {
hardware ethernet 68:05:CA:CE:A3:24;
fixed-address 10.3.166.119;
filename "rhcos/68-05-ca-ce-a3-24";
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
@ -568,7 +568,7 @@ host worker02-ocp-stg {
host worker03-ocp-stg {
hardware ethernet 68:05:CA:CE:A5:10;
fixed-address 10.3.166.120;
filename "rhcos/68-05-ca-ce-a5-10";
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;