...
For more information on running the pre-built and tested versions see Montreal - Run
Table of Contents |
---|
Project Requirements
Java 17 JDK (make sure that JAVA_HOME environment variable points to correct Java version)
Maven 3.8.3+
Docker and docker-compose (latest)
- Python
Build Code
- Note 1: While instructions to build the artifacts are included below, pre-built versions are available as Docker Images in http://nexus3.onap.org
- Building the code should only be attempted if you really need to, or wish in incorporate some change; it is much easier to use the pre-built versions.
- Note 2: Before attempting to retrieve or build any ONAP component please follow the instructions for Setting Up Your Development Environment
- Note 3: After re-building run the functions by following instructions at Montreal - Run - but note the version numbers of the newly-built functions will likely be slightly different from the pre-built versions.
- Version numbers used in this page may not be the most recent ... you should verify version numbers of your newly built component, and check for latest versions of pre-built components
Build A1 Policy Management Service container
Download the
ccsdk/oran
repo, london branch:Code Block language bash $ git clone "https://gerrit.onap.org/r/ccsdk/oran" -b london
Build the code and create docker image
To build docker image of the A1 Policy Management Service:
...
(Note: your version tag may be different - check the version in pom.xml
to make sure)
Build A1 Adapter for Controller
Build the code and create docker images
A1 Adapter is a feature developed within CCSDK which can then be installed in the SDNC/ODL Karaf Server. To build & run the A1-enabled SDNC Controller, you need to build the CCSDK & SDNC repos.
...
Code Block | ||||
---|---|---|---|---|
| ||||
$ docker images | grep onap onap/sdnc-image latest onap/sdnc-ansible-server-image latest onap/admportal-sdnc-image latest onap/ccsdk-dgbuilder-image latest onap/sdnc-ueb-listener-image latest onap/sdnc-dmaap-listener-image:latest |
Proxy support for A1 adapter
There is the possibility to use a HTTP proxy for A1 Adapter southbound calls (when CCSDK SLI graph node functions need to perform REST calls southbound to near-RT-RICs).
...