Add fedoauth
This commit is contained in:
parent
3f8111283a
commit
aa91fc61bb
3 changed files with 25 additions and 0 deletions
12
inventory/group_vars/fedoauth-stg
Normal file
12
inventory/group_vars/fedoauth-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-main,sysadmin-accounts
|
10
inventory/host_vars/fedoauth01.stg.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/fedoauth01.stg.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.28
|
||||||
|
vmhost: virthost12.phx2.fedoraproject.org
|
||||||
|
datacenter: phx2
|
|
@ -282,6 +282,9 @@ nuancier02.stg.phx2.fedoraproject.org
|
||||||
[fedocal-stg]
|
[fedocal-stg]
|
||||||
fedocal01.stg.phx2.fedoraproject.org
|
fedocal01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
[fedoauth-stg]
|
||||||
|
openid01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
[memcached]
|
[memcached]
|
||||||
memcached03.phx2.fedoraproject.org
|
memcached03.phx2.fedoraproject.org
|
||||||
memcached04.phx2.fedoraproject.org
|
memcached04.phx2.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue