add buildvm group_vars file - edit buildvm-01 to reflect that
This commit is contained in:
parent
142ac814c6
commit
a8cf6b1a86
2 changed files with 13 additions and 9 deletions
13
inventory/group_vars/buildvm
Normal file
13
inventory/group_vars/buildvm
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
# common items for the buildvm-* koji builders
|
||||||
|
lvm_size: 150G
|
||||||
|
mem_size: 6144
|
||||||
|
num_cpus: 5
|
||||||
|
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-el-6
|
||||||
|
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: 10.5.125.254
|
||||||
|
dns: 10.5.126.21
|
||||||
|
volgroup: /dev/vg_host01
|
||||||
|
# for systems that do not match the above - specify the same parameter in
|
||||||
|
# the host_vars/$hostname file
|
|
@ -1,12 +1,3 @@
|
||||||
---
|
---
|
||||||
lvm_size: 150G
|
|
||||||
mem_size: 6144
|
|
||||||
num_cpus: 5
|
|
||||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-el-6
|
|
||||||
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
|
|
||||||
nm: 255.255.255.0
|
|
||||||
gw: 10.5.125.254
|
|
||||||
dns: 10.5.126.21
|
|
||||||
volgroup: /dev/vg_host01
|
|
||||||
vmhost: buildvmhost-01.phx2.fedoraproject.org
|
vmhost: buildvmhost-01.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue