summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Gilding, Joyce (jg640n) [Tue, 3 Jul 2018 15:46:05 +0000 (16:46 +0100)]
Fix NexusIQ Security vulnerability in Casablanca
Upgrade spring-boot-dependencies
Change-Id: I9744fc676b59e021000a44593cc11f885f910b0f
Issue-ID: AAI-1290
Signed-off-by: Gilding, Joyce (jg640n) <Joyce.Gilding@amdocs.com>
mark.j.leonard [Thu, 7 Jun 2018 15:45:38 +0000 (16:45 +0100)]
Add support for loading VNF Catalog XML files
Issue-ID: AAI-1214
Change-Id: I5d0eb3456916e6f3e5ba3a9b4e828feaff0cde4e
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
mark.j.leonard [Wed, 6 Jun 2018 13:47:42 +0000 (14:47 +0100)]
Refactor for Sonar smells and code coverage
Various code formatting and style fixes (to address Sonar code smells).
Introduce a BabelServiceClientException to replace the use of the base
Exception class.
Make both the BabelServiceClient class and its Factory class use an
interface, to allow for Spring injection (using annotations) and for
simplified mocking.
Refactor the Notification Publishing by making this the responsibility
of the main Service classes and not the deployment manager.
Issue-ID: AAI-1207
Change-Id: I6bf8a504fa7b98e9158c9976fd1d88c6c54027c1
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
mark.j.leonard [Wed, 6 Jun 2018 11:17:41 +0000 (12:17 +0100)]
Remove deprecated AJSC configuration
Issue-ID: AAI-1206
Change-Id: Iffad6eb946bb8c63cf69bd2193d7518e733ea406
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Mohammed Naser [Mon, 16 Apr 2018 20:40:08 +0000 (13:40 -0700)]
Pin jnr-unixsocket for Docker plugin to 0.13
The current verison of jnr-unixsocket is 0.12 from the Docker
plugin however in order to be able the images for ARM64, it needs
the newer version which has support for it.
There is work upstream to switch the version to 0.18[0] however
it seems that this is still pending, so we can pin it for now until
that merges.
[0]: https://github.com/spotify/docker-maven-plugin/pull/379
Change-Id: Id863e5fccd4e89f7113b58f8c6b5be760a8797b7
Issue-ID: CIMAN-154
Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Jimmy Forsyth [Wed, 23 May 2018 17:58:17 +0000 (13:58 -0400)]
Upversion for Casablanca
Issue-ID: AAI-1169
Change-Id: Ideb567fb672738e0951110e77e6fc53a9a1e4613
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Jimmy Forsyth [Tue, 22 May 2018 20:48:11 +0000 (16:48 -0400)]
Bump to version 1.2.1 in the master branch
Issue-ID: AAI-1155
Change-Id: I66c58cd069561583ce237c0293091e75304a0610
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Lee, Tian (tl5884) [Thu, 17 May 2018 17:05:42 +0000 (18:05 +0100)]
Fix issue with VNFImage rollback
Fix issue where VNFImage data UUID is being overwritten, causing rollback
failures.
Change-Id: I66fd9125f7806c74d80ede6d2f0d4c04d0756cc0
Issue-ID: AAI-1148
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
mark.j.leonard [Tue, 1 May 2018 16:16:13 +0000 (17:16 +0100)]
Import Spring Boot Logging base resource
Issue-ID: AAI-1110
Change-Id: Iab0ba2130e1131c938e0c9dbc7ba33cef8db75de
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
mark.j.leonard [Tue, 1 May 2018 10:57:53 +0000 (11:57 +0100)]
Upgrade logback version to 1.2.3
Issue-ID: AAI-1107
Change-Id: I24260227dc9a695e8cf91f3fdf033353a4462bca
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
mark.j.leonard [Tue, 1 May 2018 09:59:43 +0000 (10:59 +0100)]
Change Babel dependency by removing SNAPSHOT
Issue-ID: AAI-1053
Change-Id: Iaaee8ff11de401f3c0dfbd0524963ee26b409856
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
mark.j.leonard [Thu, 26 Apr 2018 15:53:12 +0000 (16:53 +0100)]
Convert project from AJSC to Spring Boot
Remove all AJSC configuration and dependencies. Update the pom.xml to
use oparent and to depend on Spring Boot. Refactor the main class to
introduce a minimal set of Spring annotations.
Note that the license text was corrected in this change.
Issue-ID: AAI-1039
Change-Id: I16385db3216ec39bfd2881f2278e340ec3795199
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
mark.j.leonard [Wed, 18 Apr 2018 10:17:11 +0000 (11:17 +0100)]
Remove dependency on org.powermock (PowerMockito)
Replace use of PowerMockito packages with the standard Mockito.
Create a BabelServiceClient Factory class to simplify mocking.
Remove duplicated "no mock" test classes that were not in fact free of
mocking. Add a dummy sample CSAR file for testing of artifact downloads.
Change-Id: Ib86f560e514e1efab0e2f732e494a032d555c7c3
Issue-ID: AAI-1049
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Eric Debeau [Tue, 10 Apr 2018 20:20:59 +0000 (20:20 +0000)]
Correct INFO.yaml to pass YAML Lint
Change-Id: Id08e7b976bcecc760f1d9029d3706fa96915e6ce
Issue-ID: AAI-1022
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Jimmy Forsyth [Mon, 9 Apr 2018 22:16:44 +0000 (18:16 -0400)]
Fixes for properties files
Issue-ID: AAI-1016
Change-Id: Ic640254cb0f81d9a9a5d34120431249c03878891
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
sblimkie [Mon, 9 Apr 2018 21:01:36 +0000 (17:01 -0400)]
Fix error in ajsc-override-web.xml
Change-Id: I5e0175ef88e1e3c8b7d683cd772d51058b97b83a
Issue-ID: AAI-987
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Blackwell, Ian (ib733q) [Thu, 5 Apr 2018 10:52:58 +0000 (11:52 +0100)]
Problems with Jenkins Build Jobs
Change to refer to nexus host as nexus.onap.org rather
than nexus.openecomp.org as suspicion that using
openecomp is the cause of the build failure
Issue-ID: AAI-996
Change-Id: I398e611ec146ed5d21ba235a83302ddd0c049216
Signed-off-by: Blackwell, Ian (ib733q) <IanB@amdocs.com>
Blackwell, Ian (ib733q) [Wed, 4 Apr 2018 12:04:04 +0000 (13:04 +0100)]
Fix for build issues
Some missing repository configuration causes a build issue.
Issue-ID: AAI-996
Change-Id: Iabbc5de6cf7fbd4bae9fae9de7bf1b651da76bcc
Signed-off-by: Blackwell, Ian (ib733q) <IanB@amdocs.com>
Blackwell, Ian (ib733q) [Tue, 3 Apr 2018 16:28:44 +0000 (17:28 +0100)]
Revisions made to the Model Loader to use Babel
Change the Model Loader to use the Babel micro service.
Responsibility for transformation of ASDC TOSCA models,
the yaml files, has been moved from ASDC and placed into
the Bable microservice. Model Loader will forward any
CSAR received from ASDC and delegate transformation to
Babel. Babel will return the transformed TOSCA models
to Model Loader which will then ingest them into the
A&AI Inventory.
Issue-ID: AAI-987
Change-Id: I99594770b51b00cb7dcc0f30706060ae27cd94c5
Signed-off-by: Blackwell, Ian (ib733q) <IanB@amdocs.com>
Sanchez, Gabriel (gs882h) [Mon, 26 Mar 2018 13:51:37 +0000 (14:51 +0100)]
Update license date and text
Update license data and disable license plugin
Issue-ID: AAI-867
Change-Id: Ida91a4fc99b9d8ca65b15d6a7be1eaf097d0ae4f
Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
Lee, Tian (tl5884) [Tue, 27 Feb 2018 17:22:48 +0000 (17:22 +0000)]
Fix GPL-2.0 license issues
Remove maven-dependency-plugin which is copying powermock-module-javaagent
into the target folder
Change-Id: Ifd59f3d0af47e33783ac12d9d89cf40a1614d95a
Issue-ID: AAI-809
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Jessica Wagantall [Tue, 27 Feb 2018 01:03:54 +0000 (17:03 -0800)]
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: Ie8c5800e37c2c941b532f267303657d5d9fced5c
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Lee, Tian (tl5884) [Mon, 26 Feb 2018 12:13:31 +0000 (12:13 +0000)]
Fix GPL-2.0 license issues
Remove powermock-module-javaagent from dependency tree due to GPL-2.0
license
Change-Id: I505a4463637385aa0e3f509b34e4ae3df2545386
Issue-ID: AAI-809
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Steven Blimkie [Wed, 17 Jan 2018 14:32:54 +0000 (14:32 +0000)]
Merge "Sonar Major:Add the @Override annotation."
Steven Blimkie [Wed, 17 Jan 2018 14:32:30 +0000 (14:32 +0000)]
Merge "Sonar Major:Merge if statement."
Steven Blimkie [Wed, 17 Jan 2018 14:31:50 +0000 (14:31 +0000)]
Merge "Sonar Major:Add the @Override annotation."
Steven Blimkie [Wed, 17 Jan 2018 14:31:32 +0000 (14:31 +0000)]
Merge "Sonar Major:Replace with the diamond operator ."
Steven Blimkie [Wed, 17 Jan 2018 14:30:30 +0000 (14:30 +0000)]
Merge "Sonar Major:Replace the type specification."
Steven Blimkie [Wed, 17 Jan 2018 14:29:25 +0000 (14:29 +0000)]
Merge "Sonar Major:Annotate the IModelParser interface."
Steven Blimkie [Wed, 17 Jan 2018 14:29:00 +0000 (14:29 +0000)]
Merge "Sonar Major:Replace the type specification."
aishkashyap [Mon, 15 Jan 2018 07:36:16 +0000 (13:06 +0530)]
Sonar Major:Replace the type specification.
Replace the type specification with the diamond operator.
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#assignees=aishkashyap|resolved=false
Location:
src/mainn/java/org/onap/aai/modelloader/entity/model/ModelSorter.java
Line No:136
Issue-ID: AAI-655
Change-Id: I1568a96c99992e38902ec7a53bb8b5f5a0acac5e
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
aishkashyap [Mon, 15 Jan 2018 07:22:24 +0000 (12:52 +0530)]
Sonar Major:Replace with the diamond operator .
Replace the type specification with the diamond operator.
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#assignees=__me__|resolved=false
Location:
src/main/java/org/onap/aai/modelloader/entity/model/ModelV8ArtifactParser.java
Line No:57
Issue-ID: AAI-654
Change-Id: I07f671f845a535a542c0742b26ed085bc9f3db67
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
aishkashyap [Mon, 15 Jan 2018 07:00:17 +0000 (12:30 +0530)]
Sonar Major:Add the @Override annotation.
Add the @Override annotation above this method signature.
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#assignees=__me__|resolved=false
Location:
src/main/java/org/onap/aai/modelloader/entity/model/ModelV8ArtifactParser.java
Line No:55
Issue-ID: AAI-653
Change-Id: Iacf71ed6a80b986815c774ba057df727385f0745
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
aishkashyap [Mon, 15 Jan 2018 05:48:26 +0000 (11:18 +0530)]
Sonar Major:Merge if statement.
Merge if statement with the enclosing one.
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assigned=false
Location:
src/main/java/org/onap/aai/modelloader/entity/model/ModelV8ArtifactParser.java
Line No:131
Issue-ID: AAI-648
Change-Id: I50ac1d612fb32b20a7520af44b7abe26b3d89399
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
aishkashyap [Mon, 15 Jan 2018 05:22:59 +0000 (10:52 +0530)]
Sonar Major:Add the @Override annotation.
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assignees=aishkashyap
Location:
src/main/java/org/onap/aai/modelloader/entity/model/AbstractModelArtifact.java
Line No:75
Issue-ID: AAI-647
Change-Id: I2da826e5c3d825abf79d6452e006ac6196c5f73a
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
aishkashyap [Fri, 12 Jan 2018 12:28:10 +0000 (17:58 +0530)]
Sonar Major:Replace the type specification.
Replace the type specification with the diamond operator.
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assignees=aishkashyap
Location:
src/main/java/org/onap/aai/modelloader/entity/model/AbstractModelArtifact.java
Line No:39
Issue-ID: AAI-646
Change-Id: I704dfd58340402982f4063e94e80b58ff158c8da
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
aishkashyap [Fri, 12 Jan 2018 10:31:55 +0000 (16:01 +0530)]
Sonar Major:Annotate the IModelParser interface.
Annotate the IModelParser interface with the @FunctionalInterface annotation.
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assigned=false
Location:
src/main/java/org/onap/aai/modelloader/entity/model/IModelParser.java
Line No:30
Issue-ID: AAI-645
Change-Id: I0c65379ecde9f6b103bf17515bd9071213462fea
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
aishkashyap [Fri, 12 Jan 2018 09:32:57 +0000 (15:02 +0530)]
Sonar Major: Replace the type specification.
Replace the type specification with the diamond operator.
Sonar Link:
https://sonar.onap.org/component_issues/index?id=org.onap.aai.model-loader%3Amodel-loader#resolved=false|assigned=false
Location:
src/main/java/org/onap/aai/modelloader/entity/model/ModelArtifactHandler.java
Line No:60
Issue-ID: AAI-643
Change-Id: I231689bbf52153a0c806d8ee267d28fd9e6287f0
Signed-off-by: aishkashyap <as00476394@techmahindra.com>
aditya [Thu, 7 Dec 2017 04:08:54 +0000 (22:08 -0600)]
Add unit tests to increase the sonar coverage
Add unit tests to notification and service packages
Issue-ID: AAI-501
Change-Id: Ia15090f2f5999d76e2c274d4dc3dca6408ead7db
Signed-off-by: Aditya Gajulapalli <ag282f@att.com>
Jessica Wagantall [Thu, 16 Nov 2017 23:23:12 +0000 (15:23 -0800)]
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I5212e3b891e8d314e470220778e77a973c13b6e2
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Lee, Tian (tl5884) [Wed, 29 Nov 2017 15:29:18 +0000 (15:29 +0000)]
Update dependency versions to latest release
sdc-distribution-client version updated to 1.1.32, common-logging
version updated to 1.1.0
Change-Id: I04657cc7a6c65a01f822e05e0a462718f628ddb4
Issue-ID: AAI-511
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Lee, Tian (tl5884) [Tue, 28 Nov 2017 17:18:46 +0000 (17:18 +0000)]
Update dependency versions to latest
sdc-distribution-client version updated to 1.1.50-SNAPSHOT, common-logging
version updated to 1.2.0-SNAPSHOT.
Change-Id: I989a308637adefe68e26681a264374df720830e5
Issue-ID: AAI-511
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Blimkie, Steven (sb787e) [Fri, 10 Nov 2017 15:27:05 +0000 (17:27 +0200)]
Revert change to ajsc version
Upgrade to new ajsc version did not fix the build issue. Reverting to the
version that is tested.
IssueID: AAI-458
Change-Id: I2fddb8198296b88e402f408288cf0830b6cfe1c5
Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
Lee, Tian (tl5884) [Fri, 10 Nov 2017 10:47:58 +0000 (10:47 +0000)]
Update ajsc-archetype-parent parent pom version
Update parent pom version from 2.0.0 to 2.1.0 to be in line with aai-resources and
aai-traversal
Change-Id: Ie1da717a5a8a6048f5f15c3f6b231f867000482a
Issue-Id: AAI-458
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Arul.Nambi [Thu, 21 Sep 2017 14:39:37 +0000 (10:39 -0400)]
Renaming openecomp to onap
Issue-ID: AAI-208
Change-Id: I9029b292b051678bbddc2b80efd447ebc1c5b63a
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Arul.Nambi [Wed, 13 Sep 2017 19:13:29 +0000 (15:13 -0400)]
Renaming openecomp to onap
Issue-ID: AAI-208
Change-Id: I559ba27fba96364c506730e8cbac05a9e6591694
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Jessica Wagantall [Fri, 8 Sep 2017 20:13:30 +0000 (13:13 -0700)]
Cleanup project's name in Sonar
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: I4eca5b435c2a68c10ab1d9abd3bade58941b1cb8
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Venkata Harish K Kajur [Thu, 7 Sep 2017 22:25:43 +0000 (18:25 -0400)]
Add name to the top level pom for model-loader
Issue-ID: AAI-271
Change-Id: I0f4fe0e3e23f58183f8654bdb9053821c2abe4e5
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Daniel Silverthorn [Tue, 29 Aug 2017 19:58:48 +0000 (15:58 -0400)]
Remove files containing ATT references
Issue ID: AAI-217
Change-Id: Id234071670d67c0fb540d95f99d7791859987bdd
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Daniel Silverthorn [Mon, 21 Aug 2017 17:14:43 +0000 (13:14 -0400)]
Remove OpenECOMP from license file
Change-Id: I76110503a4f74f24bd8ba66c633e1a3cb13fef6a
Issue-ID: AAI-86
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Lee, Tian (tl5884) [Fri, 18 Aug 2017 15:45:23 +0000 (16:45 +0100)]
Revert httpclient jar version change.
- Add explicit dependency to version 4.5 instead
Change-Id: Ic4491a8e0d5fe4baaf902c02c5df21b6130e23dc
Issue-ID: AAI-192
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Brian Freeman [Thu, 17 Aug 2017 18:49:57 +0000 (18:49 +0000)]
fix container exit w/o httpclient 4.4.1
Change-Id: I8d44531a28d40de11c6b1f1ee17de8446cda2c68
Signed-off-by: Brian Freeman <bf1936@att.com>
Issue-id: AAI-170
Signed-off-by: Brian Freeman <bf1936@att.com>
Lee, Tian (tl5884) [Tue, 15 Aug 2017 15:18:20 +0000 (16:18 +0100)]
[AAI-170 R1710] Upversion sdc-distribution-client
- from 1.0.0 to 1.1.32-SNAPSHOT
Change-Id: Iac775e7ae3378dcaeca717cdafde9a8472c24172
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
James Forsyth [Thu, 6 Jul 2017 20:12:54 +0000 (20:12 +0000)]
Merge "Update .gitreview with onap URL"
Blimkie, Steven (sb787e) [Tue, 27 Jun 2017 18:08:37 +0000 (21:08 +0300)]
Allow handling of legact model artifacts
Change-Id: I3d4c5e51140d4d05b3fd871d58c2590421c0e9db
Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
Jessica Wagantall [Mon, 12 Jun 2017 21:38:05 +0000 (14:38 -0700)]
pom.xml: Updating maven-dependency-plugin version
CLM creashes after executing the tree goal.
After looking online, looks like vesion 2.8 of
maven-dependency-plugin can be compatible with the
migration to Eclipse Aether (MNG-5354).
Change-Id: Iff2a94a4944adf2a01e0c9a70eeccdac02ea70ec
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
abatos [Fri, 9 Jun 2017 13:36:30 +0000 (09:36 -0400)]
Configurable max heap size and PID fix
Change-Id: I6e4ae9fd1c3e64e0d470c044ade0387045123f60
Signed-off-by: abatos <adrian.batos-parac@amdocs.com>
Blimkie, Steven (sb787e) [Wed, 17 May 2017 14:45:08 +0000 (17:45 +0300)]
Ensure shutdown hook is called on docker stop
Change-Id: I7f2165c6c4b8cfeb3d62c4a286b62f4e42dde449
Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
Blimkie, Steven (sb787e) [Mon, 15 May 2017 17:15:44 +0000 (20:15 +0300)]
[AAI-3] Remove dependency on SDC
Change-Id: Iacdf8fb0dabdfe396f508dec3755ef1a2ea0210e
Signed-off-by: Blimkie, Steven (sb787e) <steven.blimkie@amdocs.com>
Fraboni, Gino (gf403a) [Wed, 10 May 2017 14:06:20 +0000 (10:06 -0400)]
[AAI-8] Fix line feeds in versions.properties
Change-Id: Id9c8c1245a8295abac930663fda1a66fd7ebc5a4
Signed-off-by: Fraboni, Gino (gf403a) <gino.fraboni@amdocs.com>
Fraboni, Gino (gf403a) [Wed, 3 May 2017 17:47:43 +0000 (13:47 -0400)]
Implement support for v10 model entities.
Change-Id: Id2b42b70d7fe0ada6695ac9632b314f21ace193f
Signed-off-by: Fraboni, Gino (gf403a) <gino.fraboni@amdocs.com>
Venkata Harish K Kajur [Wed, 29 Mar 2017 15:44:22 +0000 (15:44 +0000)]
Update nexus url from openecomp to onap
Change-Id: I71d28e98d04bb3fe20e780c0adeb815ff767770d
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Andrew Grimberg [Wed, 29 Mar 2017 15:18:47 +0000 (08:18 -0700)]
Update .gitreview with onap URL
Change-Id: I1984c1e52f538e0e1a258808ac1f7a823d032c21
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Venkata Harish K Kajur [Thu, 9 Mar 2017 22:05:53 +0000 (22:05 +0000)]
Update version to 1.1.0-SNAPSHOT
Change-Id: I6c1425889e81643eeeffdeae51cc31816930400e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Venkata Harish K Kajur [Wed, 8 Mar 2017 17:25:12 +0000 (17:25 +0000)]
Update pom for staging plugin
Change-Id: Idbe910093964313659db075ccf67ead3ca83d931
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Venkata Harish K Kajur [Tue, 7 Mar 2017 06:11:38 +0000 (06:11 +0000)]
Update pom to 1.0.0
Also change the dependency version of sdc, logging service
Add the staging snapshot to look for sdc dependency
Remove the unnecessary docker tag
Change-Id: If3caa743ab931d3726c7d6ced82070bc4c5bc467
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Alexis de Talhouët [Mon, 6 Mar 2017 19:19:39 +0000 (14:19 -0500)]
Fix wrong sdc-distribution-client version
The pom file specifies a version that isn't the one currently build.
The current version is 1.0.0-SNAPSHOT, see https://gerrit.openecomp.org/r/gitweb?p=sdc/sdc-distribution-client.git;a=blob;f=pom.xml;h=
be86365835d8f149a742ade80f6063e90052bfff;hb=refs/heads/master#l6
Change-Id: Ice85aabf5f0cfea913b83f5b12e8657858b27c69
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Venkata Harish K Kajur [Tue, 28 Feb 2017 20:50:04 +0000 (20:50 +0000)]
Update pom for sonar
Change-Id: I3cc4b5f394dade885ce7b606279ac90e5d55310a
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Venkata Harish K Kajur [Mon, 20 Feb 2017 23:58:13 +0000 (23:58 +0000)]
Update the server id
Change-Id: Ib7d367703bc0e68f9dc2a62c0117a943a46a69c8
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Venkata Harish K Kajur [Mon, 20 Feb 2017 22:58:42 +0000 (22:58 +0000)]
Remove force update and ca certificates
Change-Id: I632f208402250d23423e591d9fbf203bdda1275f
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Venkata Harish K Kajur [Mon, 20 Feb 2017 21:33:52 +0000 (21:33 +0000)]
Change profile docker back
Change-Id: If4e400f24c748f17fff4f23764b873b38ab197f3
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Venkata Harish K Kajur [Mon, 20 Feb 2017 15:08:02 +0000 (15:08 +0000)]
Change docker registry environment var
Change-Id: If3061cf0734713eb3a4eb730b72a57fd3e2fd37f
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Venkata Harish K Kajur [Mon, 20 Feb 2017 15:03:27 +0000 (15:03 +0000)]
Move docker plugins into profile
Change-Id: Ia2d08084551b1f9b881149396f542f64667a2116
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Steve Smokowski [Fri, 17 Feb 2017 16:51:23 +0000 (11:51 -0500)]
Add serverId
Change-Id: I656ac2e1d372738fd822641d81401c89683a37c9
Signed-off-by: Steve Smokowski <ss835w@att.com>
Steve Smokowski [Wed, 15 Feb 2017 15:34:11 +0000 (10:34 -0500)]
add version.properties
Change-Id: Id9993af5bda208eb103398c2a3f42bfd6089adea
Signed-off-by: Steve Smokowski <ss835w@att.com>
Steve Smokowski [Mon, 13 Feb 2017 19:15:58 +0000 (14:15 -0500)]
Modify pom skip deploy step
Change-Id: I62bd9ec04c7d8be8fadf1efccbdf5d6a097b7c2e
Signed-off-by: Steve Smokowski <ss835w@att.com>
Steve Smokowski [Mon, 13 Feb 2017 18:10:47 +0000 (13:10 -0500)]
Update Pom file
Change-Id: I4882da0f0fda7cf418e3bd2f283d6fbb41aade05
Signed-off-by: Steve Smokowski <ss835w@att.com>
Steve Smokowski [Fri, 10 Feb 2017 21:08:20 +0000 (16:08 -0500)]
Update Poms and Tests
Change-Id: If95a1f2188e4073725c50b7dbb1e03b1329b7e27
Signed-off-by: Steve Smokowski <ss835w@att.com>
Steve Smokowski [Thu, 9 Feb 2017 20:43:35 +0000 (15:43 -0500)]
Initial OpenECOMP A&AI Model Loader commit
Change-Id: Iae343fa01ecc701919703fb7d61727555371321d
Signed-off-by: Steve Smokowski <ss835w@att.com>
Andrew Grimberg [Thu, 9 Feb 2017 17:42:30 +0000 (17:42 +0000)]
Initial empty repository