Files
fedora-infra_ansible/inventory/host_vars/proxy101.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.76 eth0_ipv4_gw: 10.16.163.254 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 mac0: "{{ ansible_default_ipv4.macaddress }}" mem_size: 16384 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: "{{ mac0 }}" name: eth0 state: up type: ethernet mtu: 9000

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