Add inventory info for the nuancier prod nodes.
This commit is contained in:
parent
4b8c8951db
commit
4b699a5675
4 changed files with 48 additions and 0 deletions
24
inventory/group_vars/nuancier
Normal file
24
inventory/group_vars/nuancier
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 2048
|
||||
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,
|
||||
# These 16 ports are used by fedmsg. One for each wsgi thread.
|
||||
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007,
|
||||
3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-web
|
||||
|
||||
# These are consumed by a task in tasks/fedmsg_base.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
- service: nuancier
|
||||
owner: root
|
||||
group: apache
|
10
inventory/host_vars/nuancier01.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/nuancier01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
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/
|
||||
volgroup: /dev/vg_guests00
|
||||
eth0_ip: 10.5.126.231
|
||||
vmhost: virthost07.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
10
inventory/host_vars/nuancier02.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/nuancier02.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
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/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.232
|
||||
vmhost: virthost09.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -246,6 +246,10 @@ noc02.fedoraproject.org
|
|||
noc01.phx2.fedoraproject.org
|
||||
noc02.fedoraproject.org
|
||||
|
||||
[nuancier]
|
||||
nuancier01.phx2.fedoraproject.org
|
||||
nuancier02.phx2.fedoraproject.org
|
||||
|
||||
[nuancier-stg]
|
||||
nuancier01.stg.phx2.fedoraproject.org
|
||||
nuancier02.stg.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue