metrics-for-apps: dhcp conf ocp controlplane vms

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-08-06 12:05:48 +09:00
parent 3b0ab20ac3
commit ae3e5fedc2

View file

@ -549,6 +549,24 @@ host centos01 {
}
# Staging network
host ocp01-ocp-stg {
hardware ethernet 52:54:00:CE:A2:AC;
fixed-address 10.3.166.115;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
}
host ocp02-ocp-stg {
hardware ethernet 52:54:00:CE:A3:24;
fixed-address 10.3.166.116;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
}
host ocp03-ocp-stg {
hardware ethernet 52:54:00:CE:A5:10;
fixed-address 10.3.166.117;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
}
host worker01-ocp-stg {
hardware ethernet 68:05:CA:CE:A2:AC;
fixed-address 10.3.166.118;