Re: vmdebootstrap plans

2016-11-13 Thread Lars Wirzenius
On Sun, Nov 13, 2016 at 08:58:02PM +0100, Thomas Lange wrote: > I'm really wondering why you want to use YAML for this? Your examples > look like things you could easily implement in shell, if you provide > some functions, subroutines or external programs that implement your > steps. I don't

Re: vmdebootstrap plans

2016-11-13 Thread Chris Fordham
On 14 Nov 2016 8:39 am, "Marcin Kulisz" wrote: > > On 2016-11-13 20:58:02, Thomas Lange wrote: > > Hi Lars, > > > > I'm really wondering why you want to use YAML for this? > > I can talk just for my self but my pros would be: cleanliness, machine > parcebility, human

Re: vmdebootstrap plans

2016-11-13 Thread Marcin Kulisz
On 2016-11-13 20:58:02, Thomas Lange wrote: > Hi Lars, > > I'm really wondering why you want to use YAML for this? I can talk just for my self but my pros would be: cleanliness, machine parcebility, human redeability, neat python integration, simple templating integration (jinja2) with

Re: my progress

2016-11-13 Thread Thomas Lange
> On Sun, 13 Nov 2016 06:42:37 -0800, Noah Meyerhans > said: > I based my work on jessie initially because we have JEB's high quality > jessie images to use as a baseline for comparison, and I found that > useful. +1 We agreed that we want to use fai for

Re: vmdebootstrap plans

2016-11-13 Thread Thomas Lange
Hi Lars, I'm really wondering why you want to use YAML for this? Your examples look like things you could easily implement in shell, if you provide some functions, subroutines or external programs that implement your steps. Then your DSL would just be a shell script that the user has to write.

Re: my progress

2016-11-13 Thread Noah Meyerhans
On Sun, Nov 13, 2016 at 06:17:33AM -0500, Sam Hartman wrote: > Noah> I've modified the class/DEBIAN.var file such that the default > Noah> behavior is to generate images for jessie. We can add a > Noah> STRETCH class in order to generate images for testing. I'd > Noah> rather use

Re: my progress

2016-11-13 Thread Sam Hartman
> "Noah" == Noah Meyerhans writes: Noah> I've modified the class/DEBIAN.var file such that the default Noah> behavior is to generate images for jessie. We can add a Noah> STRETCH class in order to generate images for testing. I'd Noah> rather use "stable",

Re: ENA kernel driver for Stretch release on AWS cloud

2016-11-13 Thread Marcin Kulisz
On 2016-11-13 03:37:17, Ben Hutchings wrote: > On Tue, 2016-11-08 at 14:24 +, Marcin Kulisz wrote: > > Hi all, > > > > We need ena kernel driver for AWS cloud images as I'm not sure what kernel > > version we're going to ship with Stretch and this driver is available with > > 4.9rc, I'd like