Commit bcd2edf6 authored by Spiros Koulouzis's avatar Spiros Koulouzis

change interface

parent 3e35ba31
......@@ -162,10 +162,6 @@ node_types:
interfaces:
CloudsStorm:
type: tosca.interfaces.ARTICONF.CloudsStorm
provision:
inputs:
code_type: SEQ
object_type: SubTopology
tosca.nodes.ARTICONF.VM.Compute:
derived_from: tosca.nodes.ARTICONF.Infrastructure
......
......@@ -173,7 +173,7 @@ public class DRIPService {
for (NodeTemplateMap vmTopology : vmTopologies) {
CloudsStormSubTopology.StatusEnum status = helper.getVMTopologyTemplateStatus(vmTopology);
if (!status.equals(CloudsStormSubTopology.StatusEnum.DELETED)) {
toscaTemplate = setProvisionerOperation(toscaTemplate, PROVISIONER_OPERATION.DELETE);
toscaTemplate = setProvisionerOperation(toscaTemplate, PROVISIONER_OPERATION.H_SCALE);
}
}
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