Commit bcd2edf6 authored by Spiros Koulouzis's avatar Spiros Koulouzis

change interface

parent 3e35ba31
...@@ -162,10 +162,6 @@ node_types: ...@@ -162,10 +162,6 @@ node_types:
interfaces: interfaces:
CloudsStorm: CloudsStorm:
type: tosca.interfaces.ARTICONF.CloudsStorm type: tosca.interfaces.ARTICONF.CloudsStorm
provision:
inputs:
code_type: SEQ
object_type: SubTopology
tosca.nodes.ARTICONF.VM.Compute: tosca.nodes.ARTICONF.VM.Compute:
derived_from: tosca.nodes.ARTICONF.Infrastructure derived_from: tosca.nodes.ARTICONF.Infrastructure
......
...@@ -173,7 +173,7 @@ public class DRIPService { ...@@ -173,7 +173,7 @@ public class DRIPService {
for (NodeTemplateMap vmTopology : vmTopologies) { for (NodeTemplateMap vmTopology : vmTopologies) {
CloudsStormSubTopology.StatusEnum status = helper.getVMTopologyTemplateStatus(vmTopology); CloudsStormSubTopology.StatusEnum status = helper.getVMTopologyTemplateStatus(vmTopology);
if (!status.equals(CloudsStormSubTopology.StatusEnum.DELETED)) { if (!status.equals(CloudsStormSubTopology.StatusEnum.DELETED)) {
toscaTemplate = setProvisionerOperation(toscaTemplate, PROVISIONER_OPERATION.DELETE); toscaTemplate = setProvisionerOperation(toscaTemplate, PROVISIONER_OPERATION.H_SCALE);
} }
} }
return execute(toscaTemplate,provisionerQueueName); return execute(toscaTemplate,provisionerQueueName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment