PDC host and group vars.
This commit is contained in:
parent
2417c95235
commit
1ab86f2901
11 changed files with 165 additions and 6 deletions
12
inventory/group_vars/pdc-backend
Normal file
12
inventory/group_vars/pdc-backend
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# 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: []
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-datanommer
|
12
inventory/group_vars/pdc-backend-stg
Normal file
12
inventory/group_vars/pdc-backend-stg
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 2048
|
||||
num_cpus: 1
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: []
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-datanommer
|
30
inventory/group_vars/pdc-web
Normal file
30
inventory/group_vars/pdc-web
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
# 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
|
||||
|
||||
wsgi_fedmsg_service: pdc
|
||||
wsgi_procs: 2
|
||||
wsgi_threads: 2
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
can_send:
|
||||
- logger.log
|
||||
- service: pdc
|
||||
owner: root
|
||||
group: apache
|
||||
# We don't have notifications from PDC yet, but when we do, add them here.
|
||||
#can_send:
|
||||
#- pdc.somethingorother
|
30
inventory/group_vars/pdc-web-stg
Normal file
30
inventory/group_vars/pdc-web-stg
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 20000
|
||||
mem_size: 1024
|
||||
num_cpus: 1
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
wsgi_fedmsg_service: pdc
|
||||
wsgi_procs: 2
|
||||
wsgi_threads: 2
|
||||
|
||||
tcp_ports: [ 80 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-releng
|
||||
|
||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||
fedmsg_certs:
|
||||
- service: shell
|
||||
owner: root
|
||||
group: sysadmin
|
||||
can_send:
|
||||
- logger.log
|
||||
- service: pdc
|
||||
owner: root
|
||||
group: apache
|
||||
# We don't have notifications from PDC yet, but when we do, add them here.
|
||||
#can_send:
|
||||
#- pdc.somethingorother
|
13
inventory/host_vars/pdc-backend01.phx2.fedoraproject.org
Normal file
13
inventory/host_vars/pdc-backend01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
eth0_ip: 10.5.126.134
|
||||
|
||||
volgroup: /dev/vg_virthost03
|
||||
vmhost: virthost03.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
13
inventory/host_vars/pdc-backend01.stg.phx2.fedoraproject.org
Normal file
13
inventory/host_vars/pdc-backend01.stg.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
eth0_ip: 10.5.126.135
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
vmhost: virthost20.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
# This is just a transient cloud node.
|
||||
ansible_ssh_host: 209.132.184.110
|
||||
# For dns that works!
|
||||
host_group: cloud
|
13
inventory/host_vars/pdc-web01.phx2.fedoraproject.org
Normal file
13
inventory/host_vars/pdc-web01.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
eth0_ip: 10.5.126.131
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
vmhost: virthost22.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
13
inventory/host_vars/pdc-web01.stg.phx2.fedoraproject.org
Normal file
13
inventory/host_vars/pdc-web01.stg.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
eth0_ip: 10.5.126.133
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
vmhost: virthost20.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
13
inventory/host_vars/pdc-web02.phx2.fedoraproject.org
Normal file
13
inventory/host_vars/pdc-web02.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
eth0_ip: 10.5.126.132
|
||||
|
||||
volgroup: /dev/vg_guests
|
||||
vmhost: virthost21.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -626,6 +626,8 @@ nuancier02.stg.phx2.fedoraproject.org
|
|||
#osbs01.stg.phx2.fedoraproject.org
|
||||
packages03.stg.phx2.fedoraproject.org
|
||||
paste01.stg.phx2.fedoraproject.org
|
||||
pdc-backend01.stg.phx2.fedoraproject.org
|
||||
pdc-web01.stg.phx2.fedoraproject.org
|
||||
pkgdb01.stg.phx2.fedoraproject.org
|
||||
pkgs01.stg.phx2.fedoraproject.org
|
||||
proxy01.stg.phx2.fedoraproject.org
|
||||
|
@ -936,7 +938,20 @@ fed-cloud13.cloud.fedoraproject.org
|
|||
fed-cloud14.cloud.fedoraproject.org
|
||||
fed-cloud15.cloud.fedoraproject.org
|
||||
|
||||
[pdc]
|
||||
[pdc-web]
|
||||
pdc-web01.phx2.fedoraproject.org
|
||||
pdc-web02.phx2.fedoraproject.org
|
||||
|
||||
[pdc-web-stg]
|
||||
pdc-web01.stg.phx2.fedoraproject.org
|
||||
|
||||
[pdc-backend]
|
||||
pdc-backend01.phx2.fedoraproject.org
|
||||
|
||||
[pdc-backend-stg]
|
||||
pdc-backend01.stg.phx2.fedoraproject.org
|
||||
|
||||
[pdc-dev]
|
||||
pdc.fedorainfracloud.org
|
||||
|
||||
[persistent-cloud]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue