Create ipa01.stg box
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
afa953692d
commit
a02b0b00d9
3 changed files with 27 additions and 0 deletions
14
inventory/group_vars/ipa-stg
Normal file
14
inventory/group_vars/ipa-stg
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
# Define resources for this group of hosts here.
|
||||
lvm_size: 30000
|
||||
mem_size: 6144
|
||||
num_cpus: 2
|
||||
|
||||
virt_install_command: "{{ virt_install_command_rhel7 }}"
|
||||
|
||||
tcp_ports: [ 443 ]
|
||||
|
||||
fas_client_groups: sysadmin-main,sysadmin-accounts
|
||||
|
||||
nrpe_procs_warn: 300
|
||||
nrpe_procs_crit: 500
|
10
inventory/host_vars/ipa01.stg.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/ipa01.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-7
|
||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
volgroup: /dev/vg_guests
|
||||
eth0_ip: 10.5.126.8
|
||||
vmhost: virthost20.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
|
@ -376,6 +376,9 @@ batcave01.phx2.fedoraproject.org
|
|||
[batcave]
|
||||
batcave01.phx2.fedoraproject.org
|
||||
|
||||
[ipa-stg]
|
||||
ipa01.stg.phx2.fedoraproject.org
|
||||
|
||||
[ipsilon]
|
||||
ipsilon01.phx2.fedoraproject.org
|
||||
ipsilon02.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue