metrics-for-apps: Update ocp compute nodes to use uefi boot
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
0f18b26363
commit
b5fd9a05b9
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue