metrics-for-apps: dhcp conf ocp controlplane vms
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
3b0ab20ac3
commit
ae3e5fedc2
1 changed files with 18 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue