Update installation to handle case /etc/ssl/certs not found

Updated ca cert installation to handle case correctly where /etc/ssl/certs
directory is not found. Alsp, added integration testing of
standalone sdnc container.

Change-Id: Iabb3b6f921f52e533f1a920c3afa68a024788667
Issue-ID: SDNC-1419
Signed-off-by: Dan Timoney <dtimoney@att.com>

Former-commit-id: 3ee44123de572df9ff2990ef2aedc0891b658285
3 files changed
tree: 43e028238307661ee7c8e6d0a8fd55fb067a0335
  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".