ocp4: add initial setup for worker06 prod
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
2eab0c9987
commit
c35a318b18
3 changed files with 54 additions and 16 deletions
45
inventory/host_vars/worker06.ocp.iad2.fedoraproject.org
Normal file
45
inventory/host_vars/worker06.ocp.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
arch: x86_64
|
||||
datacenter: iad2
|
||||
dns: "{{ dns1 }}"
|
||||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
dns_search1: "iad2.fedoraproject.org"
|
||||
dns_search3: "fedoraproject.org"
|
||||
eth0_ip: "{{eth0_ipv4}}"
|
||||
eth0_ipv4: 10.3.163.129
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
freezes: true
|
||||
gw: "{{ eth0_ipv4_gw }}"
|
||||
has_ipv4: yes
|
||||
install_dev: /dev/sda
|
||||
mac0: "24:6E:96:B1:5E:B0"
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
dhcp4: no
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
- "{{ dns_search3 }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
mac: "{{ mac0 }}"
|
||||
name: eth0
|
||||
state: up
|
||||
type: ethernet
|
||||
nm: 255.255.255.0
|
||||
nrpe_procs_crit: 1400
|
||||
nrpe_procs_warn: 1200
|
||||
pxe_bootdev: eno34
|
||||
rhcos_ignition_file_url: "http://10.3.163.65/rhcos/worker.ign"
|
||||
rhcos_initrd_url: "http://10.3.163.65/rhcos/rhcos-{{ rhcos_version }}-x86_64-live-initramfs.x86_64.img"
|
||||
rhcos_install_img_url: "http://10.3.163.165/rhcos/rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz"
|
||||
rhcos_install_rootfs_url: "http://10.3.163.65/rhcos/rhcos-{{ rhcos_version }}-x86_64-live-rootfs.x86_64.img"
|
||||
rhcos_install_url: "http://10.3.163.65/rhcos/"
|
||||
rhcos_kernel_url: "http://10.3.163.65/rhcos/rhcos-{{ rhcos_version }}-x86_64-live-kernel.x86_64"
|
||||
vpn: true
|
|
@ -1082,6 +1082,7 @@ worker02.ocp.iad2.fedoraproject.org
|
|||
worker03.ocp.iad2.fedoraproject.org
|
||||
worker04.ocp.iad2.fedoraproject.org
|
||||
worker05.ocp.iad2.fedoraproject.org
|
||||
worker06.ocp.iad2.fedoraproject.org
|
||||
|
||||
[ocp_boostrap]
|
||||
bootstrap.ocp.iad2.fedoraproject.org
|
||||
|
|
|
@ -498,22 +498,6 @@ host oshift4-x86-fe-03 {
|
|||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host oshift4-x86-be-02 {
|
||||
hardware ethernet 24:6e:96:b1:5e:b0;
|
||||
fixed-address 10.3.163.24;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host oshift4-x86-be-03 {
|
||||
hardware ethernet 24:6e:96:b1:5e:b0;
|
||||
fixed-address 10.3.163.25;
|
||||
filename "uefi/grubx64.efi";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
|
||||
host centos01 {
|
||||
|
@ -566,6 +550,14 @@ host worker05-ocp {
|
|||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host worker06-ocp {
|
||||
hardware ethernet 24:6E:96:B1:5E:B0;
|
||||
fixed-address 10.3.163.129;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue