Failure encountered while execution of installCerts.py script
fails to convert keystore.jks/truststore.jks to keystore.p12/truststore.p12

Issue-ID: SDNC-1150

Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech>
Change-Id: I1ef77602b56199ab2c8f9223fdd3c2e6a1878c22
(cherry picked from commit 926b17ef2bd841b4372c701859864c23cd612077 [formerly cb65f50142671a9f8bda4a7a65ead714aae2691a])

Former-commit-id: 17d655f931d3c1f298c9166ac52fec4a1c6b7f97
1 file changed
tree: 3a36d6da550e25f215d65d8df8e6aa6c9d09bc53
  1. admportal/
  2. configbackuprestore/
  3. data-migrator/
  4. docs/
  5. installation/
  6. platform-logic/
  7. releases/
  8. SdncReports/
  9. .gitignore
  10. .gitreview
  11. .readthedocs.yaml
  12. INFO.yaml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. version.properties
README.md

This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:

  1. org.openecomp.sdnc/sdnc-core
  2. org.openecomp.sdnc/sdnc-adaptors
  3. org.openecomp.sdnc/sdnc-northbound
  4. org.openecomp.sdnc/sdnc-plugins

To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".