ocp4: remove conflicting dhcp entry
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
aad8ed6be7
commit
c826345ade
2 changed files with 45 additions and 8 deletions
45
inventory/host_vars/worker04.ocp.iad2.fedoraproject.org
Normal file
45
inventory/host_vars/worker04.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.127
|
||||||
|
eth0_ipv4_gw: 10.3.163.254
|
||||||
|
freezes: true
|
||||||
|
gw: "{{ eth0_ipv4_gw }}"
|
||||||
|
has_ipv4: yes
|
||||||
|
install_dev: /dev/sda
|
||||||
|
mac0: "24:6E:96:B0:E0:78"
|
||||||
|
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
|
|
@ -498,14 +498,6 @@ host oshift4-x86-fe-03 {
|
||||||
option routers 10.3.163.254;
|
option routers 10.3.163.254;
|
||||||
option subnet-mask 255.255.255.0;
|
option subnet-mask 255.255.255.0;
|
||||||
}
|
}
|
||||||
host oshift4-x86-be-01 {
|
|
||||||
hardware ethernet 24:6e:96:b0:e0:78;
|
|
||||||
fixed-address 10.3.163.23;
|
|
||||||
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-02 {
|
host oshift4-x86-be-02 {
|
||||||
hardware ethernet 24:6e:96:b1:5e:b0;
|
hardware ethernet 24:6e:96:b1:5e:b0;
|
||||||
fixed-address 10.3.163.24;
|
fixed-address 10.3.163.24;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue