metrics-for-apps: Adding inventory/groupvars/changes for ocp prod

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-08-30 13:12:45 +09:00 committed by dkirwan
parent 52dadb7d0d
commit 9f39d76e2c
17 changed files with 570 additions and 4 deletions

View file

@ -548,6 +548,31 @@ host centos01 {
option subnet-mask 255.255.255.0;
}
# Production network
host worker01-ocp {
hardware ethernet 68:05:CA:CE:A3:C9;
fixed-address 10.3.163.123;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.163.254;
option subnet-mask 255.255.255.0;
}
host worker02-ocp {
hardware ethernet 68:05:CA:CE:A2:90;
fixed-address 10.3.163.124;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.163.254;
option subnet-mask 255.255.255.0;
}
host worker03-ocp {
hardware ethernet 68:05:CA:CE:A7:4C;
fixed-address 10.3.163.125;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.163.254;
option subnet-mask 255.255.255.0;
}
# Staging network
host worker01-ocp-stg {
hardware ethernet 68:05:CA:CE:A2:AC;