ekowsal
ekowsal
I am able to import csar containing the topology template using tosca normatives types without explicit import of tosca normative types. For example: `tosca_definitions_version: tosca_simple_yaml_1_0 metadata: template_name: new_node_type template_version: 0.1.0-SNAPSHOT...
Hi, The [QuickFileStorageService.java](https://github.com/alien4cloud/alien4cloud/blob/develop/alien4cloud-core/src/main/java/org/alien4cloud/tosca/variable/service/QuickFileStorageService.java) is failing due to wrong package name and [TopologyVariableController](https://github.com/alien4cloud/alien4cloud/blob/develop/alien4cloud-rest-api/src/main/java/org/alien4cloud/tosca/variable/TopologyVariableController) is failing duo to it's unable to resolve VariableExpressionService.DefinedScope. Both cases I can see duplicate of files for...
Hi, This is regarding general coding convention. I would like to propose two coding convention here. 1. I could see elasticsearch.yaml file is placed in alien4cloud-ui project in alien4cloud repo....