Jump to: navigation, search

Difference between revisions of "Storlets/Wishlist"

(Created page with "= Features = * Docker all in one")
 
(Features)
Line 1: Line 1:
= Features =
+
= Echo System =
 
* Docker all in one
 
* Docker all in one
 +
* Develop an Eclipse plugin that would deploy the storlets straight to docker all in one for testing
 +
 +
= Engine =
 +
* Add ability to control resources. See initial design thoughts [here|https://etherpad.openstack.org/p/swift-hackathon-feb-2016-storlets]
 +
* Move storlets infra from docker to a mounted directory
 +
* port storlets installation to devstack
 +
* Long running Storlets
 +
* Allow swift user to run docker commands, thus getting rid of the "c" code for managing docker
 +
* Use user namespaces to get rid of 777 on daemon factory pipe permission
 +
* Replace 14.04 in s2aio with 16.04 and get rid of jre8 installation
 +
* Add timeout to Java SBUS (as suggested for python in https://review.openstack.org/#/c/410296/). A great way to garbadge collect unused containers and storlet daemon
 +
 +
= Future Thoughts =
 +
* Look at seccomp as either augmentation to Docker gateway or a new gateway for running storlets (Idea coming from Saggi)
 +
* Look at enabling a synchronous Lambda independent from objects: Run a function on provided data and get back answer (Idea coming from Doron)

Revision as of 20:25, 13 December 2016

Echo System

  • Docker all in one
  • Develop an Eclipse plugin that would deploy the storlets straight to docker all in one for testing

Engine

* Add ability to control resources. See initial design thoughts [here|https://etherpad.openstack.org/p/swift-hackathon-feb-2016-storlets]
* Move storlets infra from docker to a mounted directory
* port storlets installation to devstack
* Long running Storlets
* Allow swift user to run docker commands, thus getting rid of the "c" code for managing docker
* Use user namespaces to get rid of 777 on daemon factory pipe permission 
* Replace 14.04 in s2aio with 16.04 and get rid of jre8 installation
* Add timeout to Java SBUS (as suggested for python in https://review.openstack.org/#/c/410296/). A great way to garbadge collect unused containers and storlet daemon

Future Thoughts

* Look at seccomp as either augmentation to Docker gateway or a new gateway for running storlets (Idea coming from Saggi)
* Look at enabling a synchronous Lambda independent from objects: Run a function on provided data and get back answer (Idea coming from Doron)