tmpnb icon indicating copy to clipboard operation
tmpnb copied to clipboard

Run tmpnb on openstack?

Open KimStebel opened this issue 9 years ago • 5 comments
trafficstars

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?

KimStebel avatar Apr 20 '16 12:04 KimStebel

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.

minrk avatar Apr 20 '16 13:04 minrk

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

KimStebel avatar Apr 20 '16 13:04 KimStebel

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.

minrk avatar Apr 20 '16 13:04 minrk

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

rgbkrk avatar Apr 26 '16 13:04 rgbkrk

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.

rgbkrk avatar Apr 26 '16 13:04 rgbkrk