Host definitions for the fmn prod nodes.
This commit is contained in:
parent
0494a018a6
commit
b7ff972cbd
6 changed files with 71 additions and 0 deletions
10
inventory/group_vars/notifs-backend
Normal file
10
inventory/group_vars/notifs-backend
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 1024
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-datanommer
|
12
inventory/group_vars/notifs-web
Normal file
12
inventory/group_vars/notifs-web
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 1024
|
||||
num_cpus: 2
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 443 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-datanommer
|
14
inventory/host_vars/notifs-backend01.phx2.fedoraproject.org
Normal file
14
inventory/host_vars/notifs-backend01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||
|
||||
eth0_ip: 10.5.126.168
|
||||
|
||||
volgroup: /dev/vg_virthost09
|
||||
vmhost: virthost09.phx2.fedoraproject.org
|
||||
|
||||
datacenter: phx2
|
14
inventory/host_vars/notifs-web01.phx2.fedoraproject.org
Normal file
14
inventory/host_vars/notifs-web01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||
|
||||
eth0_ip: 10.5.126.103
|
||||
|
||||
volgroup: /dev/vg_virthost04
|
||||
vmhost: virthost04.phx2.fedoraproject.org
|
||||
|
||||
datacenter: phx2
|
14
inventory/host_vars/notifs-web02.phx2.fedoraproject.org
Normal file
14
inventory/host_vars/notifs-web02.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.126.254
|
||||
dns: 10.5.126.21
|
||||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||
|
||||
eth0_ip: 10.5.126.119
|
||||
|
||||
volgroup: /dev/vg_virthost06
|
||||
vmhost: virthost06.phx2.fedoraproject.org
|
||||
|
||||
datacenter: phx2
|
|
@ -258,9 +258,16 @@ lockbox-comm01.qa.fedoraproject.org
|
|||
noc01.phx2.fedoraproject.org
|
||||
noc02.fedoraproject.org
|
||||
|
||||
[notifs-backend]
|
||||
notifs-backend01.phx2.fedoraproject.org
|
||||
|
||||
[notifs-backend-stg]
|
||||
notifs-backend01.stg.phx2.fedoraproject.org
|
||||
|
||||
[notifs-web]
|
||||
notifs-web01.phx2.fedoraproject.org
|
||||
notifs-web02.phx2.fedoraproject.org
|
||||
|
||||
[notifs-web-stg]
|
||||
notifs-web01.stg.phx2.fedoraproject.org
|
||||
notifs-web02.stg.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue