Add inventory info for ipa prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
5261ab974f
commit
f30d3ab980
4 changed files with 38 additions and 2 deletions
16
inventory/group_vars/ipa
Normal file
16
inventory/group_vars/ipa
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 30000
|
||||
mem_size: 6144
|
||||
num_cpus: 2
|
||||
|
||||
tcp_ports: [ 88, 443 ]
|
||||
|
||||
fas_client_groups: sysadmin-main,sysadmin-accounts
|
||||
|
||||
nrpe_procs_warn: 300
|
||||
nrpe_procs_crit: 500
|
||||
|
||||
ipa_realm: FEDORAPROJECT.ORG
|
||||
ipa_dm_password: "{{ ipa_dm_password }}"
|
||||
ipa_admin_password: "{{ ipa_admin_password }}"
|
10
inventory/host_vars/ipa01.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/ipa01.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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests00
|
||||
eth0_ip: 10.5.126.162
|
||||
vmhost: virthost15.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
10
inventory/host_vars/ipa02.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/ipa02.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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_virthost01
|
||||
eth0_ip: 10.5.126.163
|
||||
vmhost: virthost01.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -371,8 +371,8 @@ batcave01.phx2.fedoraproject.org
|
|||
batcave01.phx2.fedoraproject.org
|
||||
|
||||
[ipa]
|
||||
#ipa01.phx2.fedoraproject.org
|
||||
#ipa02.phx2.fedoraproject.org
|
||||
ipa01.phx2.fedoraproject.org
|
||||
ipa02.phx2.fedoraproject.org
|
||||
|
||||
[ipa-stg]
|
||||
ipa01.stg.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue