Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Run tmpnb on openstack? #234

Open
KimStebel opened this issue Apr 20, 2016 · 5 comments
Open

Run tmpnb on openstack? #234

KimStebel opened this issue Apr 20, 2016 · 5 comments

Comments

@KimStebel
Copy link

Is it possible to run tmpnb on openstack? There is docker support, but the API for starting/stopping containers seems to be different, so I suspect it won't work. Which parts would need changing?

@minrk
Copy link
Member

minrk commented Apr 20, 2016

tmpnb talks to the docker API via docker-py, so you would need to get a proper handle on a docker socket, and then it should work.

@KimStebel
Copy link
Author

I think that wouldn't be possible with openstack's docker support.

@minrk
Copy link
Member

minrk commented Apr 20, 2016

In that case, you would need an alternate implementation of dockworker and spawnpool that use a different API, which is pretty much the whole thing other than a few simple HTTP handlers.

@rgbkrk
Copy link
Member

rgbkrk commented Apr 26, 2016

Which OpenStack docker support are you aiming for? A Nova driver or Magnum's /containers endpoint?

@rgbkrk
Copy link
Member

rgbkrk commented Apr 26, 2016

By the way if you're at the OpenStack Summit @KimStebel, you can find me at the Rackspace cantina on the second floor in the Carina area.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants