commit | acf9f2b3c9df2f535025a9772620c2c73ade04c1 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Tue Oct 01 15:25:39 2024 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Wed Oct 09 09:56:37 2024 -0400 |
tree | ca05764c5abc300d1a08a6e77d4102e45ba81734 | |
parent | b222ce597db2af1929e5b1d42210c156d7c794ca [diff] |
Update major version and fix client Update major version and adjust swagger to allow client to correctly parse OpenDaylight version of RFC-8040, which is not completely standard. Issue-ID: SDNC-1847 Change-Id: I16ae3eda02e338e3d860b41c1907be15efaea596 Signed-off-by: Dan Timoney <dtimoney@att.com>
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