first attempt at keys01....might not work.

This commit is contained in:
Ricky Elrod 2013-08-16 02:21:31 +00:00
parent 990f5f044f
commit 5ee00293f5
3 changed files with 32 additions and 0 deletions

19
inventory/group_vars/keys Normal file
View file

@ -0,0 +1,19 @@
---
lvm_size: 40000
mem_size: 4096
num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80, 443 ]
fas_client_groups: sysadmin-keys
# default virt install command is for a single nic-device
# define in another group file for more nics (see buildvm)
virt_install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
--disk bus=virtio,path=${volgroup}/${inventory_hostname}
--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
hostname=${inventory_hostname}"
--network=bridge=br0 --autostart --noautoconsole

View file

@ -0,0 +1,10 @@
---
nm: 255.255.255.240
gw: 80.239.156.208
dns: 213.248.76.210
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: 80.239.156.219
vmhost: telia01.fedoraproject.org
datacenter: telia

View file

@ -219,6 +219,9 @@ hosted-lists01.fedoraproject.org
kernel01.qa.fedoraproject.org
kernel02.qa.fedoraproject.org
[keys]
keys01.fedoraproject.org
[koji-hub-secondary]
aarch64-hub01.qa.fedoraproject.org