Re: Building cloud images in sandbox VMs

2017-10-13 Thread Emmanuel Kasper
Le 13/10/2017 à 14:49, Noah Meyerhans a écrit : > any further. We will need to look into tools for making new VMs. I wonder what is meant by "making new VM". You do mean creating the disk image for the VM or starting the VM with a tool like virsh? >>> >>> If I recall

Re: Building cloud images in sandbox VMs

2017-10-13 Thread Jonathan Proulx
On Fri, Oct 13, 2017 at 05:49:48AM -0700, Noah Meyerhans wrote: :$ aws ec2 run-instances --image-id ami-foo \ : --user-data file://ec2-userdata.yaml : :Where the ec2-userdata.yaml contains configuration for cloud-init :telling it how to set up and run FAI and ami-foo is the current public

Re: Building cloud images in sandbox VMs

2017-10-13 Thread Noah Meyerhans
On Fri, Oct 13, 2017 at 01:48:53PM +0200, Emmanuel Kasper wrote: > >> > Building > >> > > >> > >> > any further. We will need to look into tools for making new VMs. > >> I wonder what is meant by "making new VM". > >> You do mean creating the disk image for the VM or starting

Building cloud images in sandbox VMs

2017-10-13 Thread Emmanuel Kasper
ou need root rights for most of the build tools, and the cduser on the build server is an unpriviledged user. So we want to use sandbox VMs for the builds. Might help your local builds too (see https://lists.debian.org/debian-cloud/2017/09/msg00026.html) Overview of tools for Building clo