Screenshots of the Web Administration

This page shows screenshots of Roboconf’s Web Administration.
It involves the deployment of one of the initial use cases, the one about an Enterprise Social Network.

This example involves the deployment of a load balancer (HA Proxy), a Node JS application (called RSE), Mongo DB (for storage) and Redis (for asynchronous communication between the instances of RSE).

The Welcome Screen

the welcome screen

Users are invited to upload their first application.

Upload

the upload dialog

Following the upload link, the upload dialog shows up and requires to select a ZIP file to upload.
This ZIP file must contain the Roboconf application. It must directly contain the three directories named descriptor, graph and instances.

See this page about the structure of a Roboconf application.

Upload (Follow Up)

start uploading

Once the file selected, click the upload button.

Upload (End)

upload progress and Completion

The dialog reports the upload progression.

Applications List

the list of applications

When the upload dialog is closed, the list of applications is refreshed.
This page lists the applications handled by the Deployment Manager (DM). In addition to its description and version, it gives access to the list of instances (or application parts).

Instances List

the list of instances

A Roboconf application is generally made up of several parts.
Indeed, Roboconf was designed to work with distributed applications.

These parts are called instances.

At the Beginning…

the VM is not deployed

… nothing is deployed.

Life Cycle

HA proxy is not deployed either

Unlike Virtual Machines (VMs), other instances have a stopped state.

Deploying and Starting HA Proxy

deploying this group of instances

We deploy and start the HA Proxy group.
This includes creating the VM, deploy HA Proxy and starting it.

Roughly, we are deploying a part of our model.

VM Deployment

the VM is being deployed

The deployment of a VM is handled by the iaas plug-in of Roboconf.
This one can talk with several infrastructures.

VM Deployment (Follow Up)

the VM is deployed

Once the VM has been created and is ready, Roboconf deploys HA Proxy.
Relations of type container / contained are deployed sequentially.

Deployment of HA Proxy

HA proxy is being deployed

HA Proxy is deployed by the Roboconf agent that is installed on the VM.
The agent delegates the work to one of its plug-ins, which will use the associated recipe (Bash script, Puppet module…).

Deploying other Parts

Completed Deployment

everything is deployed and started

In our example, HA Proxy depends on the RSE component, which itself depends on Mongo DB and Redis. Therefore, HA Proxy will be blocked in the starting state until all the other instances have started. HA Proxy is the last one to effectively start. These dependencies are expressed in the graph(s) files.