diff options
author | 2019-09-25 12:13:55 +0000 | |
---|---|---|
committer | 2019-09-25 12:13:55 +0000 | |
commit | 0ac62c27ee135b9e455f43bc9784e137521627ba (patch) | |
tree | ba9aff6656faa29a8f892c22971c5b5283c18d73 /asdc-controller/src/main | |
parent | 53777f83647c300159997f0c40ccd20f36daeeb7 (diff) | |
parent | 2583008c4fcab4fa08fb5e566ba6ba4a047628b4 (diff) |
Merge "- Added serviceDeployed variable for"
Diffstat (limited to 'asdc-controller/src/main')
-rw-r--r-- | asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCController.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCController.java b/asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCController.java index 0080ed543c..37f6462bba 100644 --- a/asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCController.java +++ b/asdc-controller/src/main/java/org/onap/so/asdc/client/ASDCController.java @@ -808,6 +808,7 @@ public class ASDCController { logger.debug("Preparing to deploy Service: {}", iNotif.getServiceUUID()); try { this.deployResourceStructure(resourceStructure, toscaResourceStructure); + serviceDeployed = true; } catch (ArtifactInstallerException e) { deployStatus = DistributionStatusEnum.DEPLOY_ERROR; errorMessage = e.getMessage(); |