Files
fedora-infra_ansible/inventory/host_vars/proxy01.rdu3.fedoraproject.org
Kevin Fenzi 03656f0288 proxies / rdu3: make most proxies use vpn but rdu3 goes direct
We need this because the cluster needs to be able to access api in order
to pull images, etc. So, in rdu3 proxies we go direct to the cluster
nodes, but in all the other proxies we go via the vpn.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-06-16 15:42:12 -07:00

1.3 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.74 eth0_ipv4_gw: 10.16.163.254 #

# 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 network_connections:

  • autoconnect: yes ip: address:

    • "{{ eth0_ipv4_ip }}/{{ eth0_ipv4_nm }}"

    dhcp4: no dns:

    • "{{ dns1 }}"
    • "{{ dns2 }}"

    dns_search:

    • "{{ dns_search1 }}"
    • "{{ dns_search2 }}"
    • "{{ dns_search3 }}"

    gateway4: "{{ eth0_ipv4_gw }}" mac: "{{ ansible_default_ipv4.macaddress }}" name: eth0 state: up type: ethernet mtu: 9000

nrpe_procs_crit: 1400 nrpe_procs_warn: 1200 num_cpus: 8 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-01.rdu3.fedoraproject.org volgroup: /dev/vg_guests vpn: true