proxies: sync up prod proxies mem/cpus and add more in stg

We manually added cpus and memory in the past to 01/10/101/110, so
update ansible so it matches whats deployed now.

On staging, 2 cpus isn't going to cut it anymore, so just bump them up
to be the same as prod.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-12-13 12:34:17 -08:00
parent 6ceed5e1b9
commit e6e014780d
5 changed files with 8 additions and 6 deletions

View File

@@ -63,8 +63,8 @@ lvm_size: 100000
# maxrequestworkers. On 8gb proxies, 900 seems fine. But on 4gb proxies, this
# should be lowered in the host vars for that proxy.
maxrequestworkers: 900
mem_size: 16384
num_cpus: 2
mem_size: 49152
num_cpus: 8
ocp_masters_stg:
# - bootstrap.ocp.stg.rdu3.fedoraproject.org
- ocp01.ocp.stg.rdu3.fedoraproject.org

View File

@@ -15,7 +15,7 @@ has_ipv4: yes
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/43/Server/x86_64/os/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
lvm_size: 100000
mem_size: 32768
mem_size: 49152
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:fed5

View File

@@ -39,7 +39,7 @@ has_ipv4: yes
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/development/43/Server/x86_64/os/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
lvm_size: 100000
mem_size: 32768
mem_size: 49152
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
num_cpus: 8

View File

@@ -12,7 +12,7 @@ has_ipv4: yes
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/43/Server/x86_64/os/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
mac0: "{{ ansible_default_ipv4.macaddress }}"
mem_size: 16384
mem_size: 49152
network_connections:
- autoconnect: yes
ip:
@@ -34,6 +34,7 @@ network_connections:
mtu: 1500
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
num_cpus: 8
ocp_nodes:
- worker01.ocp.rdu3.fedoraproject.org
- worker02.ocp.rdu3.fedoraproject.org

View File

@@ -12,7 +12,7 @@ has_ipv4: yes
ks_repo: https://infrastructure.fedoraproject.org/pub/fedora/linux/releases/43/Server/x86_64/os/
ks_url: https://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-fedora
mac0: "{{ ansible_default_ipv4.macaddress }}"
mem_size: 16384
mem_size: 49152
network_connections:
- autoconnect: yes
ip:
@@ -34,6 +34,7 @@ network_connections:
mtu: 1500
nrpe_procs_crit: 1400
nrpe_procs_warn: 1200
num_cpus: 8
ocp_nodes:
- worker01.ocp.rdu3.fedoraproject.org
- worker02.ocp.rdu3.fedoraproject.org