summaryrefslogtreecommitdiffstats
path: root/conductor/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-11-28Return flavor-id in OOF responseRuoyu1-2/+2
Add flavor-id in OOF response Change-Id: I56d33eef06504f66c41b793d93d132b21a27b0dc Issue-ID: OPTFRA-401 Signed-off-by: Ruoyu <ruoyu.ying@intel.com> (cherry picked from commit 90e318d450e18075e991671c31ac87259a695e1e)
2018-11-01Remove credentials in logger3.0.0-ONAP1.2.4Dileep Ranganathan1-2/+2
Removed log with credentials. Upgrade version to 1.2.4 Change-Id: Ic5767f149d7cd48a8596f325d90fe5138c213c31 Issue-ID: OPTFRA-331 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-23Update version to 1.2.31.2.3Dileep Ranganathan1-2/+2
Update version to 1.2.3 Change-Id: I128a72e8c90683e1197923c4f76f2f7b790ca055 Issue-ID: OPTFRA-370 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-10-08Update version to 1.2.21.2.2Dileep Ranganathan1-2/+2
Update maven artifact verion to 1.2.2-SNAPSHOT Update docker image version to 1.2.2 Update oparent-python to 1.2.1 release version Change-Id: Ic588d2544847cdf1ba0f98678e5b55ef82e01671 Issue-ID: OPTFRA-370 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-08-30Upgrade HAS version to 1.2.11.2.1Dileep Ranganathan1-2/+2
Bump verion of docker images, pom.xml, and oparent-python to 1.2.1, 1.2.1-SNAPSHOT and 1.2.0 respectively. Change-Id: Ie57e8ac107f1fa4fb3f840869a2fe0656012d601 Issue-ID: OPTFRA-257 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-18Bumping the oparent and has artifact versionsDileep Ranganathan1-2/+2
Bumped the oparent-python version to 1.2.0 Bumped the has artifacts version to 1.2.0 Change-Id: Ic68133642f915f77e0d9f064e0945ee137c24188 Issue-ID: OPTFRA-301 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-13Corrected Nexus Package contentIkram Ikramullah (ikram@research.att.com)1-2/+2
Before dockerzation can proceed, contents of the package must be correct. Few folders/files were missing. Changed assembly.xml to include all but the ones that are not needed. Also, removed files from conductor/conductor folder that were thought to have contributed to the correction of the package initially. conductor/conductor/README.rst conductor/conductor/README.md conductor/conductor/setup.py conductor/conductor/setup.cfg These files are actually not needed in that level of folder (conductor/condcutor) - They should exist only on the main conductor/ folder. Issue-ID: OPTFRA-123 Change-Id: I006694ddc8e7e5de21ad17fb0d4720c5b19dc960 Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
2018-03-06Fix Sonar coverage reportDileep Ranganathan1-0/+18
Added maven-exec plugin to trigger tox and coverage Modified sonar properties to set the path to reports Modified .gitignore to add coverage related files Added test dependency junitxml Change-Id: I7e4bb5e4b6bc217b9778350c703d864e9f8ef0e2 Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-03-01Integrate optf/has with SonarDileep Ranganathan1-1/+1
Added sonar properties for python related config Added custom inclusion/exclusion patterns which could be leveraged Change-Id: I3992a9120a30555fc933c1b052984367af69e4da Issue-ID: OPTFRA-101 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-01-29Add intial pom.xml inheriting from oparent-pythonDileep Ranganathan1-0/+56
Created pom.xml for integrating with ci Change-Id: Ie6bec4b7d4d3bf4b86074b7405f882fee0bccab9 Issue-ID: OPTFRA-59 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>