commit | 4308ac023373157f4255088efba7cdb34115bff7 | [log] [tgz] |
---|---|---|
author | Zhuangyang <418624178@qq.com> | Sun Aug 22 11:13:46 2021 +0800 |
committer | Zhuangyang <418624178@qq.com> | Sun Aug 22 11:13:46 2021 +0800 |
tree | c7a1d3e0b179ae7b89b2dbe5bed87a193e3c46aa | |
parent | 0ee0c5b0c15dd310f316e795a700150d6de5e394 [diff] |
New DGs added for CCVPN scenario enhancement. Fix DGs URL and add rest-api template Issue-ID: CCSDK-3389 Signed-off-by: zychen <418624178@qq.com> Change-Id: I0d77a0ffe2b20e55a8cb21a2771838b19013515f Former-commit-id: 929ae023c5e20f3a8e95cbef72647184f8ec3c67
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