thecodeteam / roadmap

The {code} Team Roadmap
3 stars 1 forks source link

Update Isolator to use new Volume resources #90

Closed clintkitson closed 8 years ago

clintkitson commented 8 years ago

The current implementation of the mesos-module-dvdi uses environment variables to pass configuration information for the volumes. It is desired to place this information as 1st class citizens in the framework that is advertised to the consumer, and also internally as Resources in the Mesos architecture.

The Isolator should be able to consume these Volume Resources as configuration in replace of the environment variables of today.