add mirrorlist inventory entries
This commit is contained in:
parent
72e38186de
commit
58cd7a6fe7
3 changed files with 27 additions and 0 deletions
17
inventory/group_vars/mirrorlist
Normal file
17
inventory/group_vars/mirrorlist
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
# common items for the releng-* boxes
|
||||
lvm_size: 20000
|
||||
mem_size: 8192
|
||||
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
|
||||
"ksdevice=eth0 ks=${ks_url} ip=${eth0_ip} netmask=${nm}
|
||||
gateway=${gw} dns=${dns} console=tty0 console=ttyS0"
|
||||
--network=bridge=br0 --autostart --noautoconsole
|
||||
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
7
inventory/host_vars/mirrorlist-osuosol.fedoraproject.org
Normal file
7
inventory/host_vars/mirrorlist-osuosol.fedoraproject.org
Normal file
|
@ -0,0 +1,7 @@
|
|||
nm: 255.255.255.192
|
||||
gw: 140.211.169.193
|
||||
dns: 140.211.166.130
|
||||
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/VolGroup00
|
||||
eth0_ip: 140.211.169.228
|
|
@ -248,6 +248,9 @@ noc02.fedoraproject.org
|
|||
memcached03.phx2.fedoraproject.org
|
||||
memcached04.phx2.fedoraproject.org
|
||||
|
||||
[mirrorlist]
|
||||
mirrorlist-osuosl.fedoraproject.org
|
||||
|
||||
[openid]
|
||||
openid01.phx2.fedoraproject.org
|
||||
openid02.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue