summaryrefslogtreecommitdiffstats
path: root/odlsli/src/main/properties
AgeCommit message (Collapse)AuthorFilesLines
2020-08-26Inclusion of ranSlice feature in ODLSLISandeep Shah1-0/+91
Since ranSlice related feature code was already merged, now feature can be included in the CCSDK ODLSLI POM file Issue-ID: CCSDK-2679 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I2e1c4802c51b109df9359c8e1ccf569b32f4e95e Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-25Bug fixes for CMNotify FeatureSandeep Shah1-0/+36
Fix the correct folder for CMNotify properties file Fix DG's to log into the correct file Issue-ID: CCSDK-2190 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I0f56af225f1e87221dd42751793f5e15208ea126
2019-12-20DG's and Templates for A1 AdapterSandeep Shah1-14/+15
Included are 10 DG's, any pertinent templates, and updated properties file Issue-ID: CCSDK-2013 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: Ia2edfb3d1be5043101487289fa15e71d953ddf1c
2019-11-03Include A1 adapter in CCSDK distribution repoSandeep Shah1-0/+79
Include A1 adapter installer in ODLSLI POM files, provide DG mechanics support to execute A1 adapter RPC's Issue-ID: CCSDK-1887 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I9a0cd57e8734e69205d899c7a342b70db8532808
2019-10-21Bug fixes to OOFPCIPOC templates, DG's, propertiesSandeep Shah1-4/+4
Bug fixes to OOFPCIPOC ConfigDB and DMAAP template files, SDNR property file, and corresponding DG's Issue-ID: CCSDK-1840 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I23ebfdc819213ed5e070887bdf7cc14ba0121ec8
2019-08-20SDNR OOFPCIPOC - DG Updates for ConfigDB DMAAPSandeep Shah1-1/+22
To support closed loop automation, DG's are modified to update ConfiDB for configuration of PCI and ho flags, and publish DMAAP message confirming configuration. Corresponding templates are also created Issue-ID: CCSDK-1581 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I030401f394ebdc693eeaf514478200a4d9691c18
2019-07-11OOFPCIPOC Properties files for Alpine and UbuntuSandeep Shah2-5/+35
Include properties files in common folder for Alpine and Ubuntu Update POM file for Ubuntu to install .vt template in a docker Issue-ID: CCSDK-1477 Signed-off-by: SandeepLinux <sandeeplinux1068@gmail.com> Change-Id: I5d13cd2cee83dbfe9ab06e68fa9ee8e5cc2b5414
2019-04-10Service Logic (DG/Templates) for SDNR OOF PCI POC3.0.2-ONAP0.3.4Sandeep Shah1-0/+35
DG's, templates, property files to support service logic for SDNR OOF PCI POC use case. Also includes the required changes to POM files to appropriately copy the above artifacts to docker-state folder in respective sub-folders. Change-Id: I9b16c798bcc9ba3a28d5a99f4c3d1562f5ed0468 Issue-ID: CCSDK-1204 Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
2018-09-11Updating aai version in aaiclient.propertiesgaurav1-14/+14
Updated AAI version to v14 in aaiclient.properties. Change-Id: I52faa1a381f5bfa6ac8ac6dcff56269757e2bfb3 Issue-ID: CCSDK-324 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
2018-04-24Updating properties in aaiclient.propertiesRich Tabedzki1-1/+1
Changes made: * Updated certificate file location Change-Id: Ifdce62a8402ebc49e58b37297d473f6dce86e9d4 Issue-ID: CCSDK-250 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2018-04-23Fixing trustStore issues in AAI ClientRich Tabedzki1-187/+20
Changes made: * updated trustore.onap.client.jks to use latest AAF certificates * updated aaiclient.properties file Change-Id: I0eb06766983ae128fa9304fc62e5e8596b726b02 Issue-ID: CCSDK-247 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-10-23Updated keystore file in ccsdk/distributionRich Tabedzki1-1/+1
Changes made: - updated content of the truststore.opendaylight.client.jks file Change-Id: I422ff6cd3d05993304e67af8fa65358d7efdd9ab Issue-ID: SDNC-134 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-09-19Fix dblib driver propertyDan Timoney1-1/+1
dblib.properties file contains wrong name for JDBC driver property Change-Id: I989ef7076bbadb44e3be9554fe39384ef685ca82 Issue-ID: CCSDK-95 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-18Use mariadb JDBC connectorDan Timoney1-1/+1
Update CCSDK container to use MariaDB JDBC connector instead of mysql connector. This is needed to resolve licensing issue. Both connectors are compatible with both MySQL and MariaDB back end databases, but mysql JDBC connector is licensed under GPL 2.0, while MariaDB JDBC is licensed under LGPL 2.0. Change-Id: I919e8463c1e0ef162b9becc5023ebf623423df78 Issue-ID: CCSDK-95 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-15Prepared dblib.properties to support multi-vendorRich Tabedzki1-0/+1
Changes made: 1. updated dblib.properties, added new propery org.openecomp.sdnc.sli.jdbc.drive needed to identify JDBC driver used by core/dblib bundle Change-Id: I772f22a3fd3928661170235120fe123dbfd7dce8 Issue-ID: CCSDK-92 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-08-21Add ODL + SLI containerDan Timoney8-0/+631
Add docker container that starts up OpenDaylight with SLI preinstalled Change-Id: Iffbc21e0437108608fc35fc573d8ef47e413eca8 Issue-ID: CCSDK-27 Signed-off-by: Dan Timoney <dtimoney@att.com>