commit | b222ce597db2af1929e5b1d42210c156d7c794ca | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Fri Sep 27 14:43:09 2024 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Fri Sep 27 14:43:09 2024 -0400 |
tree | 41242739c990054fa0bb15da4fb277023d9070a6 | |
parent | 17acb924fe12bbcbaba68e5e7b2a457d0d830cbe [diff] |
Release initial Oslo maven artifacts Release initial version of Oslo release SDNC maven artifacts and roll version Issue-ID: SDNC-1846 Change-Id: I9bf8b35b37fcf05c5909baf80ddbdd5efd8708e6 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