commit | 03a1b2b63cf77790d357e15f2cd20a197ec6d26f | [log] [tgz] |
---|---|---|
author | Hesam Rahimi <hesam.rahimi@huawei.com> | Fri Jul 23 19:50:37 2021 +0000 |
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | Fri Jul 23 19:50:37 2021 +0000 |
tree | 92cf2bc6ce84d79d52bc5c45ba927d8e441ff405 | |
parent | cdcd58f6f622c7c3b05fdf7ae96d5a716a6194cc [diff] |
Updating Topology Discovery DGs to align with the latest changes of IETF TE-Topology YANG models. Issue-ID: SDNC-1585 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I93ee9ea574ec6b0aa9932b2e6ece0c505fdac1c7 Former-commit-id: 83d8f398dc0acce88475c694902d5542a8e811d1
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