Age | Commit message (Collapse) | Author | Files | Lines |
|
Need to exec last line of startODL.sh to get that process to be the one
docker waits on
Change-Id: Id697cd8f0347970ad3038ba2c576ab28f0e4cbad
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
|
|
Instead of restarting container (which seems to fail),
just start karaf client in foreground at end of startODL.sh
to cause docker container to stay up as long as karaf is up.
Also, remove Carbon container which is no longer needed for ONAP Beijing,
and produces false positives in security scan.
Change-Id: I8ea49769899cea206f46657bf6a3660d6a8a8d97
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
|
|
With Nitrogen, it can take some time after stop is issued for
karaf container to actually come down. Add a sleep to allow
time for stop to complete before execing karaf.
Change-Id: Ifb39cb78390bd595791cc96ac148d17d3c9db08c
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Ccsdk install features script does not install northbound and plugin
components properly.
Change-Id: I61c87e9e6d7f05f616110762cebea1168d05e655
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Fix error in install features
Ccsdk install features script does not install northbound and plugin
components properly.
Change-Id: I7ec2276dca33555141233303ab2f30ae747ad1ba
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
update platform logic installer to have timestamps in the logs and use install method for fast loading
Change-Id: Ib8ba5c2bc50e1f274dc7341db06a861af2d671e8
Issue-ID: CCSDK-202
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
|
|
Update build timestamp format to meet project standards
Change-Id: If4d40eddaf1d9111e842140753e9da747e83306d
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Set groupId to correct value (org.onap.ccsdk.distribution) to avoid
inheriting wrong value from parent.
Change-Id: Ic45596c810db12cee75268f21e7e2751fc7e3475
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
|
|
Currently the logger doesn't output any timestamps so reading the logs is difficult. This change enables timestamps in the logs.
Change-Id: Ie31eaa62499d7c8533811c56f474b4c597f4fa7d
Issue-ID: CCSDK-193
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
|
|
Update odlsli to use maven dependencies plugin within pom.xml to
install features, as opposed to using separate installZips.sh script.
That script was needed to work around a problem in early set up
using self-signed SSL certs that no longer exists.
Change-Id: Ia1b79d2f1c4593b8c6ff617882c4f9e9434ab0e0
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
enabled fast loading of graphs by using the install method
Change-Id: I0149136e3b6dd965a2253821ca32e341cc59c95e
Issue-ID: CCSDK-191
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
|
|
Updated dockers to install Nitrogen artifacts.
Change-Id: I9710346f064fa5fff0d92b5d6de32cc84d9e1b3d
Issue-ID: CCSDK-179
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Karaf tarball name format is different in Nitrogen (karaf* instead
of distribution-karaf*).
Change-Id: I9f28c9f59ff89c061223d5f35dfa8e7df8d8c5b6
Issue-ID: CCSDK-179
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Add new docker container for OpenDaylight Nitrogen
Issue-ID: CCSDK-179
Change-Id: Ic44d54785b58a1cbc71a37ae73b31ddfd057856c
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Replace mysql JDBC connector with MariaDB JDBC connector
Change-Id: I1b8f019241192f0cd4e3ecb0bc8798e20ae033a9
Issue-ID: CCSDK-144
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Update karaf logging config to keep logs
from filling the disk by limiting DG logging
file number and size.
Issue-ID: SDNC-204 SDNC-203
Change-Id: I325357ed2c22018f1298faff0da1bedb40ab16ae
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
Bump minor version in preparation for Amsterdam
branching. (prat 2)
Issue-ID: CIMAN-120
Change-Id: I221ed1573f8407a22ecd15a8c10aba2c6ca800ec
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I0db326446d1b2b753d9b8f7c02920be71d7625e0
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
|
|
Docs directory for sli/core was not in the right place and so was not
being included in readthedocs
Change-Id: I934097fe65721fcd8e7447b095cce7a0a20e3714
Issue-ID: CCSDK-140
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Change-Id: I84ed807affcfe55d54c7174971ee6010a7168b16
Issue-ID: DOC-130
Signed-off-by: Rich Bennett <rb2745@att.com>
|
|
Remove unneeded empty template for ccsdk/parent.
Change-Id: I0b5fea2dc3ec2604171bcaef6b8ed7c0f465c261
Issue-ID: CCSDK-140
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Move readthedocs documentation into ccsdk/distribution so that there
is a single CCSDK project parent as opposed to separate repo-specific
parents.
Change-Id: I8f7fc649fd534dfc7e4a00f04728e0233ff4d23c
Issue-ID: CCSDK-140
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
|
|
into the dgbuilder. The script appends the dgs to flows.json which is used by the dgbuilder.
Issue-ID:CCSDK-130
Change-Id: Ide3842299832cf125b8129d268e6d8527ca4c5c6
Signed-off-by: Sheshi Chinthakayala <sc2914@att.com>
|
|
Update to use version 0.1.0 (released version) of parent pom
Change-Id: I526376855588082295cb4b2373bb5456456a9e70
Issue-ID: CCSDK-80
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
|
|
and the file was removed as binaries are not allowed in ONAP git repos.
The PrintYangToProp.java file was moved to ccsdk/sli/core repo
Change-Id: I09d78f78cfe68fe7708d0b5278be52716011d467
Issue-ID: SDNC-81
Signed-off-by: Sheshi Chinthakayala <sc2914@att.com>
|
|
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>
|
|
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>
|
|
|
|
Issue-ID: CCSDK-107
Change-Id: Ia6cf2f242cba0a503ac8669f7d187d22c272d233
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
|
|
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>
|
|
Issue-Id: CCSDK-104
Change-Id: Ifb53104404482b11aab08e411bc9ed798ac9a64c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
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>
|
|
Change-Id: I7b1cbae4a6102dd19e69f1fa9f867c689a00d3b0
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-102
|
|
Fix name of core-utils feature in installFeatures.sh
Change-Id: I4a99eb8f36cc399cbdf8b7ed6f66b06173e57943
Issue-ID: CCSDK-54
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
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>
|
|
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>
|
|
Issue-Id: CCSDK-71
Change-Id: I1824228951dd38938216ee4bb242c516ed870e55
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
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>
|