commit | 5ab176626ef24c5b807348982c8b763c41928234 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Mon Sep 13 08:51:44 2021 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Thu Sep 16 16:00:01 2021 -0400 |
tree | ef49d7de6160745ba6923a9a748218f764e106e2 | |
parent | f218265ea2889432eb1f0d1092b004247e839c3e [diff] |
Update versions for initial Istanbul release Update versions for initial Istanbul release Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iac1e760dee06e1939a9d7978b5fc385912c4bfaf Former-commit-id: 9236e9071be481ba03a9acd65fdc51497bc73d15
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