commit | 4b16ca8bd304667ad6c5243d0ba103be36f079fa | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Thu Dec 12 13:36:10 2024 -0500 |
committer | Dan Timoney <dtimoney@att.com> | Thu Dec 12 13:36:10 2024 -0500 |
tree | 96a82fe20f8bb5e5dd1782bbf035bab2ac51622e | |
parent | d24f5bf9e5164134cb8763da26671cc6d9954717 [diff] |
Release version 3.0.1 sdnc/oam artifacts Release version 3.0.1 of sdnc/oam artifacts and roll to next snapshot Issue-ID: SDNC-1850 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I3960ac20799fbce74ce0cde8cb3b59c45c254768
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