Buildbot Setup for Virtual Machines - Fedora 20
Explains how to provision and configure virtual machine instances specifically for Buildbot testing.
Base Install
qemu-img create -f qcow2 /kvm/vms/vm-fedora20-i386-serial.qcow2 20G
qemu-img create -f qcow2 /kvm/vms/vm-fedora20-amd64-serial.qcow2 20Gkvm -m 2048 -hda /kvm/vms/vm-fedora20-i386-serial.qcow2 -cdrom /ds413/iso/fedora/Fedora-20-i386-DVD.iso -redir tcp:2291::22 -boot d -smp 2 -cpu qemu64 -net nic,model=virtio -net user
kvm -m 2048 -hda /kvm/vms/vm-fedora20-amd64-serial.qcow2 -cdrom /ds413/iso/fedora/Fedora-20-x86_64-DVD.iso -redir tcp:2292::22 -boot d -smp 2 -cpu qemu64 -net nic,model=virtio -net uservncviewer -via ${remote-host} localhostVMs for building .rpms
VMs for install testing.
VMs for MariaDB upgrade testing (Fedora repo)
VMs for MariaDB upgrade testing (MariaDB repo)
PreviousBuildbot Setup for Virtual Machines - Fedora 19NextBuildbot Setup for Virtual Machines - Red Hat 6 x86
Last updated
Was this helpful?

