We don't have ipv6 routing setup yet, but are scheduled to work on that soon. To get ready for that, lets add ipv6 addresses to the (few) machines that will actually need them. We do not want to add ipv6 to all hosts. The vast majority of them never need to talk to the outside world directly and shouldn't have a ipv6 address that can do this. These few hosts are ones with external nat mappings where it is desireable that they be able to handle ipv6 connections. Note that we also do NOT want to add any of these to dns until they are known working. We also will likely have to adjust nftables to allow the services on ipv6 that we do on ipv4 (if they make sense). Signed-off-by: Kevin Fenzi <kevin@scrye.com>
1.7 KiB
— datacenter: rdu3 dns1: 10.16.163.33 dns2: 10.16.163.34 dns_search1: "rdu3.fedoraproject.org" dns_search2: "vpn.fedoraproject.org" dns_search3: "fedoraproject.org" eth0_ipv4_ip: 10.16.163.75 eth0_ipv4_gw: 10.16.163.254 eth0_ipv6_gw: 2620:52:6:1121::1 eth0_ipv6_ip: 2620:52:6:1121:bead:cafe:feed:fed6 eth0_ipv6_nm: 64 network_connections:
-
autoconnect: yes ip: address:
- "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"
- "{{ eth0_ipv6_ip }}/{{ eth0_ipv6_nm }}"
dhcp4: no dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ eth0_ipv4_gw }}" gateway6: "{{ eth0_ipv6_gw }}" mac: "{{ ansible_default_ipv4.macaddress }}" name: eth0 type: ethernet state: up mtu: 1500
#
# external: true freezes: true has_ipv4: yes ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/42/Server/x86_64/os/ ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora lvm_size: 100000 mem_size: 32768 nrpe_procs_crit: 1400 nrpe_procs_warn: 1200 num_cpus: 8 ocp_nodes:
- worker01.ocp.rdu3.fedoraproject.org
- worker02.ocp.rdu3.fedoraproject.org
- worker03.ocp.rdu3.fedoraproject.org
- worker04.ocp.rdu3.fedoraproject.org
- worker05.ocp.rdu3.fedoraproject.org
ocp_nodes_rdu3:
- worker01.ocp.rdu3.fedoraproject.org
- worker02.ocp.rdu3.fedoraproject.org
- worker03.ocp.rdu3.fedoraproject.org
- worker04.ocp.rdu3.fedoraproject.org
- worker05.ocp.rdu3.fedoraproject.org
sponsor: redhat vmhost: vmhost-x86-05.rdu3.fedoraproject.org volgroup: /dev/vg_guests vpn: true