notifs: make notifs-web02 and notifs-backend02 (ticket 9746)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a1547eb885
commit
80fce3afbd
3 changed files with 36 additions and 1 deletions
14
inventory/host_vars/notifs-backend02.iad2.fedoraproject.org
Normal file
14
inventory/host_vars/notifs-backend02.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.163.254
|
||||
dns: 10.3.163.33
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
|
||||
eth0_ip: 10.3.163.107
|
||||
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
|
||||
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/34/Server/x86_64/os/
|
||||
|
||||
vmhost: vmhost-x86-05.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
20
inventory/host_vars/notifs-web02.iad2.fedoraproject.org
Normal file
20
inventory/host_vars/notifs-web02.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
lvm_size: 20000
|
||||
mem_size: 8192
|
||||
num_cpus: 2
|
||||
nm: 255.255.255.0
|
||||
gw: 10.3.163.254
|
||||
dns: 10.3.163.33
|
||||
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-rhel-8
|
||||
ks_repo: http://10.3.163.35/repo/rhel/RHEL8-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.3.163.108
|
||||
vmhost: vmhost-x86-04.iad2.fedoraproject.org
|
||||
datacenter: iad2
|
||||
|
||||
tcp_ports: [ 80, 443 ]
|
||||
|
||||
# GDPR SAR variables
|
||||
sar_script: /usr/local/bin/fmn-sar.py
|
||||
sar_script_user: apache
|
||||
sar_output_file: fmn.json
|
|
@ -328,13 +328,14 @@ notifs_web_stg
|
|||
|
||||
[notifs_backend]
|
||||
notifs-backend01.iad2.fedoraproject.org
|
||||
notifs-backend02.iad2.fedoraproject.org
|
||||
|
||||
[notifs_backend_stg]
|
||||
# notifs-backend01.stg.iad2.fedoraproject.org
|
||||
|
||||
[notifs_web]
|
||||
notifs-web01.iad2.fedoraproject.org
|
||||
#notifs-web02.iad2.fedoraproject.org
|
||||
notifs-web02.iad2.fedoraproject.org
|
||||
|
||||
[notifs_web_stg]
|
||||
# notifs-web01.stg.iad2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue