Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: ccsdk/distribution master e38ee0493138a482257d9904f79584c90587f6c2
Fix directories in docker-compose.yml
Fix directories in docker-compose.yml to use 'ccsdk' instead
of 'sdnc' where appropriate.
Change-Id: I11211c04985785213f24f3f4415f13f977fa21f9
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: ccsdk/distribution master 14f31ea385240cc82ed06ae8e6ea3a01166066af
Add sleep for stop
Stop takes a few seconds, so wait 60 seconds after issuing
stop for karaf to finish coming down.
Change-Id: Icbde6152e417e60a9e4d138671ddf8ef8decb978
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: ccsdk/distribution master 329beee90ede1bea60031dbf9be56dce5faa4f62
Fix ODL restart issue
Found root cause of ODL restart issue had to do with order
of installation of base ODL features. Fixed startup order and
removed workaround in startODL.sh
Change-Id: Id4b4f96242b981fba336b9e0a4de0439d2a93115
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: ccsdk/distribution master 9f00773e13201563cc4cbb4165744299b825317c
Fix installation order
Fix order of installation so that filters installs after sli
Change-Id: I4742b476cbe2661185f7e644577770f30684a6bc
Issue-ID: CCSDK-216
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: ccsdk/distribution master 1a64873e9c2c8c2ec137109fc7c3ddeb5511c039
Merge "changed the references of sdnc to ccsdk"
changed the references of sdnc to ccsdk
changed the paths in the pom.xml and Dockerfile from /opt/onap/sdnc to /opt/onap/ccsdk
Change-Id: Idad1e6f365caf19b4d5fc19447007871b8a9af50
Issue-ID: CCSDK-211
Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
|
|
Project: ccsdk/distribution master 396a00cc15aca11fb73cd65d5731436d85be4dba
Merge "Fix config dir name"
Fix config dir name
Config directory (SDNC_CONFIG_DIR) for CCSDK should be
/opt/onap/ccsdk/data/properties.
Change-Id: Ib9da44e19236414202400033c8ad251b2913f4fd
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Update docker-compose.yml
docker-compose.yml is using Amsterdam images instead of Beijing
Change-Id: Ie0ca17265cbd50e9e7baad90e7a1218e08cc4537
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: ccsdk/distribution master 21821db0a395cec9ad0709f72bcaa58bbcb317bf
Fix config dir name
Config directory (SDNC_CONFIG_DIR) for CCSDK should be
/opt/onap/ccsdk/data/properties.
Change-Id: Ib9da44e19236414202400033c8ad251b2913f4fd
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: ccsdk/distribution master 7448501933cc7e99665c49a002563061ad800f5d
Wait on termination of java process
Exec of client didn't work - docker container still dies at end of script.
Trying instead to wait on death of java process.
Change-Id: I5687ca46b55b13a4918b0be1e2204abf58ca43b2
Issue-ID: CCSDK-208
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: ccsdk/distribution master a16cced961d7d298ae3cc8ede231546e6b2f98c1
Exec last line of startODL.sh
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>
|
|
Project: ccsdk/distribution master fdde4d4c361607ea316af5c1967c75f1044cf3e8
Merge "Fix odlsli restart issue"
Fix odlsli restart issue
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>
|
|
Project: ccsdk/distribution master 9898d55e8bb0b6bdb0ec6f2826273439ddbeaf5a
Merge "enable fast load and timestamps"
enable fast load and timestamps
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>
|
|
Project: ccsdk/distribution master 01435ccac1188d80b99dbb13c7064146ce569a52
Resolve timing issue with restart
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>
|
|
Project: ccsdk/distribution master 619bed86a1d43f4c25c05d33218d36d9db9c9146
Fix error in install features
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>
|
|
Project: ccsdk/distribution master c62d00e30accbea9a60c66cceaaf52fa434057b2
Update timestamp format
Update build timestamp format to meet project standards
Change-Id: If4d40eddaf1d9111e842140753e9da747e83306d
Issue-ID: CCSDK-179
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: ccsdk/distribution master 1f05eb812249c6d4320a7ebc09658ed4866d53bc
Wrong groupId
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>
|
|
Project: ccsdk/distribution master 5c8bb0075a6b689e0213ced79d3c1b3a59c8d5ed
Merge "Use dependencies plugin"
Use dependencies plugin
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>
|
|
Project: ccsdk/distribution master bd1855cc37ddfc158ecd0c0ab6b60d19c7a9a986
add timestamps to install log
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>
|
|
Project: ccsdk/distribution master dab10f39a480501bce93ba0010855170e8d19e9a
enable fast load
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>
|
|
Project: ccsdk/distribution master 912f98b9cdfe0f636239b8f94fccf7858bffac26
Create nitrogen dockers
Updated dockers to install Nitrogen artifacts.
Change-Id: I9710346f064fa5fff0d92b5d6de32cc84d9e1b3d
Issue-ID: CCSDK-179
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/distribution master b46add8acac65c428c55d9fbea4c329cf17a9af8
Fix karaf tarball name
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>
|
|
Project: ccsdk/distribution master f593735d32f497487ebd52c8c45ba67c12b04bf2
Add nitrogen container
Add new docker container for OpenDaylight Nitrogen
Issue-ID: CCSDK-179
Change-Id: Ic44d54785b58a1cbc71a37ae73b31ddfd057856c
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/distribution master bb108d7d8615a3568a499d086b8241b0d80a837e
Replace JDBC connector
Replace mysql JDBC connector with MariaDB JDBC connector
Change-Id: I1b8f019241192f0cd4e3ecb0bc8798e20ae033a9
Issue-ID: CCSDK-144
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/distribution master f5ccf9c19fb2ba7ff8ed50aedc4a9bb15d3afa88
Fix org.ops4j.pax.logging.cfg logging config
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>
|
|
Project: ccsdk/distribution master f77561cb74548f172ebfb4bf4cdae17fa103eb63
Bump minor version
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>
|
|
Project: ccsdk/distribution master 0b434132494d98f5fa60409016c5fd1fcb821625
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I0db326446d1b2b753d9b8f7c02920be71d7625e0
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/distribution master 12bc08602be497c4cd3b49328a042d28663f9f4b
Merge "Fix sli/core docs directory"
Fix sli/core docs directory
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>
|
|
Project: ccsdk/distribution master 0b150e19f3a6812fa2973a28048123fd5601f2f5
Improve header hiearchy on platform plugins
Change-Id: I84ed807affcfe55d54c7174971ee6010a7168b16
Issue-ID: DOC-130
Signed-off-by: Rich Bennett <rb2745@att.com>
|
|
Project: ccsdk/distribution master 4d9b4815a53c6d82984019ad2404b0e6a5282769
Remove unneeded docs
Remove unneeded empty template for ccsdk/parent.
Change-Id: I0b5fea2dc3ec2604171bcaef6b8ed7c0f465c261
Issue-ID: CCSDK-140
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
Project: ccsdk/distribution master 53afd94577da327523a887d2c8a2d2c182f76e5d
Centralize readthedocs docs
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>
|
|
Project: ccsdk/distribution master 8b022a066415d239f661213bf37fdc0c2718f766
Merge "script to import multiple dgs"
script to import multiple dgs
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>
|
|
Project: ccsdk/distribution master ec0e16665a630797f1e919656bc17a381c5b9bb1
Use version 0.1.0 of parent
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>
|
|
Project: ccsdk/distribution master ba5d516045c3a9f27241d67a2a339a5cc4f23a7d
Merge "removed the printYangToProp binaries"
removed the printYangToProp binaries
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>
|
|
Project: ccsdk/distribution master 85287c1aceef703e37e7ffd388ac6c8f3272fcf6
Updated keystore file in ccsdk/distribution
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>
|
|
Project: ccsdk/distribution master 7db84e03265024d3510b6d25a054ac895e0f0e1d
Add keystore file to ccsdk/distribution
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>
|
|
Change-Id: I9f998081caa0f2a30714b82cf6ac5f9e1b91f2c1
Issue-ID: DOC-92
Signed-off-by: Rich Bennett <rb2745@att.com>
|
|
Change-Id: I5b8ce6f3794fb4ae41b7d949581049c454c59fdb
Signed-off-by: xg353y <xg353y@intl.att.com>
Issue-ID: CCSDK-107
|