Benjamin, Max (mb388a) [Thu, 23 Aug 2018 13:06:09 +0000 (09:06 -0400)]
Do not serialize AAIResultWrapper
fixed a broken building block bpmn test
removed serialization of result wrapper
Change-Id: I24a9b325e5543cb11b0dee4ae3a1e6957469e87a
Issue-ID: SO-894
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Sandeep J [Thu, 23 Aug 2018 11:43:42 +0000 (17:13 +0530)]
fix sonar critcal issues in R_CloudConfigMigration
added specific excpetions instead of generic ones
Issue-ID: SO-886
Change-Id: Ib0f2e655a6e58b8dc142233679a53c15b373f117
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Sandeep J [Thu, 23 Aug 2018 10:05:21 +0000 (15:35 +0530)]
fixed sonar issue in CatalogQueryExceptionCommon
fixed sonar issue: removed unused import
Issue-ID: SO-883
Change-Id: Ie9117601c7d64974067b5ab81ccb8a58d4a2fdc5
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Byung-Woo Jun [Thu, 23 Aug 2018 03:09:53 +0000 (03:09 +0000)]
Merge "fixed sonar issues in MsoNetworkAdapterAsyncImpl"
Byung-Woo Jun [Thu, 23 Aug 2018 03:09:48 +0000 (03:09 +0000)]
Merge "resolved sonar issue in QueryServiceMacroHolder"
Sandeep J [Wed, 22 Aug 2018 22:42:20 +0000 (04:12 +0530)]
fixed sonar issues in MsoNetworkAdapterAsyncImpl
removed useless assignment of local variable "sMap" at lines
646,664,684. And, also removed keyset with entryset at line 650
Issue-ID: SO-882
Change-Id: I31a1a0c2c7aa4d65466125bda6948765326994eb
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Sandeep J [Wed, 22 Aug 2018 22:19:10 +0000 (03:49 +0530)]
resolved sonar issue in QueryServiceMacroHolder
removed the commented lines of code as per issue raised by SONAR
Issue-ID: SO-881
Change-Id: Ic25a7418df06c7b7da2c60bec9dc4adbc97d902b
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Benjamin, Max (mb388a) [Tue, 21 Aug 2018 18:43:36 +0000 (14:43 -0400)]
added unit test for class
Adding unit tests for the infraactiverepositorycustomcontroller
and fixing an issue found while adding the test
Change-Id: Ic177f75c995ee789902dc9ad1b7df0e997b998c9
Issue-ID: SO-876
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Marcus Williams [Wed, 22 Aug 2018 16:48:28 +0000 (16:48 +0000)]
Merge "removed problematic swagger dependency"
Marcus Williams [Wed, 22 Aug 2018 16:46:17 +0000 (16:46 +0000)]
Merge "updated ServiceInstance POJO"
Benjamin, Max (mb388a) [Wed, 22 Aug 2018 13:33:08 +0000 (09:33 -0400)]
removed problematic swagger dependency
removed swagger dependency which was causing issues
Change-Id: I1e840f7ea9a45547c2562ce628c38f7c7e065e65
Issue-ID: SO-880
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Chuanyu Chen [Wed, 22 Aug 2018 09:39:57 +0000 (09:39 +0000)]
Merge "update install and configure document"
seshukm [Wed, 22 Aug 2018 07:49:51 +0000 (15:49 +0800)]
update install and configure document
Issue-ID: SO-675
Change-Id: I157d04c2bebf3771df22792d9c7856ffa99d8393
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Wed, 22 Aug 2018 05:39:33 +0000 (05:39 +0000)]
Merge "sonar try-with-resources"
Marcus Williams [Tue, 21 Aug 2018 23:32:59 +0000 (23:32 +0000)]
Merge "openstack_adapter container fails to start"
Rob Daugherty [Tue, 21 Aug 2018 22:42:55 +0000 (18:42 -0400)]
openstack_adapter container fails to start
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>
Benjamin, Max (mb388a) [Tue, 21 Aug 2018 18:54:06 +0000 (14:54 -0400)]
updated ServiceInstance POJO
added new fields to pojo for groovy compatibility
Change-Id: If88a9b51d506d6937bbd431c641410cc4ba07c9e
Issue-ID: SO-878
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Tue, 21 Aug 2018 18:30:07 +0000 (14:30 -0400)]
prod bug fixes august 12th
Set generalBuildingBlock variable on execution to
pass heatStackId updates to the calling process.
Pass CloudParams to SDNC on Create request
Pass cloudParams to VNF Adapter on VF Module
creation too.
Change-Id: I523cde0edb1412fc12e1d7a13c91c77869b505fd
Issue-ID: SO-875
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Sandeep J [Tue, 21 Aug 2018 15:04:34 +0000 (20:34 +0530)]
fixed sonar issue in WebSecurityConfigImpl.java
fixed the sonar issue in the file at line 39
Issue-ID: SO-874
Change-Id: Ic187fa42e81a503e99ff71ab9ab971c21aa82cd3
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
Byung-Woo Jun [Tue, 21 Aug 2018 13:34:17 +0000 (13:34 +0000)]
Merge "Fix the structure in the doc for bpmn"
seshukm [Tue, 21 Aug 2018 12:49:19 +0000 (20:49 +0800)]
Fix the structure in the doc for bpmn
Issue-ID: SO-675
Change-Id: I2dc7bc2f77b191a60206678a6fe25bd2ef81f83c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Byung-Woo Jun [Tue, 21 Aug 2018 12:17:18 +0000 (12:17 +0000)]
Merge "Update the structure of the documentation"
seshukm [Tue, 21 Aug 2018 10:48:29 +0000 (18:48 +0800)]
Update the structure of the documentation
Issue-ID: SO-675
Change-Id: I1e17beb266beab4dd8f509762a6f9e7fdb18c1d4
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Yulian Han [Mon, 20 Aug 2018 03:05:37 +0000 (11:05 +0800)]
Add device resource bpmn process for ccvpn uc
Bug fix for ccvpn uc
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000013
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
Arindam Mondal [Tue, 21 Aug 2018 05:15:29 +0000 (14:15 +0900)]
sonar try-with-resources
Issue-ID: SO-871
Change-Id: I151ea890755c0a9dd9e7f5df1ed807a660fb0c2f
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
Rob Daugherty [Mon, 20 Aug 2018 17:00:56 +0000 (13:00 -0400)]
Docker naming convention
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>
Seshu Kumar M [Mon, 20 Aug 2018 14:09:57 +0000 (14:09 +0000)]
Merge "Site service process with location"
Michal Kabaj [Fri, 17 Aug 2018 12:21:23 +0000 (14:21 +0200)]
Fix VfModuleCustomizationToVduMapperTest
- Moved VfModuleCustomizationToVduMapperTest to mso-openstack-adapters
module, where the tested implementation actually is.
- Fixed and reimplemented tests
Change-Id: If5b4a29be22b7cbb59642eff78e471f294a512a7
Issue-ID: SO-865
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Elaine_Han [Fri, 10 Aug 2018 07:43:04 +0000 (15:43 +0800)]
Site service process with location
Delete real existing resources
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000006
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
Rob Daugherty [Wed, 15 Aug 2018 18:15:24 +0000 (18:15 +0000)]
Merge "Cloud Config Updates"
Smokowski, Steve (ss835w) [Tue, 14 Aug 2018 20:30:49 +0000 (16:30 -0400)]
Cloud Config Updates
Update Cloud Config to be writable over REST API. This allows easier
environment setup, so sql scripts are not required
Issue-ID: SO-862
Change-Id: I70931f09ff2600a15094199f46fc8d9ac36403f4
Change-Id: I70931f09ff2600a15094199f46fc8d9ac36403f4
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Rob Daugherty [Wed, 15 Aug 2018 14:03:21 +0000 (14:03 +0000)]
Merge "Added vfModule scale out endpoint and validation"
Marcus Williams [Tue, 14 Aug 2018 21:42:46 +0000 (21:42 +0000)]
Merge "Fix Dependency"
Brittany Plummer (bp896r) [Tue, 14 Aug 2018 20:32:28 +0000 (16:32 -0400)]
Added vfModule scale out endpoint and validation
Issue-ID: SO-764
Change-Id: I6fc983ed6bc9d9c410406db1f2355c27e201b4f4
Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
Smokowski, Steve (ss835w) [Tue, 14 Aug 2018 20:30:49 +0000 (16:30 -0400)]
Fix Dependency
Fix missing dependency in bpmn infra
Issue-ID: SO-862
Change-Id: I72ceb0050e38610262192df980330341bc91e89a
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Marcus Williams [Mon, 13 Aug 2018 22:32:14 +0000 (22:32 +0000)]
Merge "Fix for NullPointerException in Pnf"
Marcus Williams [Mon, 13 Aug 2018 22:28:44 +0000 (22:28 +0000)]
Merge "ParameterizedTypeReference now passed in"
Marcus Williams [Mon, 13 Aug 2018 22:15:53 +0000 (22:15 +0000)]
Merge "Update CatalogDB Logging"
Marcus Williams [Mon, 13 Aug 2018 19:43:10 +0000 (19:43 +0000)]
Merge "Sonar issue Major"
Smokowski, Steve (ss835w) [Mon, 13 Aug 2018 13:05:45 +0000 (09:05 -0400)]
Update CatalogDB Logging
Update CatalogDB Logging to remove MSO Logger, remove useless log lines,
clean up minor sonar issues while working in the file
Issue-ID: SO-847
Change-Id: Icab5d8cf2885d2193bb55f495b3230dde0f5af54
Change-Id: I2d2b2fa919074c439b6c9039aa7ed5e45a792781
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Benjamin, Max (mb388a) [Mon, 13 Aug 2018 13:48:57 +0000 (09:48 -0400)]
Cloud config database table support
added cloud config database entities
added cloud config repository
converted existing cloud config class
converted all code interacting with previous cloud config object
created migration to automatically load cloud config properties from
application.yaml
Issue-ID: SO-854
Change-Id: Icf408e5d0fcabd1b7e97298963c555fae6964930
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Rob Daugherty [Mon, 13 Aug 2018 12:00:49 +0000 (12:00 +0000)]
Merge "made required pom changes for cxf"
Rob Daugherty [Mon, 13 Aug 2018 11:58:37 +0000 (11:58 +0000)]
Merge "Casablana bugfixes"
Michal Kabaj [Mon, 13 Aug 2018 10:21:07 +0000 (12:21 +0200)]
Fix for NullPointerException in Pnf
- Fix: Since lambda expressions are evaluated lazily,
Camunda flow results in an NPE being thrown if RuntimeService
is not acquired as part of invoking thread.
- Modified integration test CreateAndActivatePnfResourceTest
to verify the fix.
Change-Id: I683a8400c81b2edd9d55f2a1d4121a4fdbdf820c
Issue-ID: SO-722
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
Arindam Mondal [Mon, 13 Aug 2018 05:25:12 +0000 (14:25 +0900)]
Sonar issue Major
Issue-ID: SO-852
Change-Id: Ia0d58c52884abdd1f752dc6671d315b8516812e6
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
Seshu Kumar M [Sat, 11 Aug 2018 11:20:02 +0000 (11:20 +0000)]
Merge "added edge label support to A&AI client"
Benjamin, Max (mb388a) [Sat, 11 Aug 2018 04:17:59 +0000 (00:17 -0400)]
made required pom changes for cxf
cxf 3.2.5 also requires us to move to javax.ws.rs-api 2.1
javax.ws.rs-api 2.1 is fully backwards compatible with 2.0
it will not be a problem with our other dependencies
Issue-ID: SO-850
Change-Id: I2a6d9c5d6fb9025de8e5b4a00788275d7cc496a1
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Fri, 10 Aug 2018 21:39:33 +0000 (17:39 -0400)]
Handle special aai case better
corrected error handling in aai client for service instances
updated the exception logic for si's that are not found
adhere to mapNotFoundToEmpty in special case
Issue-ID: SO-851
Change-Id: I3843733553143dae046c1ae944a3bfd71ac5170c
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Fri, 10 Aug 2018 21:32:29 +0000 (17:32 -0400)]
added edge label support to A&AI client
you can now specify an edge label when connecting two objects
Issue-ID: SO-849
Change-Id: I851d523c271823911cdc344ac8c28beec993cb09
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Fri, 10 Aug 2018 21:19:31 +0000 (17:19 -0400)]
Casablana bugfixes
updated mock in unassignnetworkbbtest instead of base
added mock to extract pojos method in unassignnetwork
Return gBuildingBlockExecution from calls to VnfAdapter subprocess
Correct JUnit data to expect modelInfoVfModule
Enable Spring Security for logging of unauthorized/bad credentials
errors
Fix handling of a case of no VF Modules in a VNF resource.
fix populating lookupKeyMap with resource ids
removed unnecessary test resources
Issue-ID: SO-848
Change-Id: Id89f075dcac4042bf8fb1e207e66d289d079171f
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Rob Daugherty [Fri, 10 Aug 2018 17:42:27 +0000 (17:42 +0000)]
Merge "Fix Error Scenario"
Benjamin, Max (mb388a) [Thu, 9 Aug 2018 12:58:47 +0000 (08:58 -0400)]
ParameterizedTypeReference now passed in
An argument must be added other wise we cannot return anything other
than a linkedhashmap because of type erasure.
https://stackoverflow.com/questions/
21987295/using-spring-resttemplate-in-generic-method-with-generic-parameter
Issue-ID: SO-820
Change-Id: I96b5bf9db8389beacfcd79e7a80ee22b3d470a27
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Rob Daugherty [Fri, 10 Aug 2018 17:37:43 +0000 (17:37 +0000)]
Merge "Improve Logging"
Rob Daugherty [Fri, 10 Aug 2018 17:37:10 +0000 (17:37 +0000)]
Merge "Fix Session Time"
Rob Daugherty [Fri, 10 Aug 2018 17:35:54 +0000 (17:35 +0000)]
Merge "GR-API flow, VF Module, SDNC GR API Fixes"
Smokowski, Steve (ss835w) [Fri, 10 Aug 2018 16:09:06 +0000 (12:09 -0400)]
Fix Error Scenario
If Camunda returns a non-auth error, or invalid JSON. APIH was not
logging the error or properly updating the request database record
Issue-ID: SO-818
Change-Id: I8b164002132ca6c25f95e1fa2b194e6cb4c3be03
Change-Id: If6e06de0fb8a01a00ef06ade915dd7c13623047b
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Smokowski, Steve (ss835w) [Fri, 10 Aug 2018 13:34:12 +0000 (09:34 -0400)]
Improve Logging
Add Stack trace to be logged, currently only a generic error message is
logged
Issue-ID: SO-846
Change-Id: I8479247227cf08de25bece5077003ee83c08472d
Change-Id: I8479247227cf08de25bece5077003ee83c08472d
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Smokowski, Steve (ss835w) [Fri, 10 Aug 2018 13:31:25 +0000 (09:31 -0400)]
Fix Session Time
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>
Smokowski, Steve (ss835w) [Fri, 10 Aug 2018 12:13:07 +0000 (08:13 -0400)]
Downgrade CXF
The Upgrade of CXF broke the A&AI client, downgrading it for now to
unblock integration testing. We will investigate in more detail around
the upgrade of the version.
Issue-ID: SO-823
Change-Id: I15d761737b8c62db6de74ce5e5ee9262016120e0
Change-Id: I15d761737b8c62db6de74ce5e5ee9262016120e0
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Benjamin, Max (mb388a) [Thu, 9 Aug 2018 13:32:29 +0000 (09:32 -0400)]
GR-API flow, VF Module, SDNC GR API Fixes
Fixes the new GR-API flow
Various fixes in the create VF Module area
Fixes issues parsing the SDNC GR API response
Fixes new resource type in ASDC controller
Fixes AppC mismatch in JSON marshaling
Issue-ID: SO-821
Change-Id: I4ace0d348483ab1303fcfee26c5801674be51466
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Marcus Williams [Thu, 9 Aug 2018 19:36:12 +0000 (19:36 +0000)]
Merge "Groovy Compile"
Smokowski, Steve (ss835w) [Thu, 9 Aug 2018 18:24:13 +0000 (14:24 -0400)]
Groovy Compile
Groovy was not compiling as the maven plugin was off. I had to move
some files around, and add some import statements to make it compile
again. I also had to rename some packages to onap.so. A few files were
deleted that did not compile but were not in use.
Issue-ID: SO-823
Change-Id: I99d04b4f25709c86d397d72700c237d81362d8b3
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Smokowski, Steve (ss835w) [Thu, 9 Aug 2018 16:44:57 +0000 (12:44 -0400)]
Fix Logging
Add more logging information for Java.Lang Exceptions
Issue-ID: SO-822
Change-Id: I5eb25adc087c9fb495829af2c9d0d1be7374f4a3
Change-Id: I5eb25adc087c9fb495829af2c9d0d1be7374f4a3
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Seshu Kumar M [Thu, 9 Aug 2018 12:35:52 +0000 (12:35 +0000)]
Merge "Fix Ref Data"
Seshu Kumar M [Thu, 9 Aug 2018 12:07:02 +0000 (12:07 +0000)]
Merge "Refactored references to AaiUtils"
Smokowski, Steve (ss835w) [Wed, 8 Aug 2018 23:20:28 +0000 (19:20 -0400)]
Fix Ref Data
Fix recipe reference data, add initial data setup script
Issue-ID: SO-812
Change-Id: I9cbc45f7788fe7c5a74e15d45a9b82a55ddfe299
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Smokowski, Steve (ss835w) [Wed, 8 Aug 2018 20:24:49 +0000 (16:24 -0400)]
Remove Property
Remove BPEL properties that are no longer used
Issue-ID: SO-817
Change-Id: Ie654562dabaddfcff68de3dfddeb85eed478b0a5
Change-Id: I6a418c73608d08f4cf12833f893e671ffa77beb0
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Seshu Kumar M [Thu, 9 Aug 2018 09:39:45 +0000 (09:39 +0000)]
Merge "Fix Invalid BPMN"
Seshu Kumar M [Thu, 9 Aug 2018 09:38:40 +0000 (09:38 +0000)]
Merge "junits for HttpClientRedirectStrategy"
Tomasz Gwozdecki [Wed, 8 Aug 2018 07:25:10 +0000 (03:25 -0400)]
junits for HttpClientRedirectStrategy
-Added new test class for HttpClientRedirectStrategy
-Test for method isRedirectable
Change-Id: I631ba978262316799fa10ddab4af4cfbb35dafd9
Issue-ID: SO-814
Signed-off-by: Tomasz Gwozdecki <tomasz.gwozdecki@nokia.com>
Smokowski, Steve (ss835w) [Wed, 8 Aug 2018 20:03:53 +0000 (16:03 -0400)]
Fix Invalid BPMN
Fix invalid BPMN for a 2nd time, add JUNIT to fail verify on invalid
BPMN
Issue-ID: SO-804
Change-Id: I0ead7d8ebc42dbfe6b18cb29e3962cceb6d7cc23
Change-Id: I0ead7d8ebc42dbfe6b18cb29e3962cceb6d7cc23
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Smokowski, Steve (ss835w) [Wed, 8 Aug 2018 18:48:03 +0000 (14:48 -0400)]
Update Default Recipe
Update default recipe data to be inserted after flyway baseline
Issue-ID: SO-812
Change-Id: Icaab49127ebd184d2cf26397c71ca989ff68d468
Change-Id: Icaab49127ebd184d2cf26397c71ca989ff68d468
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Smokowski, Steve (ss835w) [Wed, 8 Aug 2018 14:14:37 +0000 (10:14 -0400)]
Remove Unused Files
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>
Elaine_Han [Wed, 8 Aug 2018 10:30:11 +0000 (18:30 +0800)]
Save sppartner to AAI and call ExternalAPI bug fix
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000005
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
Seshu Kumar M [Wed, 8 Aug 2018 08:51:28 +0000 (08:51 +0000)]
Merge "SDNC request for Deactivate SOTN attach"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:21 +0000 (08:51 +0000)]
Merge "SDNC request for DeActivate Site"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:17 +0000 (08:51 +0000)]
Merge "Update the sdnc request update for deactivet SOTN"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:11 +0000 (08:51 +0000)]
Merge "SDNC request for delete SOTNConnectivity"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:07 +0000 (08:51 +0000)]
Merge "SDNCRequest for delete SOTN attachment"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:03 +0000 (08:51 +0000)]
Merge "SDNC request template for delete Site"
subhash kumar singh [Wed, 8 Aug 2018 07:08:45 +0000 (12:38 +0530)]
SDNC request for Deactivate SOTN attach
SDNC request for Deactivate SOTN attachment.
Change-Id: Iadb196fa5c0aea1171cad0da51c1b5b9bd58f69e
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 8 Aug 2018 07:02:31 +0000 (12:32 +0530)]
SDNC request for DeActivate Site
SDNC request for DeActivate Site
Change-Id: I82e0f95c391e737578f30ba54a1353c4020763a0
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 8 Aug 2018 06:51:59 +0000 (12:21 +0530)]
Update the sdnc request update for deactivet SOTN
Update the sdnc request update for deactivet SOTN
Change-Id: Id06d712c84cd939768287a1a18a017466560030a
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 8 Aug 2018 06:42:50 +0000 (12:12 +0530)]
SDNC request for delete SOTNConnectivity
SDNC request for delete SOTNConnectivity
Change-Id: Iaf118183d285d8ec9cfcb7a4c663b429405af8f0
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 8 Aug 2018 06:39:51 +0000 (12:09 +0530)]
SDNCRequest for delete SOTN attachment
SDNCRequest for delete SOTN attachment
Change-Id: I5fa582d13c96e283e3fa3b3ac712afeef3f30665
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 8 Aug 2018 06:32:58 +0000 (12:02 +0530)]
SDNC request template for delete Site
SDNC request template for delete Site
Change-Id: Id40ae3dbc2a8989b69dd20be1f27d98babd8bb42
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Seshu Kumar M [Wed, 8 Aug 2018 05:52:05 +0000 (05:52 +0000)]
Merge "E2EServiceInstances to be free of catalogdb"
Benjamin, Max (mb388a) [Tue, 7 Aug 2018 20:06:09 +0000 (16:06 -0400)]
Refactored references to AaiUtils
to use AAIResourceClient
updated bpmn, removed Generic AAI flows, and removed dead useless code
Did not modify E2E Delete Service Instance flow as it has changed
significantly
Issue-ID: SO-813
Change-Id: I1a6bc5353ef89e2ce4359be2654395f7ce060aba
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Seshu Kumar M [Tue, 7 Aug 2018 16:40:23 +0000 (16:40 +0000)]
Merge "Remove declaration of subclass exception"
Seshu Kumar M [Tue, 7 Aug 2018 16:13:16 +0000 (16:13 +0000)]
Merge "Change & to &&"
Seshu Kumar M [Tue, 7 Aug 2018 16:12:49 +0000 (16:12 +0000)]
Merge "Upgrade CXF"
Seshu Kumar M [Tue, 7 Aug 2018 16:11:49 +0000 (16:11 +0000)]
Merge "Add xml body for activate on different resource"
Seshu Kumar M [Tue, 7 Aug 2018 16:11:39 +0000 (16:11 +0000)]
Merge "Add request body for differnet resource"
Benjamin, Max (mb388a) [Tue, 7 Aug 2018 15:50:06 +0000 (11:50 -0400)]
E2EServiceInstances to be free of catalogdb
Fixing Junits
Making MSO requests free from direct repository calls
Add @Param annotation so as to fix JPA methods with query parameters
Fix createE2EServiceInstance Test
Add Unit Tests for Sunny day scenarios
revert import auto-alignment
Issue-ID: SO-811
Change-Id: I9f69d817622b0807642a783311d6959817a77970
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Seshu Kumar M [Tue, 7 Aug 2018 14:38:34 +0000 (14:38 +0000)]
Merge "Clean up pom"
subhash kumar singh [Tue, 7 Aug 2018 13:14:39 +0000 (18:44 +0530)]
Add xml body for activate on different resource
Add xml body for activate on different resource.
Change-Id: I9e9ba306dc961fd575a336fcc1fb7a73b49ac6c9
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Tue, 7 Aug 2018 12:46:51 +0000 (18:16 +0530)]
Add request body for differnet resource
Add request body for differnet resource.
Change-Id: I2c2b0634d5adb84214b5e3177c9bcdcff3b6f334
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Smokowski, Steve (ss835w) [Tue, 7 Aug 2018 12:53:03 +0000 (08:53 -0400)]
Clean up pom
Remove logging jars that are not used
Issue-ID: SO-809
Change-Id: I5af45b00811fde53243273d90dbf88c8215de7ed
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Byung-Woo Jun [Tue, 7 Aug 2018 12:48:09 +0000 (12:48 +0000)]
Merge "remove the arquilian from parent pom.xml"
Seshu Kumar M [Tue, 7 Aug 2018 12:44:33 +0000 (12:44 +0000)]
Merge "Update input variable for deactivate"