ocp4: add initial config for worker05 prod
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
ff80837bfb
commit
f379242d4d
1 changed files with 45 additions and 0 deletions
45
inventory/host_vars/worker05.ocp.iad2.fedoraproject.org
Normal file
45
inventory/host_vars/worker05.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.128
|
||||
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:4C:70"
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue