...
- startODL.sh
- location
- Container location: /opt/onap/sdnc/bin/startODL.sh
- Repo location: (sdnc-oam)/installation/sdnc/src/main/scripts/startODL.sh
- requirement
- should come up with running default configuration
- if specific configuration is requested should prepare this by
- adjusting "featureBoot" in $ODL_HOME/etc/org.apache.karaf.feature.cfg
- provides security configuration, certs and further.
- location
- startODL.oom.sh
- Similar to "startODL-sh"
- Used by OOM for SDNC startup
SDN-C Image dependencies
xyz-installer is a ZIP file in repo structure () include all bundle(s) for an osgi-feature (feature-xml, provider-jar, model-jar)
def ENV | startup/ odl boot | Added | comment | |
---|---|---|---|---|
onap/sdnc-image | /opt/onap/sdnc
/opt/onap/ccsdk
| Groups
| Add sdnc related bundles/features Scripts for run time install/setup for
Bundle features added (featuresBoot): sdnc-northbound-all, sdnr-northbound-all,sdnr-wt-feature-aggregator | |
onap/ccsdk-odlsli-alpine-image | CCSDK_FEATURE_VERSION Specified in sdnc-image | /opt/onap/ccsdk
| Groups
| Add sli bundles/features Dockerfile
/opt/onap/ccsdk used for test purpose correct |
onap/ccsdk-odl-sodium-alpine-image | ODL_HOME Specified multiple times | karaf/opendaylight | add ODL Sodium | |
onap/ccsdk-alpine-image | JAVA_HOME Specified multiple times | install Java, python3, bash and tools | Java8 later Java11 | |
alpine | offical image |
Note: Installer
<artifactId>xyz-installer</artifactId> is a ZIP file in repo structure including all parts for xyz-feature (feature-xml, provider-jar, model-jar).
Example:
<dependency>
<groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
<artifactId>sdnr-wt-feature-aggregator-installer</artifactId>
<version>${ccsdk.features.version}</version>
<classifier>repo</classifier>
<type>zip</type>
</dependency>