proxies / iad2: memory to 16g
proxy01/10 were bumped to 16gb a while back, so make sure the ansible host vars match that. proxy101/110 (the internal ones used by hosts inside iad2) had only 8g and were looking pretty loaded. So, bump them up to 16gb as well in ansible. I already manually increased them to 16g, but this way if we reinstall them they will be correct. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
14eda1f16e
commit
51390ae115
4 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@ ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
|||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 100000
|
||||
mac0: 52:54:00:76:9f:85
|
||||
mem_size: 16384
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
|
|
@ -17,6 +17,7 @@ ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
|||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
lvm_size: 100000
|
||||
mac0: 52:54:00:55:8d:ca
|
||||
mem_size: 16384
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
|
|
@ -12,6 +12,7 @@ has_ipv4: yes
|
|||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
mac0: 52:54:00:1F:48:0A
|
||||
mem_size: 16384
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
|
|
@ -12,6 +12,7 @@ has_ipv4: yes
|
|||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
mac0: 52:54:00:04:49:7a
|
||||
mem_size: 16384
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue