Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I6c439615d52751578200ef84aacb20b0263b3846
Issue-ID: SO-1952
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
|
|
Updated SO to use ONAP provided filters and constants to meet logging
standards.
Removed redundant classes
Updated constant references
Issue-ID: SO-2301
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ia4e3c2b1a4dcb3881aa34d39885c8b2782880d64
|
|
Added default value for when ErrorCode is null in mdc
test to see if 404 log gets enhanced by change.
Removed test id from class that was put to test via docker.
Removed setting of partner name and tested with using try/catch
Reverted change to request uri filter per comments
Removed the request filter uri class that rerouted old uri orders
Removed request filter from jersey config files
Updated junit test that were pointing to the old uri to be failure test
corrected formatting issues on ServiceInstancesTest
Issue-ID: SO-2259
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Id8f9daef139a82ee9e934d4d37906ffb7a7aadff
|
|
Change-Id: Ifafbf5db2eaa6c31d7332697bf650633bfc307ea
Signed-off-by: Bin Lu <bin.lu@arm.com>
Issue-ID: INT-548
|
|
Change-Id: I9b84164dc189128eed8d09b6ce69fc5d5fd78348
Issue-ID: SO-1618
Signed-off-by: rokenny <ronan.kenny@est.tech>
|
|
Add PNF ipv4/v6 address for config Deploy
Add Integration test for CreateVcpeResCustService_simplified.bpmn
Modify the PnfEventReadyDmaapClient to avoid one more running thread
Refactor the so-bpmn-infrastructure-flows test resources
Modify the CreateVcpeResCustService_simplified.bpmn
Add ConfigurePnfResource.bpmn
Add Delegates
Issue-ID: SO-1506
Change-Id: Iffb69d1441ef0b485ee8cd3fb5da5f1a35279a95
Signed-off-by: eeginux <henry.xie@est.tech>
|
|
Added nss library to the docker file
to avoid ssl errors with alpine
openjdk version "1.8.0_201" and above
Change-Id: I42a2dae07a5d3ab4a505adbc9caa85c441f2e0a8
Issue-ID: SO-1675
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
Create maven structure, spring boot application and docker image for the VNFM adapter. Implementation of functionality will follow in subsequent stories.
Issue-ID: SO-1620
Change-Id: I735ead3f1c34bf33e6813a3741609409b0da851c
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
Issue-ID: SO-1237
Change-Id: I02484fbe6141e3f58e7d357d7866e44fd6e475d1
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Henceforth, the master branch will be for Dublin work.
Change-Id: I269fd8f227e37afdab9c633f45488c643e5e765e
Issue-ID: SO-1151
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Fix the groupid for so-monitoring
Change-Id: I197f758340492cd28056a4399f4b23ba38193fa2
Issue-ID: SO-1090
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
|
|
Update logging to meet Casablanca Spec
Change-Id: I029d6c63765992d6f091d96e2b4c34c60d30c484
Issue-ID: SO-947
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
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>
|
|
Issue-ID: SO-1031
Change-Id: Ib301c81bdd5683daf59345ec0a006253fe2c096a
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Issue-ID: SO-974
Change-Id: Id553bc9f736f8e7cbefe3c29a56711712f082d5c
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
[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>
|
|
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>
|
|
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18
Issue-ID: SO-670
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Change-Id: I09b32b08d13053643c65e41bdb40c146df8328ed
Issue-ID: SO-601
Signed-off-by: Arthur Martella <am153x@att.com>
|
|
Change-Id: I4d13dce0b8819aa3d1e9848b9a39a43456dc1f30
Issue-ID: SO-466
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
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>
|
|
Change-Id: I57525e367ddf5bdbbc13f9efa9e93fda4fb6748e
Issue-ID: SO-372
Signed-off-by: Arthur Martella <am153x@att.com>
|
|
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>
|
|
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>
|
|
Change-Id: If9836a06a89b6061c388e95fd008be7328f90166
Issue-ID: SO-562
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
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>
|
|
Change-Id: If1df4b792fca2a127e169e393268d63ef31d9ed1
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
|
|
Change-Id: Ib7aea4df7e6a31cf5e1e6513b89bed6f878537af
Issue-ID: SO-372
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Change-Id: Idbec6e7239f526cb236212aa0509218218f60b1d
Issue-ID: SO-365
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
|
|
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Ib72ca9cab2782a4fee15fff8f0653f0c53ad9f71
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
IssueId: SO-346
Change-Id: I4bd910032baa26c2aa154d3860bf4d34ecf7d9dd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
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>
|
|
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>
|
|
Remove python HeatBridge as it's breaking the docker build
Change-Id: I4f24ccfccbd631218fe0d39af93f8edb030dcf12
Issue-ID: SO-182
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Adding Heatbridge python code and call into SO. Still needs configuration to be complete.
Change-Id: I4869217699d857e27579decce91e9c542ce7a449
Issue-ID: SO-1
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
This directory is where the ASDC controller spools received CSARs.
Change-Id: If8ea5463145f821bb34acae44ab03d0f287fea2b
Issue-id: SO-131
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Change-Id: Ie0948e048a52a8743b919319cca78376e0dfea13
Issue-id: SO-104
Signed-off-by: DeWayne Filppi <dewayne@cloudify.co>
|
|
|
|
|
|
There are Linux Foundation rules (enforced by nexus) that I still
don't really understand. I'm convinced this is absolutely true:
The groupId of every artifact in a project MUST begin with:
org.openecomp.<project>
--or--
org.onap.<project>
The top-level artifact is no exception. So for example, this is
NOT allowed:
<groupId>org.openecomp</groupId>
<artifactId>so</groupId>
Here's what I'm trying now. The top level pom will contain:
<groupId>org.openecomp.so</groupId>
<artifactId>so-parent</artifactId>
Child modules will contain:
<parent>
<groupId>org.openecomp.so</groupId>
<artifactId>so-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.so</groupId>
<artifactId>some-child-artifact</artifactId>
Note that the groupId for the direct child module will be the
same as the groupId for its parent.
Issue: SO-21
Change-Id: I0d3cd2eb7a1883e23e3c0878ee7fa3dd4a7d55b2
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Change-Id: I5ff93b3d7b2c71c30a618b3224226b37bc18c05e
Signed-off-by: DeWayne Filppi <dewayne@gigaspaces.com>
|
|
|
|
More problems encountered since mso repos were renamed.
We now have found that this declaration in the top-level so pom
causes the deploy to fail with a 403 Forbidden error:
<groupId>org.openecomp</groupId>
<artifactId>so</artifactId>
We are changing this to:
<groupId>org.openecomp.so</groupId>
<artifactId>framework</artifactId>
Issue: SO-21
Change-Id: I4e21d689c73c5071bde725127bb81482ce3d91f9
Signed-off-by: Rob Daugherty <rd472p@att.com>
|