commit | 860f02ed19ec3dd8e0fa7323c4d8f147eafb4e95 | [log] [tgz] |
---|---|---|
author | Singal, Kapil (ks220y) <ks220y@att.com> | Thu Jun 24 08:26:01 2021 -0400 |
committer | Singal, Kapil (ks220y) <ks220y@att.com> | Thu Jun 24 08:26:08 2021 -0400 |
tree | 4bdbabce15d2bdbb49d9105bea4645f9527f08e8 | |
parent | 55378e7480442b8cee46d215a85e194c56b38f36 [diff] |
Moving CCSDK/Features and ORAN Features from CCSDK/distribution Updating Dockerfile and Pom for related items Issue-ID: SDNC-1572 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3f2b02f82b7efaa73630edf0d18f60918f836f1b Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Former-commit-id: 16648c0c90d57ba722115592a11fc0f939562140
This source repository contains the directed graphs to support the SDNC controller, as well as the code to create the SDNC docker containers.
The following command will do a local build and create all SDNC docker containers:
mvn clean install -P docker -Ddocker.pull.registry=nexus3.onap.org:10001
To do a local build of only the SDNC controller docker image:
cd installation/sdnc mvn clean install -P docker -Ddocker.pull.registry=nexus3.onap.org:10001
To perform local CSIT testing, first create a local docker build of the SDNC controller images following the steps above.
Important note: CSIT testing is still based on Python2. So, before running the CSIT locally, be sure that your local environment is using the python2 version of 'python' and 'pip'
Once you have a local SDNC image build and python2 is installed, you can run a local CSIT test by running the following commands:
cd csit ./run-project-csit.sh