summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-18Add keystore file to ccsdk/distributionRich Tabedzki2-1/+1
Changes made: 1. added main/stores directory 2. added truststore file 3. updated pom file to properly include stores directory Change-Id: Ic10370e3c21c5e413c5745c2fbee7116f14a86a2 Issue-ID: SDNC-134 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2017-09-28Merge "Setup ReadTheDocs"Dan Timoney1-0/+8
2017-09-28Setup ReadTheDocsBrian Freeman1-0/+8
Issue-ID: CCSDK-107 Change-Id: Ia6cf2f242cba0a503ac8669f7d187d22c272d233 Signed-off-by: Brian Freeman <bf1936@att.com>
2017-09-27Merge "Fix feature versions"Dan Timoney1-3/+1
2017-09-27Enable staging for distribution repoDan Timoney1-0/+16
Distribution release job is failing because staging is not enabled. Change-Id: Id4c8ba022ae1f090d7cd9a9fcda9b14ccd6e560e Issue-ID: CCSDK-59 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-26Fix feature versionsMarcus G K Williams1-3/+1
Issue-Id: CCSDK-104 Change-Id: Ifb53104404482b11aab08e411bc9ed798ac9a64c Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-09-26Use oparent in distributionDan Timoney1-1/+1
Use version 0.0.2-SNAPSHOT of CCSDK parent pom to pick up oparent properties. This will enable staging plugin, which will resolve daily build issue. Change-Id: Ia418db6daab463d7f4199856fcd51e5a5bfab861 Issue-ID: CCSDK-56 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-22Another change to fix failing featurePatrick Brady1-1/+1
Change-Id: I7b1cbae4a6102dd19e69f1fa9f867c689a00d3b0 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: CCSDK-102
2017-09-21Fix installFeatures.shDan Timoney1-1/+1
Fix name of core-utils feature in installFeatures.sh Change-Id: I4a99eb8f36cc399cbdf8b7ed6f66b06173e57943 Issue-ID: CCSDK-54 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-21Install sdnc-core-utils featureDan Timoney3-5/+3
Update odlsli container to install new sdnc-core-utils feature. Change-Id: I315d35387257b91e5f8f0bdf24f7ad43f43ffb99 Issue-ID: CCSDK-54 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-19Fix dblib driver propertyDan Timoney2-1/+5
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-18Copy logging config to docker-stagingMarcus G K Williams1-0/+19
Issue-Id: CCSDK-71 Change-Id: I1824228951dd38938216ee4bb242c516ed870e55 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-09-18Fix typo in opendaylight DockerfileDan Timoney1-1/+1
Opendaylight container Dockerfile contains reference to variable that is no longer defined (mysql instead of mariadb). Change-Id: I8c159547a9e502471a75e6b4fd41d45cca41c954 Issue-ID: CCSDK-95 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-18Merge "Add Graph/Node to org.ops4j.pax.logging.cfg"Dan Timoney2-0/+66
2017-09-18Use mariadb JDBC connectorDan Timoney3-15/+14
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-09-14Add Graph/Node to org.ops4j.pax.logging.cfgMarcus G K Williams2-0/+66
This change adds org.ops4j.pax.logging.cfg file that contains standard ODL logging config with added sections for 'Directed Graph Node Id appender' and 'Directed Graph Name appender'. Addition of these sections should allow current Graph and Node Id to be appended to karaf log using MDC. Issue-Id: CCSDK-71 Change-Id: Id62ba038fbe6bb51e2c58f6a415a860cfa11dd89 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-09-11Update core versionDan Timoney2-2/+2
Update odlsli to use version 0.1.2-SNAPSHOT of sli/core packages Change-Id: I848db905f2d018f3d59ef46435ce08880ba9a23d Issue-ID: CCSDK-86 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: I686732405fe8a0e6aef1925317d98e76122956c4 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-05Merge "Add docker-compose.yml"Marcus Williams2-0/+90
2017-09-05Add docker-compose.ymlDan Timoney2-0/+90
Add docker-compose.yml to bring up CCSDK docker containers for troubleshooting purposes. Change-Id: Ic0393621d568b52a06d3cdf958ae60dc10afbaca Issue-ID: CCSDK-76 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-31Rename dgbuilder dockerfile names to CCSDKChinthakayala, Sheshashailavas (sc2914)1-2/+2
Update docker file to reflect the fact that it has moved to ccsdk project Issue-ID: CCSDK-72 Change-Id: I5131b3a2a409c58aaf17d178302b72eef1d507ed Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>
2017-08-31Update sdl/core version in odlsliDan Timoney1-1/+1
Update odlsli container to use version 0.1.1-SNAPSHOT of sli/core to see if that resolves issue loading sliapi. If this works, will submit changes to roll all ccsdk sli components as well as ccsdk distribution to version 0.1.1-SNAPSHOT to keep versions in sync. Change-Id: I9e4c1e981ae9ee1a01ef8ca850503ca457f0d43a Issue-ID: CCSDK-69 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-30Correct typo in db install scriptDan Timoney1-1/+1
Database install script is looking for file called 'sdnctl.dump', when it should be 'odlsli.dump'. Change-Id: I4a69d2fbce54cafb56f48face99c2109df515620 Issue-ID: CCSDK-74 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-28[CCSDK-29]changes for dgbuilder docker imageChinthakayala, Sheshashailavas (sc2914)7-2/+281
changes related to creating docker container for dgbuilder Change-Id: Ida8710be20c6737c46f7f01bc36e0fe11dd250bb Issue-ID:{CCSDK-29} Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>
2017-08-28[CCSDK-28] populated the seed code for dgbuilderChinthakayala, Sheshashailavas (sc2914)379-0/+50220
updated the code to point to the new package name for sli Change-Id: I3b5a1d05dc5193664fd4a667afdcd0b2354010a4 Issue-ID:{CCSDK-28} Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com> Signed-off-by: Chinthakayala, Sheshashailavas (sc2914) <sc2914@att.com>
2017-08-24Install database schemaDan Timoney2-406/+4
Fixed bug in database installation script to load database schema Change-Id: Ie5478a40c7792ee8a5d91ea0a8af753717777971 Issue-ID: CCSDK-27 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-23Fix odlsli feature installDan Timoney2-3/+3
Fix issues with installation of features and DGS in odlsli container Change-Id: If50db422ccd9b2493fa237c7b4090fef00e91968 Issue-ID: CCSDK-27 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-22Merge "Use docker profile"Marcus Williams3-201/+212
2017-08-22Use docker profileDan Timoney3-201/+212
Docker plugin should be defined in separate profile so that it is only triggered by docker Jenkins jobs, which enable the docker profile via -P docker command line arg. Change-Id: I42826bf5fe1c4cfcf6dd0122b3d889ddd031306a Issue-ID: CCSDK-64 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-21Merge "Add ODL + SLI container"Dan Timoney17-0/+3113
2017-08-21Add ODL + SLI containerDan Timoney17-0/+3113
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>
2017-08-21Merge "Add platform DGs to distribution"Dan Timoney20-24/+1028
2017-08-21Add platform DGs to distributionDan Timoney20-24/+1028
Add platform DGs needed by ODL-SLI docker container to distribution repo. Change-Id: I01c4a466da7bd986447cb44629fee61038664592 Issue-ID: CCSDK-27 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-11Add version.properties to ccsdk/distributionMarcus G K Williams1-0/+15
Change-Id: I6df439ea58bef509331946859633acfbf1330a36 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2017-08-11Create base OpenDaylight containerDan Timoney3-0/+239
Create base ODL Carbon docker container, based on base Ubuntu docker container Change-Id: I11873727a6a436ff6ecc6113c927ab07f99a67a3 Issue-ID: CCSDK-27 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-09Create base Ubuntu containerDan Timoney4-0/+224
Create base docker container for Ubuntu 16.04 LTS with packages needed for CCSDK SLI Issue-ID: CCSDK-27 Change-Id: I17a88fc2539f58ee6ced12ea64fbce45bc16a5ff Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-08-08Initial empty repositoryJessica Wagantall0-0/+0