first attempt at keys01....might not work.
This commit is contained in:
parent
990f5f044f
commit
5ee00293f5
3 changed files with 32 additions and 0 deletions
19
inventory/group_vars/keys
Normal file
19
inventory/group_vars/keys
Normal 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
|
10
inventory/host_vars/keys01.fedoraproject.org
Normal file
10
inventory/host_vars/keys01.fedoraproject.org
Normal 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
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue