-
Kibana allows to create dashboards **almost** easily.
Integration with Karaf (and thus Roboconf) is made simple by Decanter, the Elasticsearch appender and the JMX collector. However, in our case, we…
-
With the Roboconf Admin Console:
1. Create and Upload an application template containing the target definition. The application template is correctly created
2. Delete the application template previou…
-
1. Identify the target properties.
2. Create a bundle for such targets.
Here are some resources that may help:
- http://occi-wg.org/about/specification/
- https://github.com/jeanparpaillon/occi-schem…
-
Roboconf is not working with Docker 1.12+ :
```
2016-09-12 12:46:42,575 | DEBUG | DockerUtils | Found a Docker image with tag roboconf-tomcat8
2016-09-12 12:46:42,575 | INFO | D…
-
In the context of target Docker, `docker.additional.deploy` is used to add extensions to the Roboconf agent. When developing such extension with maven, it is not really simple to use a standard URL (`…
-
Following #632, can we limit the number of times one can attempt to login?
How can we specify a delay before two unsuccessful attempts?
-
According to the following graph
```
PetalsJBIComponent {
installer: script;
exports: componentId = my-component-id;
}
PetalsSL {
extends: PetalsJBIComponent;
exports: componentType …
-
Update the documentation to enable CLI authentication (`client.sh -u `) from a LDAP server.
This is an add-on to #632.
-
Now, the target id is unique through all targets of all applications deployed.
If you have 2 applications based on a same import containing a target definition, the id of this target will not be uniq…
-
This web application is embedded by the DM.
When the DM is compiled by Maven, it checks it out from Github and builds it with NPM. That makes the build requirements for the platform quite complex for …