summaryrefslogtreecommitdiffstats
path: root/core/utils
AgeCommit message (Collapse)AuthorFilesLines
2021-12-06Release ccsdk/sli1.3.3jenkins-releng3-3/+3
2021-12-02Use Silicon SR2 version of parent pomsDan Timoney3-3/+3
Update to use Istanbul / Silicon SR2 version of parent poms Issue-ID: CCSDK-3512 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie2cec74cc4b8370e15dad55e6c1989874fb567b9
2021-10-14Release version 1.3.2 of ccsdk/sliDan Timoney3-3/+3
Release version 1.3.2 (Istanbul RC) of ccsdk/sli Issue-ID: CCSDK-3483 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I27fcacfa89f0167549287ea71a27689d6b3fa186
2021-10-12Update to use Istanbul RC version of parent pomDan Timoney3-3/+3
Update to use Istanbul RC released version of parent pom Issue-ID CCSDK-3483 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0b9816afee65db3350c5860c371a39b51620359f
2021-09-09Release version 1.3.1 of ccsdk/sliDan Timoney3-3/+3
Release version 1.3.1 of ccsdk/sli and roll to next snapshot Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I11b714ba8dfdd979193e44e4826a6e88a8b096ff
2021-08-31Release initial Istanbul ccsdk/sliDan Timoney3-6/+6
Release initial Istanbul release (1.3.0) of ccsdk/sli Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia8149a113d8e6608d7dd17d37487ce938d968e74
2021-07-09Add host name verifier that accepts IP addressesDan Timoney3-0/+203
Add a host name verifier that handles IP addresses as special cases, so that they can be safely ignored in lab environments Issue-ID: CCSDK-3196 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I83cec989102620b52a227b7ca71efb92227d834c
2021-05-17Moving IAAS Adaptor from APPC to CCSDK SLISingal, Kapil (ks220y)21-3/+2505
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I24c21a9bebe87bb87eb14bd903ee558c20b45277
2021-04-09Moving ssh-adaptor from APPC to CCSDKSingal, Kapil (ks220y)9-0/+3102
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Icb363093d49595fba8d60045cb7cab49ce4198bc
2021-03-15Moving and merging Ansible adaptor from appc to ccsdk/sliSingal, Kapil (ks220y)4-3/+243
Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I5b2c8a3aff7b0e874a659122264be06f412945be
2021-03-09Roll master version for IstanbulDan Timoney3-6/+6
Roll versions of ccskd parent poms to 2.2.0-SNAPSHOT and of ccsdk/sli to 1.3.0-SNAPSHOT for Istanbul release Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1af3a469f0d8b5f46eed878e59dc318a9857c6db
2021-03-09Refactoring pom's name tagSingal, Kapil (ks220y)3-135/+134
Indenting pom's and running mvn tidy:pom to rearrange items Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ic9c7cfd76bd98e6a101ec7788841d96316508735
2021-02-23Roll to next Honolulu snapshotDan Timoney3-3/+3
Roll to next Honolulu snapshot Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I63f203e2d0dfc300b0693fdc46abeb9054596727
2021-02-22Use released version of parent pomsDan Timoney3-3/+3
Use released version 2.1.1 of parent poms Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ied983f40f2d445dd58061eed3475aa0ac210a7d2
2021-02-18Add new EnvProperties classDan Timoney4-0/+163
Added new class EnvProperties, which extends java.util.Properties and supports property values containing embedded environment variable references. Updated code to use this class to load svclogic.properties, and updated dmaap listener to use that class to load dmaap listener configuration. Issue-ID: SDNC-1482 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I7538b719631d8c10c27d059aeb4f70ce92760ebd
2021-01-26Revert "Limit use of odlparent poms"Dan Timoney3-10/+14
This reverts commit 7de29bfea89ff53a446bea07d8f74d1aaa87045b, due to issues encountered in the odlsli container in ccsdk/distribution. Issue-ID: CCSDK-3001 Issue-ID: CCSDK-3099 Change-Id: I79252b74693895f483eb390c575bb244195fe7ed Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-10Limit use of odlparent pomsDan Timoney3-14/+10
Updated pom.xmls to use standard maven project structure (i.e. parent of pom is pom in directory above), and updated top level pom to use org.ccsdk.parent:oparent as parent - EXCEPT in cases where module has true OpenDaylight dependencies and therefore needs to use ODL parent pom. Change-Id: I50429f28225152251ac2086235c14bb00f09c05c Issue-ID: CCSDK-3001 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-02Add missing pom.xml filesDan Timoney3-3/+3
Add missing modules to top level pom.xml and add missing pom files for core, adaptors, northbound and plugin directories. Also rolled version to next minor version (1.2.0-SNAPSHOT) to avoid conflict with compiled code from individual repos during transition to new structure. Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If58175bd2519955cd896290cac7001df4eb62287
2020-12-01Migrate sli-core filesJessica Wagantall24-0/+1014
Migrate sli-core repo files into new directory "core". Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>