so.git
5 years agoopenstack_adapter container fails to start 89/61689/1
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>
5 years agoMerge "Update the structure of the documentation"
Byung-Woo Jun [Tue, 21 Aug 2018 12:17:18 +0000 (12:17 +0000)]
Merge "Update the structure of the documentation"

5 years agoUpdate the structure of the documentation 37/61537/1
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>
5 years agoAdd device resource bpmn process for ccvpn uc 03/61203/5
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>
5 years agoDocker naming convention 41/61341/1
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>
5 years agoMerge "Site service process with location"
Seshu Kumar M [Mon, 20 Aug 2018 14:09:57 +0000 (14:09 +0000)]
Merge "Site service process with location"

5 years agoFix VfModuleCustomizationToVduMapperTest 93/61093/2
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>
5 years agoSite service process with location 73/59973/5
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>
5 years agoMerge "Cloud Config Updates"
Rob Daugherty [Wed, 15 Aug 2018 18:15:24 +0000 (18:15 +0000)]
Merge "Cloud Config Updates"

5 years agoCloud Config Updates 53/60753/2
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>
5 years agoMerge "Added vfModule scale out endpoint and validation"
Rob Daugherty [Wed, 15 Aug 2018 14:03:21 +0000 (14:03 +0000)]
Merge "Added vfModule scale out endpoint and validation"

5 years agoMerge "Fix Dependency"
Marcus Williams [Tue, 14 Aug 2018 21:42:46 +0000 (21:42 +0000)]
Merge "Fix Dependency"

5 years agoAdded vfModule scale out endpoint and validation 17/60617/1
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>
5 years agoFix Dependency 15/60615/1
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>
5 years agoMerge "Fix for NullPointerException in Pnf"
Marcus Williams [Mon, 13 Aug 2018 22:32:14 +0000 (22:32 +0000)]
Merge "Fix for NullPointerException in Pnf"

5 years agoMerge "ParameterizedTypeReference now passed in"
Marcus Williams [Mon, 13 Aug 2018 22:28:44 +0000 (22:28 +0000)]
Merge "ParameterizedTypeReference now passed in"

5 years agoMerge "Update CatalogDB Logging"
Marcus Williams [Mon, 13 Aug 2018 22:15:53 +0000 (22:15 +0000)]
Merge "Update CatalogDB Logging"

5 years agoMerge "Sonar issue Major"
Marcus Williams [Mon, 13 Aug 2018 19:43:10 +0000 (19:43 +0000)]
Merge "Sonar issue Major"

5 years agoUpdate CatalogDB Logging 55/60355/2
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>
5 years agoCloud config database table support 17/60317/1
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>
5 years agoMerge "made required pom changes for cxf"
Rob Daugherty [Mon, 13 Aug 2018 12:00:49 +0000 (12:00 +0000)]
Merge "made required pom changes for cxf"

5 years agoMerge "Casablana bugfixes"
Rob Daugherty [Mon, 13 Aug 2018 11:58:37 +0000 (11:58 +0000)]
Merge "Casablana bugfixes"

5 years agoFix for NullPointerException in Pnf 83/60283/1
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>
5 years agoSonar issue Major 89/60189/1
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>
5 years agoMerge "added edge label support to A&AI client"
Seshu Kumar M [Sat, 11 Aug 2018 11:20:02 +0000 (11:20 +0000)]
Merge "added edge label support to A&AI client"

5 years agomade required pom changes for cxf 97/60097/1
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>
5 years agoHandle special aai case better 85/60085/1
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>
5 years agoadded edge label support to A&AI client 81/60081/1
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>
5 years agoCasablana bugfixes 79/60079/1
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>
5 years agoMerge "Fix Error Scenario"
Rob Daugherty [Fri, 10 Aug 2018 17:42:27 +0000 (17:42 +0000)]
Merge "Fix Error Scenario"

5 years agoParameterizedTypeReference now passed in 51/59851/2
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>
5 years agoMerge "Improve Logging"
Rob Daugherty [Fri, 10 Aug 2018 17:37:43 +0000 (17:37 +0000)]
Merge "Improve Logging"

5 years agoMerge "Fix Session Time"
Rob Daugherty [Fri, 10 Aug 2018 17:37:10 +0000 (17:37 +0000)]
Merge "Fix Session Time"

5 years agoMerge "GR-API flow, VF Module, SDNC GR API Fixes"
Rob Daugherty [Fri, 10 Aug 2018 17:35:54 +0000 (17:35 +0000)]
Merge "GR-API flow, VF Module, SDNC GR API Fixes"

5 years agoFix Error Scenario 39/60039/1
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>
5 years agoImprove Logging 17/60017/1
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>
5 years agoFix Session Time 15/60015/1
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>
5 years agoDowngrade CXF 07/60007/1
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>
5 years agoGR-API flow, VF Module, SDNC GR API Fixes 65/59865/2
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>
5 years agoMerge "Groovy Compile"
Marcus Williams [Thu, 9 Aug 2018 19:36:12 +0000 (19:36 +0000)]
Merge "Groovy Compile"

5 years agoGroovy Compile 07/59907/2
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>
5 years agoFix Logging 89/59889/1
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>
5 years agoMerge "Fix Ref Data"
Seshu Kumar M [Thu, 9 Aug 2018 12:35:52 +0000 (12:35 +0000)]
Merge "Fix Ref Data"

5 years agoMerge "Refactored references to AaiUtils"
Seshu Kumar M [Thu, 9 Aug 2018 12:07:02 +0000 (12:07 +0000)]
Merge "Refactored references to AaiUtils"

5 years agoFix Ref Data 55/59755/2
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>
5 years agoRemove Property 39/59839/1
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>
5 years agoMerge "Fix Invalid BPMN"
Seshu Kumar M [Thu, 9 Aug 2018 09:39:45 +0000 (09:39 +0000)]
Merge "Fix Invalid BPMN"

5 years agoMerge "junits for HttpClientRedirectStrategy"
Seshu Kumar M [Thu, 9 Aug 2018 09:38:40 +0000 (09:38 +0000)]
Merge "junits for HttpClientRedirectStrategy"

5 years agojunits for HttpClientRedirectStrategy 49/59649/2
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>
5 years agoFix Invalid BPMN 25/59725/2
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>
5 years agoUpdate Default Recipe 13/59713/1
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>
5 years agoRemove Unused Files 75/59675/1
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>
5 years agoSave sppartner to AAI and call ExternalAPI bug fix 47/59647/1
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>
5 years agoMerge "SDNC request for Deactivate SOTN attach"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:28 +0000 (08:51 +0000)]
Merge "SDNC request for Deactivate SOTN attach"

5 years agoMerge "SDNC request for DeActivate Site"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:21 +0000 (08:51 +0000)]
Merge "SDNC request for DeActivate Site"

5 years agoMerge "Update the sdnc request update for deactivet SOTN"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:17 +0000 (08:51 +0000)]
Merge "Update the sdnc request update for deactivet SOTN"

5 years agoMerge "SDNC request for delete SOTNConnectivity"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:11 +0000 (08:51 +0000)]
Merge "SDNC request for delete SOTNConnectivity"

5 years agoMerge "SDNCRequest for delete SOTN attachment"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:07 +0000 (08:51 +0000)]
Merge "SDNCRequest for delete SOTN attachment"

5 years agoMerge "SDNC request template for delete Site"
Seshu Kumar M [Wed, 8 Aug 2018 08:51:03 +0000 (08:51 +0000)]
Merge "SDNC request template for delete Site"

5 years agoSDNC request for Deactivate SOTN attach 97/59597/2
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>
5 years agoSDNC request for DeActivate Site 95/59595/2
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>
5 years agoUpdate the sdnc request update for deactivet SOTN 93/59593/2
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>
5 years agoSDNC request for delete SOTNConnectivity 89/59589/2
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>
5 years agoSDNCRequest for delete SOTN attachment 83/59583/2
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>
5 years agoSDNC request template for delete Site 81/59581/2
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>
5 years agoMerge "E2EServiceInstances to be free of catalogdb"
Seshu Kumar M [Wed, 8 Aug 2018 05:52:05 +0000 (05:52 +0000)]
Merge "E2EServiceInstances to be free of catalogdb"

5 years agoRefactored references to AaiUtils 19/59519/1
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>
5 years agoMerge "Remove declaration of subclass exception"
Seshu Kumar M [Tue, 7 Aug 2018 16:40:23 +0000 (16:40 +0000)]
Merge "Remove declaration of subclass exception"

5 years agoMerge "Change & to &&"
Seshu Kumar M [Tue, 7 Aug 2018 16:13:16 +0000 (16:13 +0000)]
Merge "Change & to &&"

5 years agoMerge "Upgrade CXF"
Seshu Kumar M [Tue, 7 Aug 2018 16:12:49 +0000 (16:12 +0000)]
Merge "Upgrade CXF"

5 years agoMerge "Add xml body for activate on different resource"
Seshu Kumar M [Tue, 7 Aug 2018 16:11:49 +0000 (16:11 +0000)]
Merge "Add xml body for activate on different resource"

5 years agoMerge "Add request body for differnet resource"
Seshu Kumar M [Tue, 7 Aug 2018 16:11:39 +0000 (16:11 +0000)]
Merge "Add request body for differnet resource"

5 years agoE2EServiceInstances to be free of catalogdb 83/59483/1
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>
5 years agoMerge "Clean up pom"
Seshu Kumar M [Tue, 7 Aug 2018 14:38:34 +0000 (14:38 +0000)]
Merge "Clean up pom"

5 years agoAdd xml body for activate on different resource 63/59463/3
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>
5 years agoAdd request body for differnet resource 55/59455/2
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>
5 years agoClean up pom 57/59457/1
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>
5 years agoMerge "remove the arquilian from parent pom.xml"
Byung-Woo Jun [Tue, 7 Aug 2018 12:48:09 +0000 (12:48 +0000)]
Merge "remove the arquilian from parent pom.xml"

5 years agoMerge "Update input variable for deactivate"
Seshu Kumar M [Tue, 7 Aug 2018 12:44:33 +0000 (12:44 +0000)]
Merge "Update input variable for deactivate"

5 years agoMerge "Delete unused groovy"
Seshu Kumar M [Tue, 7 Aug 2018 12:43:25 +0000 (12:43 +0000)]
Merge "Delete unused groovy"

5 years agoMerge "Delete SPPaterner resource process"
Seshu Kumar M [Tue, 7 Aug 2018 12:42:33 +0000 (12:42 +0000)]
Merge "Delete SPPaterner resource process"

5 years agoMerge "Create3rdONAPE2EServiceInstance.bpmn bug fix"
Seshu Kumar M [Tue, 7 Aug 2018 12:42:21 +0000 (12:42 +0000)]
Merge "Create3rdONAPE2EServiceInstance.bpmn bug fix"

5 years agoUpgrade CXF 53/59453/1
Smokowski, Steve (ss835w) [Tue, 7 Aug 2018 12:37:49 +0000 (08:37 -0400)]
Upgrade CXF

Upgrade to latest version of CXF for Security Report

Issue-ID: SO-807
Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100

Change-Id: I7f61fa3fd5f8a41c0654dd03314f0b6f4835b100
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
5 years agoDelete unused groovy 21/59421/1
Elaine_Han [Tue, 7 Aug 2018 10:48:13 +0000 (18:48 +0800)]
Delete unused groovy

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000004
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
5 years agoDelete SPPaterner resource process 13/59413/1
Elaine_Han [Tue, 7 Aug 2018 10:14:14 +0000 (18:14 +0800)]
Delete SPPaterner resource process

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000003
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
5 years agoCreate3rdONAPE2EServiceInstance.bpmn bug fix 99/59299/2
Elaine_Han [Tue, 7 Aug 2018 01:26:34 +0000 (09:26 +0800)]
Create3rdONAPE2EServiceInstance.bpmn bug fix

Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000002
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
5 years agoFixed Ignored CreateAndActivatePnfResourceTest 09/59409/1
Lukasz Muszkieta [Tue, 7 Aug 2018 10:00:33 +0000 (12:00 +0200)]
Fixed Ignored CreateAndActivatePnfResourceTest

Change-Id: I16cfa0670836b45cb725c6b4be0863c758c0b392
Issue-ID: SO-800
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
5 years agoremove the arquilian from parent pom.xml 97/59397/1
seshukm [Tue, 7 Aug 2018 09:54:58 +0000 (17:54 +0800)]
remove the arquilian from parent pom.xml

Issue-ID: SO-729

Change-Id: I82a95a2de0dae2e5c6c868c2a72bdd52928dc9c0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
5 years agoUpdate input variable for deactivate 91/59391/1
subhash kumar singh [Tue, 7 Aug 2018 09:15:24 +0000 (14:45 +0530)]
Update input variable for deactivate

Update input variable for deactivate

Change-Id: Icc67a667bbf26198b78ad34248b61003e149ce26
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
5 years agoMerge "Implementation for DeactivateSDNCNetworkResource"
Seshu Kumar M [Tue, 7 Aug 2018 07:38:25 +0000 (07:38 +0000)]
Merge "Implementation for DeactivateSDNCNetworkResource"

5 years agoMerge "Fix logging in DeleteSDNCNetworkResource"
Seshu Kumar M [Tue, 7 Aug 2018 07:38:21 +0000 (07:38 +0000)]
Merge "Fix logging in DeleteSDNCNetworkResource"

5 years agoMerge "Added input variable for activate workflow"
Seshu Kumar M [Tue, 7 Aug 2018 07:38:16 +0000 (07:38 +0000)]
Merge "Added input variable for activate workflow"

5 years agoMerge "Correct logging for DeactivateSDNCNetwork"
Seshu Kumar M [Tue, 7 Aug 2018 07:38:10 +0000 (07:38 +0000)]
Merge "Correct logging for DeactivateSDNCNetwork"

5 years agoMerge "Fix logging in groovy file"
Seshu Kumar M [Tue, 7 Aug 2018 07:38:03 +0000 (07:38 +0000)]
Merge "Fix logging in groovy file"

5 years agoMerge "Rename files to add SDNC"
Seshu Kumar M [Tue, 7 Aug 2018 07:37:55 +0000 (07:37 +0000)]
Merge "Rename files to add SDNC"

5 years agoMerge "Provide implementation for activate methods"
Seshu Kumar M [Tue, 7 Aug 2018 07:37:49 +0000 (07:37 +0000)]
Merge "Provide implementation for activate methods"

5 years agoRemove declaration of subclass exception 91/59291/1
Anisha Kumar [Mon, 6 Aug 2018 22:29:36 +0000 (15:29 -0700)]
Remove declaration of subclass exception

Removed declaration of exception TenantAlreadyExists
since TenantAlreadyExists is a subclass of TenantException
which is declared earlier. Having TenantAlreadyExists is
superfluous since it is a subclass of another listed exception.

Issue-ID: SO-666
Change-Id: Ic828f4f18b865767bde7d34630f31683d7d49503
Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>
5 years agoChange & to && 89/59289/1
Anisha Kumar [Mon, 6 Aug 2018 22:16:28 +0000 (15:16 -0700)]
Change & to &&

The boolean expression on line 243 requires two "&"
instead of one.

Issue-ID: SO-666
Change-Id: I3965119a223063e9bcee8a5ca807791b41f63410
Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>
5 years agoMerge "issue while persisting data"
Marcus Williams [Mon, 6 Aug 2018 22:08:52 +0000 (22:08 +0000)]
Merge "issue while persisting data"

5 years agoissue while persisting data 65/59265/2
Benjamin, Max (mb388a) [Mon, 6 Aug 2018 18:55:00 +0000 (14:55 -0400)]
issue while persisting data

Fixing issue while persisting data into the infra active requests table
Changing a URL to make it more consistent
Removing MSORequest Dependency from all classes but E2EServiceInstance
rename the yaml configuration key to something which is already present
in d2d

Issue-ID: SO-790
Change-Id: I4535a13e2b86ee0eb8c4b0e34aa02f522c0c1a3a
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>