JasonGiedymin / Holobot

Early experiment of vm automation
Other
1 stars 0 forks source link

Management Plane Research and Impl #11

Closed JasonGiedymin closed 11 years ago

JasonGiedymin commented 11 years ago

Holobot needs a management plane which exists as one of the following paradigms:

  1. Master -> Slave(s)
  2. Peer -> Peer (via service discovery)
  3. ...etc
JasonGiedymin commented 11 years ago

Doing anything with this OS will require finding out how to modify files. The first task that will tackle that is Issue #17. Once that is complete, we could build our own or use virgo which does: "Virgo is a project for building an on-host agents". So that is one area of exploring we can do without having to write too much code :-)

First thing is first, we need to tackle Issue #17.

JasonGiedymin commented 11 years ago

Leaving bare control in however, it may morph into the user ui app instead (will change the name later). Otherwise, all this is handled by mesos, yay!

http://mesos.apache.org/ http://mesosphere.io/2013/09/26/docker-on-mesos/