From 93edb6fb707dceec5709b3162b4ced29d69aa852 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 27 May 2025 17:39:39 -0700 Subject: [PATCH] rdu3 / proxy01.rdu3: try and setup an initial proxy We need this up and working in order to install the prod openshift cluster since it uses a proxy to talk to the api and communicate with the control plane. Signed-off-by: Kevin Fenzi --- .../host_vars/proxy01.rdu3.fedoraproject.org | 46 +++++++++++++++++++ inventory/inventory | 5 ++ 2 files changed, 51 insertions(+) create mode 100644 inventory/host_vars/proxy01.rdu3.fedoraproject.org diff --git a/inventory/host_vars/proxy01.rdu3.fedoraproject.org b/inventory/host_vars/proxy01.rdu3.fedoraproject.org new file mode 100644 index 0000000000..dee202b33a --- /dev/null +++ b/inventory/host_vars/proxy01.rdu3.fedoraproject.org @@ -0,0 +1,46 @@ +--- +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: 10.16.163.74 +eth0_ipv4_gw: 10.16.163.254 +# +# This host is externally reachable +# +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 }}/{{ 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 +# This is consumed by the roles/fedora-web/main role +sponsor: redhat +vmhost: vmhost-x86-01.rdu3.fedoraproject.org +volgroup: /dev/vg_guests +vpn: true diff --git a/inventory/inventory b/inventory/inventory index c8be76184c..accac40e04 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -418,6 +418,7 @@ pkgs01.stg.iad2.fedoraproject.org [proxies_external] proxy01.iad2.fedoraproject.org +proxy01.rdu3.fedoraproject.org proxy02.fedoraproject.org proxy03.fedoraproject.org proxy04.fedoraproject.org @@ -457,6 +458,9 @@ proxy10.iad2.fedoraproject.org proxy101.iad2.fedoraproject.org proxy110.iad2.fedoraproject.org +[proxies_rdu3] +proxy01.rdu3.fedoraproject.org + [proxies:children] proxies_external proxies_internal @@ -605,6 +609,7 @@ ns02.iad2.fedoraproject.org #openqa-lab01.iad2.fedoraproject.org openqa-lab01.iad2.fedoraproject.org proxy01.iad2.fedoraproject.org +proxy01.rdu3.fedoraproject.org proxy101.iad2.fedoraproject.org proxy10.iad2.fedoraproject.org proxy110.iad2.fedoraproject.org