commit | 673b18baae5db233d3da2a2b40f9b5d772c6cee2 | [log] [tgz] |
---|---|---|
author | Ittay Stern <ittay.stern@att.com> | Mon Jul 22 11:21:05 2019 +0300 |
committer | Ittay Stern <ittay.stern@att.com> | Mon Jul 22 11:36:00 2019 +0300 |
tree | 92e9f6d933d1c7217864c50bed8145621e9cd538 | |
parent | 7777af2d57f3461b06f8c787cfb6e33c3b01e8a6 [diff] |
Allow full-path to certificate and remove implicit Optional::toString 1) If getAAITruststoreFilename or getAAIKeystoreFilename has a file separator -- don't append certFilePath to filename. 2) getKeystorePath() is issuing Optional::orElse, as the code `+ getAAIKeystoreFilename()` is implicitly calling `getAAIKeystoreFilename().toString()` which yields a default toString e.g. "Optional[configValue]". Issue-ID: VID-229 Change-Id: I9c135cc3dfd72cdc203b59d78162a568a6dbd688 Signed-off-by: Ittay Stern <ittay.stern@att.com>
This source repository contains the OpenECOMP Virtual Infrastructure Deployment (VID). The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. In addition, this code is dependent upon the following OpenECOMP artifacts, which are not part of VID:
org.openecomp.ecompsdkos:ecompSDK-project org.openecomp.ecompsdkos:ecompSDK-core org.openecomp.ecompsdkos:ecompSDK-analytics org.openecomp.ecompsdkos:ecompSDK-workflow
To build it using Maven 3, run: mvn clean install