commit | 24a05e22d5c03d68aa5e97dc6caea6f8cf954bda | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Tue Oct 12 10:03:21 2021 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Tue Oct 12 10:03:21 2021 -0400 |
tree | 5e9a5c18548b1a47b252b8af572839967079d713 | |
parent | 8e3280a9c2c7cd372cfb268e9df2f7332d405d9e [diff] |
Fix ansible startup directory Update docker-compose to fix entrypoint for ansible-server Issue-ID: SDNC-1626 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I28a252717e25e9887454f08023e27d8c570cd3b8 Former-commit-id: cdc716ed9e3bfad973c182932f1b9d04f5210264
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