summaryrefslogtreecommitdiffstats
path: root/odlsli/src/main/scripts/installCcsdkFeatures.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-06-22Improve odlsli startup timeTimoney, Dan (dt5972)1-103/+0
Improved odlsli startup time by moving feature installation to build time, using ansible-opendaylight. Change-Id: I3f846da70e9aa0b8ce818ff83811c1b52aef1436 Issue-ID: CCSDK-285 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-26Adding feature daexim-allv0.2.1Stilwell, Daivd (stilwelld)1-1/+1
Update installCcsdkFeatures.sh to add odl-daexim-all Change-Id: Ie02eccef0c5cf4f4507673c566415f8bb5b682a8 Issue-ID: CCSDK-255 Signed-off-by: Stilwell, Daivd (stilwelld) <stilwelld@att.com>
2018-04-13Install host keyTimoney, Dan (dt5972)1-8/+0
Create a new script to install karaf host.key on ODL installation. Also, updated base ODL container to move ODL base distribution directory to /opt/opendaylight/current and create a symlink with the original name. This is done to allow OOM to support an external mount to /opt/opendaylight/current/daexim to preserve backups. Change-Id: I048b7d8002636dcd4ffbdff7242eb40d2a2787da Issue-ID: CCSDK-241 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-19Fix ODL restart issueTimoney, Dan (dt5972)1-5/+8
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>
2018-03-19Fix installation orderTimoney, Dan (dt5972)1-1/+1
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>
2018-03-08Fix error in install featuresTimoney, Dan (dt5972)1-7/+7
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>
2018-02-27Create nitrogen dockersDan Timoney1-0/+108
Updated dockers to install Nitrogen artifacts. Change-Id: I9710346f064fa5fff0d92b5d6de32cc84d9e1b3d Issue-ID: CCSDK-179 Signed-off-by: Dan Timoney <dtimoney@att.com>