diff options
author | Merkel, Jeff <jeff.merkel@att.com> | 2019-09-24 13:10:45 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2019-09-24 13:10:45 -0400 |
commit | 2583008c4fcab4fa08fb5e566ba6ba4a047628b4 (patch) | |
tree | ca57499935bf97db06a15cf4e3009bc8385ce6b3 /asdc-controller/src/main | |
parent | 96231b3365d378a86b71d93b8a7d64aef8be531c (diff) |
- Added serviceDeployed variable for
- Added serviceDeployed variable for distributions with 2 resources.
Issue-ID: SO-2362
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I60a5240ed6b8213a24d3c4044c36b232ba3e9f7a
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(); |