mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
metrics-for-apps: dhcp conf ocp controlplane vms
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user