add host vars for mirrorlist-ibiblio and mirrorlist-phx2
This commit is contained in:
parent
61337a5669
commit
fc95413a7e
3 changed files with 21 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
|||
---
|
||||
# common items for the releng-* boxes
|
||||
lvm_size: 20000
|
||||
mem_size: 8192
|
||||
mem_size: 4096
|
||||
num_cpus: 2
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/
|
||||
volgroup: /dev/vg_host0
|
||||
install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
|
||||
--disk ${volgroup}/${inventory_hostname_short}
|
||||
--vcpus=${num_cpus} -l ${ks_repo} -x
|
||||
|
|
10
inventory/host_vars/mirrorlist-ibiblio.fedoraproject.org
Normal file
10
inventory/host_vars/mirrorlist-ibiblio.fedoraproject.org
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
nm: 255.255.255.128
|
||||
gw: 152.19.134.129
|
||||
dns: 152.2.21.1
|
||||
ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/
|
||||
volgroup: /dev/ibiblio01_vg
|
||||
eth0_ip: 152.19.134.194
|
||||
vmhost: ibiblio01.fedoraproject.org
|
||||
datacenter: ibiblio
|
10
inventory/host_vars/mirrorlist-phx2.phx2.fedoraproject.org
Normal file
10
inventory/host_vars/mirrorlist-phx2.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://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-6
|
||||
ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/
|
||||
volgroup: /dev/vg_guests00
|
||||
eth0_ip: 10.5.126.50
|
||||
vmhost: virthost14.phx2.fedoraproject.org
|
||||
datacenter: phx2
|
Loading…
Add table
Add a link
Reference in a new issue