summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15Update ODL distro versionTimoney, Dan (dt5972)1-1/+1
Update ODL distribution version to Oxygen SR3 version. Change-Id: I0ea9b79ceef86552e2b6d42c7de23e8a189734e5 Issue-ID: CCSDK-453 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-08-13Remove tabs in asdc-api graph-versionslalena.aria1-1/+1
Changes made: Replace tabs with single space in asdc-api graph-versions in order to avoid SvcLogicLoader error. Change-Id: I1c91e799ec42f1ec7e2ffcc0cafdcbfce57ec27d Issue-ID: CCSDK-456 Signed-off-by: lalena.aria <lalena.aria@att.com>
2018-08-10Install 3rd party dependenciesTimoney, Dan (dt5972)4-0/+183
Add separate component to install all third party dependencies, including EELF (needed by ansible-adapter) Change-Id: I9b16ed83d19c2ed22fefd28a4e2186d6e196edcd Issue-ID: CCSDK-454 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-08-02Fix logging configurationTimoney, Dan (dt5972)1-60/+84
ODL Oxygen uses log4j2, which has a different configuration format from log4j. The org.ops4j.pax.logging.cfg that we were installing was in log4j format, which is what caused logging to break. The old format also created a large number of log files for each node executed. In this commit, we no longer create separate log files for each dg / node. We do, however, add the current directed graph and node id to each line logged in karaf.log Change-Id: I1377efa7e0c6fa6963e18370d69bafab60ba024d Issue-ID: CCSDK-427 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-07-25Add missing maven reposTimoney, Dan (dt5972)1-0/+14
Add 2 new plugins (restconf-client, sshapi-call-node) to Maven repo Change-Id: Idd94ec823a079e00eb30bcccbc95ece29d823fc2 Issue-ID: CCSDK-397 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-07-06Manually update feature bootTimoney, Dan (dt5972)1-8/+9
As workaround for issue using opendaylight-ansible, add features to org.apache.karaf.features.cfg directly in Dockerfile. This is intended as a temporary fix until LF provides a way for us to git clone from https://git.opendaylight.org so we can install and use opendaylight-ansible. Change-Id: If21e82aa8cdfbada6a3a566c79960ed3f59e96ea Issue-ID: CCSDK-285 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-07-03Merge "Install ansible apt repo manually"Dan Timoney3-7/+25
2018-07-02Install ansible apt repo manuallyTimoney, Dan (dt5972)3-7/+25
add-apt-repository does not work on ONAP Jenkins, so install ansible apt repo manually Change-Id: I91d1ae7044f95ac536433d10b347fc60db3bd870 Issue-ID: CCSDK-285 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-29Merge "Add debugging to docker output"Dan Timoney1-0/+1
2018-06-29Merge "Change RANGE_RULE table to support multiple ranges"Dan Timoney1-2/+2
2018-06-29Add debugging to docker outputTimoney, Dan (dt5972)1-0/+1
Set docker to verbose to debug docker build issue. Change-Id: Icc1d2accedec329b7302231c7ff291a41f31d0e5 Issue-ID: CCSDK-285 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-27removed dependency on built-editor.min.jsChinthakayala,Sheshashailavas(sc2914)62-2764/+38740
and added ability to test DG from dgbuilder and fixed the break node on XML generation and added ability to download formatted DG XML and DG JSON Issue-ID: SDNC-353 Change-Id: I799de5de2c4f61e9b56dbe996d8ac3e3b28061f7 Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
2018-06-26Change RANGE_RULE table to support multiple rangessb53561-2/+2
Change-Id: I376b9a5c13d9fb371693fc0ae725353ec468bb59 Issue-ID: CCSDK-316 Signed-off-by: Stan Bonev <sb5356@att.com>
2018-06-22Improve odlsli startup timeTimoney, Dan (dt5972)8-669/+516
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-06-18Update odlsli for ODL OxygenTimoney, Dan (dt5972)5-5/+6
Update odlsli to use ODL Oxygen as base container and to support local docker builds for testing. Change-Id: Ie615896e56177bf4b239ec080f09c50d8c16c0c5 Issue-ID: CCSDK-285 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-13Restructure CCSDK documentationTimoney, Dan (dt5972)38-1608/+69
Remove empty repo-specific documents in favor of meaningful project-level documentation. Change-Id: I18f2db7f68895df2d71450eee7e56723d74f7f5a Issue-ID: CCSDK-300 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-11Create base ODL Oxygen dockerTimoney, Dan (dt5972)3-0/+240
Create base docker image of OpenDaylight Oxygen SR1 Change-Id: I53fa3a824cb7d69bb638da7eb85b4f3d2643a65d Issue-ID: CCSDK-284 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-06Roll versions for Casablanca - distributionTimoney, Dan (dt5972)12-25/+25
Roll version to 0.3.0-SNAPSHOT for Casablanca development Change-Id: Ic047838bbd17545c04682c36fab05d0d03228c31 Issue-ID: CCSDK-295 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-06-05Update release notesTimoney, Dan (dt5972)1-156/+5
Update release notes with links to Jira for list of user stories and bugs fixed. Change-Id: I49937d6a590c6e6fa2e309b694058fe76d561364 Issue-ID: CCSDK-278 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-31Use released parent pomv0.2.42.0.0-ONAP2.0.0-ONAPTimoney, Dan (dt5972)2-2/+2
Update to use release parent pom version 1.0.4 Change-Id: Id098c0c24e3ba7be294790a3762b2d2c80346cb6 Issue-ID: CCSDK-291 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-30Roll version to 0.2.4Timoney, Dan (dt5972)12-23/+23
Roll version to 0.2.4-SNAPSHOT and version 1.0.4-SNAPSHOT of parent Change-Id: I97522780e1ad6770ef8961c2b2395db5f5ff5d60 Issue-ID: CCSDK-291 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-30Document Security section of the Release NotesGildas Lanilis1-1/+54
Update with latest informations Change-Id: Ibb4be24f23e4a2dbbf8946a06ff4dd98569f4ba2 Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-23Roll to the next Snapshot versionStilwell, David (stilwelld)12-23/+23
Change to version 0.2.3-SNAPSHOT and parent 1.0.3-SNAPSHOT Change-Id: I2903b3691873027c9d0de6189b5b2dcff57482ee Issue-ID: CCSDK-290 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
2018-05-18Update distribution to use 1.0.2 parentTimoney, Dan (dt5972)2-2/+2
Updated pom.xmls to use released 1.0.2 version of CCSDK parent poms Change-Id: Idad4c59b4f433c3cd77183e249e0b49c6a6273ed Issue-ID: CCSDK-286 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-16Update release notesTimoney, Dan (dt5972)16-1316/+183
Update release notes for Beijing release Change-Id: I7baba6ef6285bf3fcf037c0efdf3ceed48cfeff3 Issue-ID: CCSDK-278 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-05-10Add INFO.yaml fileJessica Wagantall1-0/+42
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: I234f199f79b7b7e61a25ed1c30373be20806a695 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-29Roll versions step 6 : distribution pomsTimoney, Dan (dt5972)12-23/+23
Roll version for next release candidate Change-Id: Ia054f3c88a3df8014083f58e1c1a08a9fb948a61 Issue-ID: CCSDK-257 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-24Updating properties in aaiclient.propertiesRich Tabedzki1-1/+1
Changes made: * Updated certificate file location Change-Id: Ifdce62a8402ebc49e58b37297d473f6dce86e9d4 Issue-ID: CCSDK-250 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2018-04-23Use released parent pomTimoney, Dan (dt5972)1-1/+1
Update ccsdk/distribution to use released version of parent pom. This version specifies versions of maven artifact properties as released versions, so net effect is to build from released/staging version of artifacts instead of snapshots. Change-Id: Ib74c8fd063c9f70390409f4f77618659ea4cc488 Issue-ID: CCSDK-249 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-23Fixing trustStore issues in AAI ClientRich Tabedzki2-187/+20
Changes made: * updated trustore.onap.client.jks to use latest AAF certificates * updated aaiclient.properties file Change-Id: I0eb06766983ae128fa9304fc62e5e8596b726b02 Issue-ID: CCSDK-247 Signed-off-by: Rich Tabedzki <richard.tabedzki@att.com>
2018-04-16Merge "Install host key"Dan Timoney4-11/+33
2018-04-13Install host keyTimoney, Dan (dt5972)4-11/+33
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-04-10changed the text to look for on success uploadChinthakayala,Sheshashailavas(sc2914)2-2/+2
changed to look for the text Saving SvcLogicGraph on successfull upload Change-Id: Ic672d67e754f4e4566515963506ee00f8991fc04 Issue-ID: CCSDK-238 Signed-off-by: Chinthakayala,Sheshashailavas(sc2914) <sc2914@att.com>
2018-04-10Merge "Install directed graphs"Dan Timoney1-22/+18
2018-04-10Install directed graphsTimoney, Dan (dt5972)1-22/+18
Added execution to maven-dependency-plugin in odlsli/pom.xml to install directed graphs. Change-Id: I5bb9a01407d541be6e876f560faf1596fdbc4510 Issue-ID: CCSDK-237 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-04-04Update docker tag conventionJessica Wagantall4-4/+4
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I6cb8f3de5d3d7c8cfa3a3da8de763a21bb42632e Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-20Fix directories in docker-compose.ymlTimoney, Dan (dt5972)1-21/+6
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>
2018-03-19Add sleep for stopTimoney, Dan (dt5972)1-4/+6
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>
2018-03-19Fix ODL restart issueTimoney, Dan (dt5972)2-14/+15
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-16Merge "changed the references of sdnc to ccsdk"Dan Timoney2-7/+7
2018-03-15Merge "Fix config dir name"Dan Timoney1-3/+3
2018-03-15Fix config dir nameTimoney, Dan (dt5972)2-4/+4
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>
2018-03-14changed the references of sdnc to ccsdkChinthakayala,Sheshashailavas(sc2914)2-7/+7
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>
2018-03-13Fix config dir nameTimoney, Dan (dt5972)1-1/+1
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>
2018-03-13Wait on termination of java processTimoney, Dan (dt5972)1-2/+3
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>
2018-03-13Exec last line of startODL.shTimoney, Dan (dt5972)1-1/+1
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>
2018-03-12Merge "Fix odlsli restart issue"Dan Timoney2-21/+19
2018-03-12Fix odlsli restart issueTimoney, Dan (dt5972)2-21/+19
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>