Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|