summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty2-2/+2
Henceforth, the master branch will be for Dublin work. Change-Id: I269fd8f227e37afdab9c633f45488c643e5e765e Issue-ID: SO-1151 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-09-25Fix the groupid for so-monitoringByung-Woo Jun1-1/+1
Fix the groupid for so-monitoring Change-Id: I197f758340492cd28056a4399f4b23ba38193fa2 Issue-ID: SO-1090 Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
2018-09-20Update LoggingSmokowski, Steve (ss835w)2-198/+172
Update logging to meet Casablanca Spec Change-Id: I029d6c63765992d6f091d96e2b4c34c60d30c484 Issue-ID: SO-947 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-09-19Addition of Dockerfile/logback for SO-Monitoringroot2-1/+35
Creating and adding the files required to include SO-Monitoring's docker image in the full SO build. Change-Id: I72cec6f51b8935f39757415eea7d8b961b8c8cd6 Issue-ID: SO-855 Signed-off-by: rope252 <gareth.roper@ericsson.com>
2018-09-12Add onap-ca.crt to dockerBrian Freeman2-1/+33
Issue-ID: SO-1031 Change-Id: Ib301c81bdd5683daf59345ec0a006253fe2c096a Signed-off-by: Brian Freeman <bf1936@att.com>
2018-09-04Fix LogbackSmokowski, Steve (ss835w)1-1/+0
Issue-ID: SO-974 Change-Id: Id553bc9f736f8e7cbefe3c29a56711712f082d5c Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-31Update LoggingSmokowski, Steve (ss835w)1-23/+2
Add CXF interceptor for SOAP based logging Clean up extra logging statements Add UT to ensure MDC properly populated Change package name on Jax-RS Filter to be more accurate Issue-ID: SO-947 Change-Id: I3a2afc58de3bf370675658ce3d19cf899b90def7 Change-Id: I3a2afc58de3bf370675658ce3d19cf899b90def7 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-23Rename asdc-controller docker imageRob Daugherty2-3/+3
OOM would like it to be called onap/so/sdc-controller. Change-Id: Ifa37b4fa62f214a1ff56e31c4f4f4eca5b4566fc Issue-ID: SO-897 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-21openstack_adapter container fails to startRob Daugherty1-1/+2
The reported problem occurs because the openstack-adapters app is attempting to do a migration on top of a migration already performed by the catalog-db app. I'm adding these options to flyway in openstack-adapters: baseline-on-migrate: true validate-on-migrate: false Another issue is that the java-based CloudConfig migration class was looking for CloudConfig data only in the application.yaml file in the classpath. It was not looking for CloudConfig data in the override file. I've changed this logic to look in the override file first and then in application.yaml. Ideally, these sources would be merged, but I don't see a reasonable way to do it. Change-Id: I7ba07c1f8f00b4c628e825393ee31502950fe592 Issue-ID: SO-868 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-20Docker naming conventionRob Daugherty2-11/+11
SO is not following the naming convention. Docker image names should have an "onap" prefix. The image names are changed as follows: so/catalog-db-adapter --> onap/so/catalog-db-adapter so/request-db-adapter --> onap/so/request-db-adapter so/sdnc-adapter --> onap/so/sdnc-adapter so/openstack-adapter --> onap/so/openstack-adapter so/vfc-adapter --> onap/so/vfc-adapter so/asdc-controller --> onap/so/asdc-controller so/bpmn-infra --> onap/so/bpmn-infra so/api-handler-infra --> onap/so/api-handler-infra A corresponding change is needed in INT's docker-manifest.csv. Change-Id: I024e42607d5fc57a712ad67709f241ee8720a670 Issue-ID: SO-870 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-10Fix Session TimeSmokowski, Steve (ss835w)1-1/+1
Fix session times taking too long to create, which is causing fallout in heat environments Issue-ID: SO-845 Change-Id: I6655507bd062ed42c0f2062edd4edfb580dca194 Change-Id: I6655507bd062ed42c0f2062edd4edfb580dca194 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-08Remove Unused FilesSmokowski, Steve (ss835w)28-5607/+1
Remove files that are no longer used Issue-ID: SO-815 Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f Change-Id: Iec6188e58dabd49b9f13bd7070e3a35a0c85571f Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-03Support for docker-compose in heat environmentRob Daugherty20-1247/+112
Enhanced the application startup script and renamed it. Removed unused files. Note that everything in catalog-db-adapter's afterMigrate.sql script has been commented out. It needs work to match the current schema. Change-Id: I7b738ca13599476b9720bdb4a9aebaf3a9f86736 Issue-ID: SO-710 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-01Create so/vfc-adapter docker imageRob Daugherty1-0/+30
This one should have been in the the first commit for SO-780. Change-Id: I055b320cb98eefc892ad6cc768f46f0004a4fa97 Issue-ID: SO-780 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-01Fix ArrayIndexOutOfBoundsException in docker buildRob Daugherty1-1/+1
[ERROR] Failed to execute goal org.codehaus.groovy.maven:gmaven-plugin:1.0:execute (default) on project docker: java.lang.ArrayIndexOutOfBoundsException: 1 Change-Id: Ia1a186ad64d251a01ed03e0e027afca903e4a49e Issue-ID: SO-780 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-08-01Build docker imagesRob Daugherty5-97/+492
so/catalog-db-adapter so/requests-db-adapter so/sdnc-adapter so/openstack-adapters so/asdc-controller so/bpmn-infra so/api-handler-infra Base image is alpine with openjdk. Change-Id: Ied96227aa48cd5c1420ac328e251f601020a0679 Issue-ID: SO-780 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)196-25803/+3789
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-07-20Update docker image name to onap/soArthur Martella1-2/+2
Change-Id: I09b32b08d13053643c65e41bdb40c146df8328ed Issue-ID: SO-601 Signed-off-by: Arthur Martella <am153x@att.com>
2018-07-17dmaap host and port configuration for pnf featureLukasz Muszkieta1-3/+2
Change-Id: I4d13dce0b8819aa3d1e9848b9a39a43456dc1f30 Issue-ID: SO-466 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-05-23Fix library CVEs in SOchenying831-15/+33
Fix additional CVEs: berkeleydb For CVE-2016-3418 CVE-2016-0694 CVE-2016-0689 CVE-2016-0682 commons-email For CVE-2017-9801 jasypt For CVE-2014-9970 jetty For CVE-2017-9735 libxi For CVE-2016-7946 CVE-2016-7945 netty For CVE-2016-4970 xalan For CVE-2014-0107 Issue-ID: SO-579 Change-Id: Ifbc606367f2553f28b10b8a9644ece7785de6405 Signed-off-by: chenying83 <chenying83@huawei.com>
2018-05-10Add onap/so alias to docker buildArthur Martella1-0/+2
Change-Id: I57525e367ddf5bdbbc13f9efa9e93fda4fb6748e Issue-ID: SO-372 Signed-off-by: Arthur Martella <am153x@att.com>
2018-05-10Resolved License Issues for packagessanchitap4-0/+0
csar files: 1. resource_Extvl.csar 2. service-ServiceFdnt-csar-0904-2.csar 3. service-ServiceFdnt-with-allotted.csar 4. service_Rg516VmmscSrvc_csar.csar Change-Id: I9e56bf3beaeeb858d91c4e9928789458ed9ba75f Issue-ID: SO-611 Signed-off-by: sanchitap <sanchita@techmahindra.com>
2018-04-26Fix library CVEs in SOchenying831-1/+1
Fix additional CVEs: commons-fileupload 1.3.3 For CVE-2016-1000031 logback 1.1.11 For CVE-2017-5929 springframework 4.3.14.RELEASE For CVE-2014-0225 CVE-2015-5211 Issue-ID: SO-579 Change-Id: I94f8332d420d2586262260a0a59a645f0de66b73 Signed-off-by: chenying83 <chenying83@huawei.com>
2018-04-24Support for new AAI certificateRob Daugherty1-1/+1
Change-Id: I09d207b513008184765ed8db1ec6817323f83a10 Issue-ID: SO-589 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-04-23Fix library CVEs in SOchenying831-4/+57
Fix additional CVEs: Also refactored to use ubuntu apt repos instead of manually installing from launchpad. Issue-ID: SO-579 Change-Id: I58e29a7e0188452789741087bc9c4af82f102b09 Signed-off-by: chenying83 <chenying83@huawei.com>
2018-04-13Add mso-asdc-controller-config to mso-docker.jsonArthur Martella1-0/+5
Change-Id: I491feaf6f410490ec52794b2c025f2abcb0e9f9c Issue-ID: SO-563 Signed-off-by: Arthur Martella <amartell@research.att.com>
2018-04-12correct the copyright info arquuillianSeshu-Kumar-M2-0/+0
Issue-ID: SO-570 Change-Id: Idfdc8023b698914bc0b593e4a1e69bd37ba50a85 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-04-05Add docker pull/push registry definitions to pomRob Daugherty1-6/+10
Change-Id: If9836a06a89b6061c388e95fd008be7328f90166 Issue-ID: SO-562 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-27Dependency version updates for BeijingRob Daugherty8-27/+29
Update so/libs version to 1.2.1 Update aai-common version to 1.2.1 Update sdc-distribution-client version to 1.3.0 Update sdc-tosca version to 1.3.3 Change-Id: I6c8f1c5476efc4dc866bf765c265736ab70c12c7 Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-21SO License issuesSeshu-Kumar-M1-0/+0
Issue-ID: SO-505 Change-Id: I50b762860bf38a9f4e8d4b990d64056f61642f0f Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-21SO License issue fix take 3Seshu-Kumar-M1-0/+0
Issue-ID: SO-505 Change-Id: Ie253b0d9d54b72b2716c0f9fe0ee8c47f340ec84 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty17-54/+292
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-09Revert Reduce log noise/warningsRob Daugherty13-1178/+1181
This reverts commit 327b17ab250b4c17cf3f91f5e4cd9bffd89f3d1e. It is seriously impeding our ability complete the promised merge of AT&T 1802 code. While I'm all for coding standards, if we are serious about using spaces instead of tabs, then I think we need to (1) agree with the community when this will happen, (2) do consistently in all files, and (3) enforce it. Change-Id: Ib9b996f6b6c7d81ac9ac95d58b0c7d8cc39675ff Issue-ID: SO-368 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-03-09Remove redundant groupId inherited from parentMunir Ahmad2-2/+0
Change-Id: If1df4b792fca2a127e169e393268d63ef31d9ed1 Issue-ID: SO-437 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2018-03-08Reduce log noise/warnings format to conventionsMarcus G K Williams13-1181/+1178
Reduce build log warnings by formatting tests to ONAP code conventions (removing tabs etc.) Issue-ID: SO-368 Change-Id: I48c6d359b83617aebeb79db4e30c1d72d31f7eec Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-02-22Port SO artifacts to ONAP folder structureArthur Martella4-10/+10
Change-Id: Ib7aea4df7e6a31cf5e1e6513b89bed6f878537af Issue-ID: SO-372 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-12-28Fixed git clone to point at gerritdfilppi1-5/+20
Change-Id: Idbec6e7239f526cb236212aa0509218218f60b1d Issue-ID: SO-365 Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
2017-12-01Bump minor versionJessica Wagantall4-4/+4
Bump minor version in preparation for Amsterdam branching. Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-16changed artifact versionseshukm4-4/+4
IssueId: SO-346 Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-14Add the --fresh option to update-ca-certificatesRob Daugherty1-1/+1
This will allow a certificate to be replaced with a new one. Issue: SO-342 Change-Id: I07dafe4aa4a8603de400913d3e4bdf709fd4daae Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-11-08Clean up Process Engine selection logicRob Daugherty2-13/+0
Several failed attempts to split the BPMN application into multiple applications with separate camunda process engines have left a mess of confusing classes and process engine definitions. In the Amsterdam release, there should be only one BPMN application war. This is MSOInfrastructureBPMN. MSOCommonBPMN should not be deployed as a separate application. Its classes are compiled into a jar and this is included inside MSOInfrastructureBPMN. The MSOInfrastructureBPMN application should use the "default" process engine. WorkflowAsyncInfrastructureResource and MSOCommonApplication classes are not needed. Issue: SO-322 Change-Id: Ifdb3b33541346b561a16361d1aa791e8342a34fa Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-11-03fix for arquillian build failure.seshukm1-2/+2
IssueId : SO-286 Change-Id: I64d16ad375f00d2ff9f4d4c9f3e12302941b7535 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-11-03Fix for the snapshot in Arqullian Testsseshukm1-1/+1
IssueId: SO-286 Change-Id: I9528f921a141628502d907a81349afcf2c4e904c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-26Merge "Add wait-for.sh to control container boot order"Rob Daugherty2-1/+88
2017-10-25Correct column labels in vnf_components_recipeArthur Martella1-3/+3
Change-Id: Id490ac4165a69e4c67a52667529624919ee34fdf Issue-Id: SO-267 Signed-off-by: Arthur Martella <amartell@research.att.com>
2017-10-25Add wait-for.sh to control container boot orderSylvain Desbureaux2-1/+88
also install nc in order to make wait-for script works Change-Id: Id21f96bbf546542bf930c3faf33117a1434eeeee Issue-ID: SO-208 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-24Changed license to CC-BY 4.0Shailendra Borale2-0/+0
Updated Root License so/LICENSE.txt with CC-BY 4.0 license. Removed txt file license from csar files . Root license will be used. Change-Id: I6e56824522274a77e6da86dbe72bc0c0ea2db78a Issue-Id: SO-261 Signed-off-by: Shailendra Borale <sb8915@att.com>
2017-10-23mendShailendra Borale1-0/+0
Change-Id: I2b184568eec68e37d6de10946e8403159cae671e Issue-Id: SO-252 Signed-off-by: Shailendra Borale <sb8915@att.com>
2017-10-23Changed copyright informationShailendra Borale2-0/+0
Changed copyright info in the listed files. For csar files, files were unzipped using unzip csarFileName The text files were modified: The license info was added in the beginning of the file, not at the end. And then zipped again: zip csarFileName -r * For Xsd files, the information was added within commment section Change-Id: Ifc7c9594f948f98077c4364f4b9631fcf6cb1c32 Issue-Id: SO-252 Signed-off-by: Shailendra Borale <sb8915@att.com>
2017-10-20Flows fail to update status in requests DBRob Daugherty1-1/+2
The fallout and completion handlers are not updating the request status in the mso_requests database. The cause is a missing URN mapping that defines the service endpoint for these updates. Issue: SO-230 Change-Id: I5b4ff6e9ca2cde6605b3ed7cb7b086041111d31c Signed-off-by: Rob Daugherty <rd472p@att.com>