Christophe DENEUX

Results 5 issues of Christophe DENEUX

Hi all, Using Flowable Modeler, I created an application containing a process definition containing Camel tasks. The process definition was deployed into the BPMN engine embbeded in Flowable Tasks. I...

Today, the Roboconf term `target` includes: - the definition of the IaaS on which VM will be deployed: Amazon, OpenStack, Docker, ... - the image to push into the VM...

I have two Roboconf applications linked between them. When a configuration change occurs into APP1, my script `update.sh` is called with following variables: ``` ROBOCONF_IMPORT_CHANGED_INSTANCE_PATH=/container-prov-vm-1/container-prov-node-1 ROBOCONF_IMPORT_CHANGED_COMPONENT=ESB ROBOCONF_UPDATE_STATUS=DEPLOYED_STARTED ``` `ROBOCONF_IMPORT_CHANGED_COMPONENT` contains...

On "**start**", Roboconf waits that all dependencies are started before to start a component. So a component is started after all its dependencies. On "**stop**", Roboconf stops the component, next...

Nowadays, the keyword "**import**" defines a dependency between two Roboconf components. This dependency is resolved at start-up time. Both components can be deployed concurrently, without dependency resolution. In some case,...