diff options
author | Brinda Santh <bs2796@att.com> | 2019-12-03 16:15:20 -0500 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-12-06 13:37:24 -0500 |
commit | ea84b36447601d0d6a633ae708b72c6aaae6dc67 (patch) | |
tree | 732ae48ab262fd2ff8ddda1748728d9764eb0d79 /ms/controllerblueprints/README.md | |
parent | 7466e4277c9fe098a61ae126d1892b3cd30d6f89 (diff) |
Refractor controller blueprint modules
Move controller blueprints modules to blueprints processor and change the maven group name.
Fix test cba and model type paths
Fix dependencies issues.
Issue-ID: CCSDK-1663
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I3654e6f04811470327acba90e8a452b66e3e189b
Diffstat (limited to 'ms/controllerblueprints/README.md')
-rwxr-xr-x | ms/controllerblueprints/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ms/controllerblueprints/README.md b/ms/controllerblueprints/README.md deleted file mode 100755 index 0cb7a131b..000000000 --- a/ms/controllerblueprints/README.md +++ /dev/null @@ -1,13 +0,0 @@ -Application VM Arguments : - --DappName=ControllerBluePrints --Dms_name=org.onap.ccsdk.cds.controllerblueprints --DappVersion=1.0.0 --Dlogging.config=etc/logback.xml --Dspring.config.location=opt/app/onap/config/ --Dspring.datasource.url=jdbc:mysql://127.0.0.1:3306/sdnctl --Dspring.datasource.username=sdnctl --Dspring.datasource.password=sdnctl --Dcontrollerblueprints.loadInitialData=true --Dspring.profiles.active=dev - |