Created by Vincent Zurczak / @VincentZurczak
(innocently) Presented by Thomas Morsellino / @TMorsellino
Initial deployment (+ add a 2nd Tomcat).
Automatic reconfiguration.
Initial setup: VM « 0 » + Appliance for the agent.
Tomcat contains all the WAR to run. Fine for legacy.
The graph defines relations between Software components.
Two kinds of relations are considered.
A component has to be deployed onto another one.
Example: a war onto a web application server.
A component needs another one to run.
A component provides a feature another component may need.
Example: a war depends on a MySQL database.
Roboconf's model is made up of 3 elements:
Graph node => Associated plugin.
The model is a central project for all these tools.
Monitoring features and the semi-autonomous administration agent
will come later.
(ask Vincent for better answers ;))