bootstrap-vz icon indicating copy to clipboard operation
bootstrap-vz copied to clipboard

Get GPU instances running

Open andsens opened this issue 11 years ago • 7 comments

bootstrap-vz can currently not bootstrap EC2 GPU instance AMIs. The appropriate drivers should maybe also be installed.

andsens avatar May 23 '14 21:05 andsens

It consists of two parts. One will be solved when #100 is fixed, and another is related to the drivers - but IMO it can be done in manifest.

rybaktomasz avatar Jul 12 '14 18:07 rybaktomasz

but IMO it can be done in manifest.

True. But why make the user go through the hassle when we can just make it a provider specific switch? There's versions, proper cleanup and all that jazz which I'd rather like us to handle.

andsens avatar Jul 12 '14 21:07 andsens

Oh yeah, you are right. I think that we might want to have some switch (with plugin?) to decide whether to install free (nouveau) or non-free drivers, and for the latter whether to install latest drivers or legacy ones.

rybaktomasz avatar Aug 04 '14 17:08 rybaktomasz

Agreed. Though:

or legacy ones.

What's the motivation for installing those?

andsens avatar Aug 05 '14 23:08 andsens

I was thinking about using this for testing of GPGPU packages, and I'd like to test them with different drivers - one from testing, unstable, even experimental. But you are right that such a possibility might be to much for general-purpose HVM images.

rybaktomasz avatar Sep 02 '14 18:09 rybaktomasz

Right now I am working on getting a testing framework up and running, the goal is to make it possible to combine all kinds of different manifest-chunks so that we can try out as much as possible. Once everything is automated, agile development should be quite a bit easier, meaning getting all your combinations working would be much less of a hassle.

Right now I am trying to get remote building to work, I need that for various complicated reasons on my machine for testing unless I want to run virtualbox inside virtualbox... which I don't :-)

andsens avatar Sep 02 '14 18:09 andsens

Just a ping for you on this one @rybaktomasz. The integration testing is now up and running :-)

andsens avatar Apr 28 '15 14:04 andsens