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 <kevin@scrye.com>
This commit is contained in:
parent
8c5b664a03
commit
93edb6fb70
2 changed files with 51 additions and 0 deletions
46
inventory/host_vars/proxy01.rdu3.fedoraproject.org
Normal file
46
inventory/host_vars/proxy01.rdu3.fedoraproject.org
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue