Inventory entries for notifications stg machines.
This commit is contained in:
parent
d160697c21
commit
e94575305b
5 changed files with 64 additions and 0 deletions
10
inventory/group_vars/notifs-backend-stg
Normal file
10
inventory/group_vars/notifs-backend-stg
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-stg
Normal file
12
inventory/group_vars/notifs-web-stg
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
|
|
@ -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.75
|
||||
|
||||
volgroup: /dev/vg_virthost11
|
||||
vmhost: virthost11.phx2.fedoraproject.org
|
||||
|
||||
datacenter: phx2
|
14
inventory/host_vars/notifs-web01.stg.phx2.fedoraproject.org
Normal file
14
inventory/host_vars/notifs-web01.stg.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.48
|
||||
|
||||
volgroup: /dev/vg_virthost11
|
||||
vmhost: virthost11.phx2.fedoraproject.org
|
||||
|
||||
datacenter: phx2
|
14
inventory/host_vars/notifs-web02.stg.phx2.fedoraproject.org
Normal file
14
inventory/host_vars/notifs-web02.stg.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.51
|
||||
|
||||
volgroup: /dev/vg_virthost10
|
||||
vmhost: virthost10.phx2.fedoraproject.org
|
||||
|
||||
datacenter: phx2
|
Loading…
Add table
Add a link
Reference in a new issue