commit | 91a8f1eacdeb30a7c2e81d4c921c1f030d940496 | [log] [tgz] |
---|---|---|
author | RehanRaza <muhammad.rehan.raza@est.tech> | Fri Aug 28 14:37:34 2020 +0200 |
committer | RehanRaza <muhammad.rehan.raza@est.tech> | Fri Aug 28 14:53:29 2020 +0200 |
tree | bc8789f341fe16220bac0a7f40deaf26ce385612 | |
parent | 137ba19a109014a31d728a734c9706a1a97a9da9 [diff] |
Add a configurable truststore for A1 adapter The default truststore truststore.a1.adapter.jks contains a1simulator's cert from ORAN-SC: https://gerrit.o-ran-sc.org/r/gitweb?p=sim/a1-interface.git;a=blob;f=near-rt-ric-simulator/certificate/cert.crt;h=51e37a79a508242a2179f0607df61fb795e94a6a;hb=refs/heads/master This truststore can be overridden by mounting a new volume in docker-compose/helm, and the correpoding password for the truststore is set using an environment variable. Change-Id: Iec489a5a8f0435191475db0a1737e822f0a44b99 Issue-ID: SDNC-1339 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech> Former-commit-id: 6ee5a32752bd838225b9cbacd22ed451fd24c9a6
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:
To compile this code:
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.
To compile, run "mvn clean install".