Dr. Tri Vo
Dr. Tri Vo
**Bug description** Edge is appenned only when workflow does not have both onSucces and onFailure steps. But in default scenario workflow have success steps, and do not have failure. As...
# Description The commit https://github.com/alien4cloud/alien4cloud/commit/010e2ecc58056430cc8fd0c9a86da38d6fea57ea has deactivated the **spring multipart file upload** and replaced it by the **apache fileupload**, but also removed the config `upload.max_archive_size`. Without specifying the limit size,...
**Is your feature request related to a problem? Please describe.** In the current implement (see below), we have the following circle states: UNDEPLOYMENT_IN_PROGRESS --> FAILED --> UNDEPLOYMENT_IN_PROGRESS. It means, if...
# Bug Report ## Description When a deployment is deleted, yorc deletes its local fileCache: https://github.com/ystia/yorc/blob/develop/deployments/deployments.go#L271 However, when we have more than one yorc servers, only one yorc server receiving...
# Bug Report ## Description When a4c sends a task "compute install" to yorc, yorc creates a VM and SSH to the VM for checking connection. However, when the VM...
# Pull Request description ## Description of the change In the current implementation, yorc executes an ansible-playbook on a target host with the command-line parameter `connection=ssh` from the host machine....
**Is your feature request related to a problem? Please describe.** In a4c and yorc, users cannot specify a fixed private ip address for their compute nodes. Missing a fixed ip...
# Pull Request description This PR supports the TOSCA profile v1.3 which introduces the new capability `tosca.capabilities.Compute` derived from `tosca.capabilities.Container` as described in GH-589 ## Description of the change ###...
**Is your feature request related to a problem? Please describe.** Prior to TOSCA 1.2, the `tosca.capabilities.Container` has the properties `num_cpus`, `mem_size`, `disk_size`, etc. For all node types having the Container...
# Issue Type * [ ] Bug report * [ ] Documentation issue report * [X] Improvement request ## Description In the current design, Yorc has to SSH to a...