Machine/bender: Difference between revisions
| Line 68: | Line 68: | ||
The machines are not globally addressable on IPv4 and are only reachable by IPv6. The | The machines are not globally addressable on IPv4 and are only reachable by IPv6. The | ||
IPv6 address is dynamically configured by radvd to a subnet of the public 6to4 net. | IPv6 address is dynamically configured by radvd to a subnet of the public 6to4 net. | ||
All the VMs are in /srv/images. See the README in the same directory. | |||
They have been created with | |||
virt-install --name buildslave-name --ram 512 \ | |||
--disk path=/srv/images/buildslave-name.img,size=10 | |||
--network network:default \ | |||
--location "mirror-http-address" \ | |||
--extra-args="console=tty0 console=ttyS0,115200n8 serial" | |||