so.git
3 years agoAssignPnfBB - store model related PNF parameters in AAI 89/109589/1
Mateusz Gołuchowski [Fri, 26 Jun 2020 10:59:03 +0000 (12:59 +0200)]
AssignPnfBB - store model related PNF parameters in AAI

Issue-ID: SO-2640
Change-Id: I375db2004687f1f634adac31d4d1af3875f5981c
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
3 years agoMerge "Workflow refactoring - revert changes"
Lukasz Muszkieta [Fri, 26 Jun 2020 09:39:33 +0000 (09:39 +0000)]
Merge "Workflow refactoring - revert changes"

3 years agoWorkflow refactoring - revert changes 53/109553/4
Mateusz Gołuchowski [Thu, 25 Jun 2020 14:03:55 +0000 (16:03 +0200)]
Workflow refactoring - revert changes

Reverted changes concerning:
 - extracting base class for ConfigBuildingBlocksDataObject and ExecuteBuildingBlock
 - removing fluent setters
The reason for revert is that new hierarchy forced ConfigBuildingBlocksDataObject to implement serializable.

Issue-ID: SO-2634
Change-Id: I375db2004687f1f634adac31d4d1af3675f5981c
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
3 years agoMerge "Loop over max clients to fix topic not getting"
Steve Smokowski [Thu, 25 Jun 2020 19:14:07 +0000 (19:14 +0000)]
Merge "Loop over max clients to fix topic not getting"

3 years agoMerge "Set default cache"
Steve Smokowski [Thu, 25 Jun 2020 19:13:57 +0000 (19:13 +0000)]
Merge "Set default cache"

3 years agoMerge "Enabled the openstack logs"
Steve Smokowski [Thu, 25 Jun 2020 19:13:44 +0000 (19:13 +0000)]
Merge "Enabled the openstack logs"

3 years agoMerge "Update sim case for sdnc"
Steve Smokowski [Thu, 25 Jun 2020 19:13:11 +0000 (19:13 +0000)]
Merge "Update sim case for sdnc"

3 years agoEnabled the openstack logs 51/109551/1
Boslet, Cory [Thu, 25 Jun 2020 14:00:07 +0000 (10:00 -0400)]
Enabled the openstack logs

Enabled the openstack logs so that we can debug heat bridge issues.

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

3 years agoLoop over max clients to fix topic not getting 49/109549/1
Boslet, Cory [Thu, 25 Jun 2020 12:49:10 +0000 (08:49 -0400)]
Loop over max clients to fix topic not getting

Loop over max clients to fix topic not getting subscribed.

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

3 years agoMerge "WorkflowAction, traverseNetworkCollection refactoring stage 3"
Lukasz Muszkieta [Thu, 25 Jun 2020 10:17:33 +0000 (10:17 +0000)]
Merge "WorkflowAction, traverseNetworkCollection refactoring stage 3"

3 years agoWorkflowAction, traverseNetworkCollection refactoring stage 3 56/109356/2
Krzysztof Gajewski [Fri, 19 Jun 2020 15:07:02 +0000 (17:07 +0200)]
WorkflowAction, traverseNetworkCollection refactoring stage 3

- invert if's;
- extract one logical function;

Issue-ID: SO-2634
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I13ae784088fdbe1f4b6b16fc439d70597c1fe811

3 years agoSet default cache 19/109519/1
Plummer, Brittany [Wed, 24 Jun 2020 14:55:14 +0000 (10:55 -0400)]
Set default cache

Set as default cache in case there are multiple options

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

3 years agoUpdate sim case for sdnc 15/109515/1
Mnushkin, Dmitry [Wed, 24 Jun 2020 14:32:40 +0000 (10:32 -0400)]
Update sim case for sdnc

updated what we write to aai to match sdnc

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

3 years agoMerge "Ignore unknown properties in the camunda response"
Lukasz Muszkieta [Wed, 24 Jun 2020 08:48:11 +0000 (08:48 +0000)]
Merge "Ignore unknown properties in the camunda response"

3 years agoMerge "style of test now matches"
Max Benjamin [Tue, 23 Jun 2020 17:57:26 +0000 (17:57 +0000)]
Merge "style of test now matches"

3 years agostyle of test now matches 81/109381/2
Benjamin, Max [Fri, 19 Jun 2020 21:07:01 +0000 (17:07 -0400)]
style of test now matches

updated unit test to match other tests in the codebase

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

3 years agoMerge "[WIP] WorkflowAction refactoring"
Lukasz Muszkieta [Mon, 22 Jun 2020 13:20:53 +0000 (13:20 +0000)]
Merge "[WIP] WorkflowAction refactoring"

3 years ago[WIP] WorkflowAction refactoring 98/109298/3
Mateusz Gołuchowski [Tue, 16 Jun 2020 12:02:28 +0000 (14:02 +0200)]
[WIP] WorkflowAction refactoring

Extracted superclass for ExecuteBuildingBlock and ConfigBuildingBlocksDataObject
Changed setters to return void instead of 'this'.
Adjusted all code which was using setters chaining

Issue-ID: SO-2634
Change-Id: I375db2004687f1f634adac31d4d1af3635f5981c
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
3 years agoIgnore unknown properties in the camunda response 68/109368/1
Boslet, Cory [Fri, 19 Jun 2020 17:57:48 +0000 (13:57 -0400)]
Ignore unknown properties in the camunda response

Ignore unknown properties in the camunda response so doesnt fail on
timestamp.
Updated unit test to account for changes to object mapper.

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

3 years agoMerge "Prepare for java 11"
Steve Smokowski [Fri, 19 Jun 2020 14:11:45 +0000 (14:11 +0000)]
Merge "Prepare for java 11"

3 years agoMerge "WorkflowAction, traverseNetworkCollection refactoring stage 2"
Lukasz Muszkieta [Fri, 19 Jun 2020 13:52:48 +0000 (13:52 +0000)]
Merge "WorkflowAction, traverseNetworkCollection refactoring stage 2"

3 years agoadd junit coverage 16/109316/1
Lukasz Muszkieta [Thu, 18 Jun 2020 16:47:46 +0000 (18:47 +0200)]
add junit coverage

Issue-ID: SO-1576
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: Iaaca7dc684ffd583a03ce2bb72355c74a671e2c3

3 years agoPrepare for java 11 20/107820/9
Benjamin, Max [Mon, 18 May 2020 20:37:51 +0000 (16:37 -0400)]
Prepare for java 11

final changes for java11 groovy compatibility
removed unnecessary dependencies and cleaned up poms
added missing jaxws-api dependency to pom.xml
java8 profile is now active by default in parent pom
update beans to have RemoteResource annotation
always use the compiler plugin from parent pom
Update external task timeout to longer value to hold lock
update remote resource annotation to match catalog db client
add remote resource annotation to bean for bowman
completely remove bowman from requests db client

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

3 years agoWorkflowAction, traverseNetworkCollection refactoring stage 2 03/109303/1
Krzysztof Gajewski [Thu, 18 Jun 2020 12:12:27 +0000 (14:12 +0200)]
WorkflowAction, traverseNetworkCollection refactoring stage 2

- extract one function to traverseNetworkCollectionResourceCustomization

Issue-ID: SO-2634
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I869174d8e022603374fa86ba4405ea2611b4dfd1

3 years agoMerge "WorkflowAction refactoring"
Lukasz Muszkieta [Thu, 18 Jun 2020 10:25:42 +0000 (10:25 +0000)]
Merge "WorkflowAction refactoring"

3 years agoMerge "WorkflowAction, traverseNetworkCollection refactoring stage 1"
Lukasz Muszkieta [Thu, 18 Jun 2020 09:54:58 +0000 (09:54 +0000)]
Merge "WorkflowAction, traverseNetworkCollection refactoring stage 1"

3 years agoWorkflowAction, traverseNetworkCollection refactoring stage 1 92/109192/2
Krzysztof Gajewski [Mon, 15 Jun 2020 16:11:28 +0000 (18:11 +0200)]
WorkflowAction, traverseNetworkCollection refactoring stage 1

- extract one function; if logic refactor
- two boolean "ifs" function created

Issue-ID: SO-2634

Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: Ia139d0a6f1b470c8e7fab77afc76937dac9f5364
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
3 years agoWorkflowAction refactoring 55/109255/1
Mateusz Gołuchowski [Sun, 14 Jun 2020 09:27:27 +0000 (11:27 +0200)]
WorkflowAction refactoring

Refactoring of selectExecutionList method.

Issue-ID: SO-1841
Change-Id: I375db2004867f1f634adac31d4d1af3635f5981c
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
3 years agoMerge "Fix Heatbridge auth for Keystone-v3"
Lukasz Muszkieta [Tue, 16 Jun 2020 15:31:38 +0000 (15:31 +0000)]
Merge "Fix Heatbridge auth for Keystone-v3"

3 years agoMerge "Change openstack to use the jersey connector"
Lukasz Muszkieta [Tue, 16 Jun 2020 15:26:05 +0000 (15:26 +0000)]
Merge "Change openstack to use the jersey connector"

3 years agoMerge "Fix for MDONS usecase SO-2967"
Lukasz Muszkieta [Tue, 16 Jun 2020 15:23:39 +0000 (15:23 +0000)]
Merge "Fix for MDONS usecase SO-2967"

3 years agoChange openstack to use the jersey connector 96/109196/1
Boslet, Cory [Tue, 16 Jun 2020 13:47:29 +0000 (09:47 -0400)]
Change openstack to use the jersey connector

Change openstack to use the jersey connector instead so the
request/responses are logged
Need the jersey dependancies and must use these versions

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

3 years agoFix for MDONS usecase SO-2967 97/108597/4
Srinivasan Ramanathan [Sat, 30 May 2020 14:01:10 +0000 (14:01 +0000)]
Fix for MDONS usecase SO-2967

Change-Id: Ic1bf13f6a2cb3974e090f4a13f5750242027e1c7
Issue-ID: SO-2967
Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
3 years agoFix Heatbridge auth for Keystone-v3 86/108986/1
Boslet, Cory [Tue, 9 Jun 2020 17:48:52 +0000 (13:48 -0400)]
Fix Heatbridge auth for Keystone-v3

Fix Heatbridge auth for Keystone-v3

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

3 years agoMerge "Add retry dependency"
Steve Smokowski [Sun, 7 Jun 2020 09:26:01 +0000 (09:26 +0000)]
Merge "Add retry dependency"

3 years agoMerge "Add ChangeModelVnfBB and"
Steve Smokowski [Sun, 7 Jun 2020 09:25:54 +0000 (09:25 +0000)]
Merge "Add ChangeModelVnfBB and"

3 years agoAdd retry dependency 88/108788/1
Benjamin, Max [Thu, 4 Jun 2020 21:46:54 +0000 (17:46 -0400)]
Add retry dependency

Add retry dependency to pom.xml

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

3 years agoAdd ChangeModelVnfBB and 87/108787/1
Bonkur, Venkat [Thu, 4 Jun 2020 21:20:37 +0000 (17:20 -0400)]
Add ChangeModelVnfBB and

Add ChangeModelVnfBB and ChangeModelServiceInstanceBB as part of
fallout for vfmodule replace flow
Update to execute the ChangeModelVnfBB and ChangeModelServiceInstanceBB
flows for fallout in vfmodule replace flow
Update the logic to the ChangeBB  list

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

3 years agomso to add validation for vf module instantiation 82/108782/1
Plummer, Brittany [Thu, 4 Jun 2020 16:52:07 +0000 (12:52 -0400)]
mso to add validation for vf module instantiation

Updated validator to accept action on validate
Added VnfInServiceValidator and unit tests

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

4 years agoFixed logging and have flow error on audit 47/108747/1
Boslet, Cory [Wed, 3 Jun 2020 19:04:16 +0000 (15:04 -0400)]
Fixed logging and have flow error on audit

Fixed logging and have flow error on audit failure.

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

4 years agoMerge "update the release docs"
Byung-Woo Jun [Wed, 3 Jun 2020 11:47:10 +0000 (11:47 +0000)]
Merge "update the release docs"

4 years agoMerge "added assert statements in JUnits in 4 files"
Steve Smokowski [Wed, 3 Jun 2020 10:15:41 +0000 (10:15 +0000)]
Merge "added assert statements in JUnits in 4 files"

4 years agoMerge "make sure maven plugins only run when we want"
Steve Smokowski [Wed, 3 Jun 2020 10:08:12 +0000 (10:08 +0000)]
Merge "make sure maven plugins only run when we want"

4 years agoMerge "Add null check for network name"
Steve Smokowski [Wed, 3 Jun 2020 10:08:04 +0000 (10:08 +0000)]
Merge "Add null check for network name"

4 years agoMerge "implement automatic migration for process"
Steve Smokowski [Wed, 3 Jun 2020 10:07:56 +0000 (10:07 +0000)]
Merge "implement automatic migration for process"

4 years agomake sure maven plugins only run when we want 14/108714/1
Benjamin, Max [Wed, 3 Jun 2020 03:18:13 +0000 (23:18 -0400)]
make sure maven plugins only run when we want

make sure maven plugins only run when we want

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

4 years agoMerge "Update css file name in conf.py"
Jessica Wagantall [Wed, 3 Jun 2020 02:11:16 +0000 (02:11 +0000)]
Merge "Update css file name in conf.py"

4 years agoAdd null check for network name 04/108704/1
Smokowski, Steven [Tue, 2 Jun 2020 18:34:36 +0000 (14:34 -0400)]
Add null check for network name

Add null check for network name

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

4 years agoMerge "Sonar fixes"
Lukasz Muszkieta [Tue, 2 Jun 2020 15:12:11 +0000 (15:12 +0000)]
Merge "Sonar fixes"

4 years agoMerge "Sonar fixes"
Lukasz Muszkieta [Tue, 2 Jun 2020 15:11:57 +0000 (15:11 +0000)]
Merge "Sonar fixes"

4 years agoMerge "Add JUnit code coverage for InstanceResourceList:"
Lukasz Muszkieta [Tue, 2 Jun 2020 12:32:40 +0000 (12:32 +0000)]
Merge "Add JUnit code coverage for InstanceResourceList:"

4 years agoupdate the release docs 29/108629/1
seshukm [Mon, 1 Jun 2020 14:02:46 +0000 (19:32 +0530)]
update the release docs

Issue-ID: SO-2821

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ib2f85baf37c58f00f2dccc87e65ca119c64c0928

4 years agoSonar fixes 25/108625/1
Mateusz Gołuchowski [Mon, 1 Jun 2020 11:59:14 +0000 (13:59 +0200)]
Sonar fixes

Changed input parameter for didCreateAuditFail. Now clients must pass object without Optional wrapper.

Issue-ID: SO-1841
Change-Id: I96f7793e7e4d7871908f8dbbc1e4cd3a028498d5
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
4 years agoMerge "Override global maven configuration"
Steve Smokowski [Fri, 29 May 2020 19:35:12 +0000 (19:35 +0000)]
Merge "Override global maven configuration"

4 years agoOverride global maven configuration 83/108583/1
Benjamin, Max (mb388a) [Fri, 29 May 2020 18:13:54 +0000 (14:13 -0400)]
Override global maven configuration

Issue-ID: SO-2941

Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I4402426f764ab2599fea0b7f35ce314b920a25ed

4 years agoSOL003 Adapter removing duplicate code 78/108578/2
waqas.ikram [Fri, 29 May 2020 16:08:54 +0000 (17:08 +0100)]
SOL003 Adapter removing duplicate code

Change-Id: Ibf6f2163516b852318b94510a793e25306a638b9
Issue-ID: SO-2771
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
4 years agoAdd JUnit code coverage for InstanceResourceList: 73/108573/1
Krzysztof Gajewski [Fri, 29 May 2020 14:05:13 +0000 (16:05 +0200)]
Add JUnit code coverage for InstanceResourceList:

Issue-ID: SO-1576
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: I51496fce24acdb8a9fc1b9fedde20b9cbbb8af68

4 years agoUpdate css file name in conf.py 46/108446/1
lf-jobbuilder [Thu, 28 May 2020 20:43:42 +0000 (13:43 -0700)]
Update css file name in conf.py

ribbon.css is the correct name of the css file.

Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I229867d911d28d94f51869c681e98a20f3379465

4 years agoimplement automatic migration for process 21/108421/1
Plummer, Brittany [Thu, 28 May 2020 16:57:06 +0000 (12:57 -0400)]
implement automatic migration for process

Initial setup of AutoProcessInstanceMigrationService
Setup migration plan for auto migration
Started adding unit tests for auto migration
Setup processDefinitions as configurable list
Moved autoMigrationEnabled and added default for keys

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

4 years agoSonar fixes 18/108318/2
Mateusz Goluchowski [Wed, 27 May 2020 12:30:34 +0000 (14:30 +0200)]
Sonar fixes

Issue-ID: SO-1841

Change-Id: I96f7793e7e4d7871908f8dbbc1e4cd3a028495d5
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
4 years agoFix BBS integration issue 49/108249/1
ramu.n [Wed, 27 May 2020 13:30:37 +0000 (19:00 +0530)]
Fix BBS integration issue

Issue-ID: SO-2955
Change-Id: I44419a403756c87dcd8dd0f98ee63721bb193906
Signed-off-by: ramu.n <ramu.n@huawei.com>
(cherry picked from commit fa20cbaba61bbb6dc073ddfadea264bb7b0c823d)

4 years agoFix for NPE in Heatbridge 47/108247/2
Lukasz Rajewski [Tue, 26 May 2020 08:02:57 +0000 (10:02 +0200)]
Fix for NPE in Heatbridge

Null is checked for network type which can
be unknown.

Issue-ID: SO-2953
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Iccf724eed5ec7d69b70eabbcf25bfafe1e8fe12b
(cherry picked from commit 7c35f6dd4fd4b227f063036280a7f24728a198d8)

4 years agoMerge "fixed some JUnits"
Steve Smokowski [Wed, 27 May 2020 10:59:30 +0000 (10:59 +0000)]
Merge "fixed some JUnits"

4 years agoMerge "removed net.minidev.json from codebase"
Steve Smokowski [Wed, 27 May 2020 10:59:04 +0000 (10:59 +0000)]
Merge "removed net.minidev.json from codebase"

4 years agoMerge "Added scriptName for deallocation of NSSI."
Seshu Kumar M [Wed, 27 May 2020 10:23:57 +0000 (10:23 +0000)]
Merge "Added scriptName for deallocation of NSSI."

4 years agoremoved net.minidev.json from codebase 70/108270/1
Benjamin, Max [Tue, 26 May 2020 15:46:44 +0000 (11:46 -0400)]
removed net.minidev.json from codebase

removed net.minidev.json from codebase

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

4 years agoadded assert statements in JUnits in 4 files 29/108229/2
Rupinder [Tue, 26 May 2020 08:55:57 +0000 (14:25 +0530)]
added assert statements in JUnits in 4 files

Issue-ID: SO-2804
Change-Id: I63c5ff0fd23d0d30beaf32658115b7403f0dcfbf
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agofixed some JUnits 35/108135/2
Rupinder [Fri, 22 May 2020 12:14:30 +0000 (17:44 +0530)]
fixed some JUnits

Issue-ID: SO-2804
Change-Id: I6589ea250ee95160febd40c55cbfbf1a81782b60
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoMerge "Capture ids of vfModule and volumegroups"
Steve Smokowski [Tue, 26 May 2020 10:31:38 +0000 (10:31 +0000)]
Merge "Capture ids of vfModule and volumegroups"

4 years agoMerge "added assert statements in JUnits"
Steve Smokowski [Tue, 26 May 2020 10:31:29 +0000 (10:31 +0000)]
Merge "added assert statements in JUnits"

4 years agoMerge "use existing pnf - logging improvement"
Steve Smokowski [Tue, 26 May 2020 10:30:48 +0000 (10:30 +0000)]
Merge "use existing pnf - logging improvement"

4 years agoCapture ids of vfModule and volumegroups 71/108171/1
Bonkur, Venkat [Sat, 23 May 2020 21:33:33 +0000 (17:33 -0400)]
Capture ids of vfModule and volumegroups

Capture ids of vfModule and volumegroups

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

4 years agoUpdate DeleteSliceService auth 66/108166/1
zm330 [Sat, 23 May 2020 04:11:08 +0000 (12:11 +0800)]
Update DeleteSliceService auth

Issue-ID: SO-2942

Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I93015340d57e9feeba0d212bef7978a3a33d1026

4 years agouse existing pnf - logging improvement 38/108138/1
Lukasz Muszkieta [Fri, 22 May 2020 12:50:26 +0000 (14:50 +0200)]
use existing pnf - logging improvement

Issue-ID: SO-2937
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: Ic4832d7f6608b684d0b1c902a8a7b48f6639e6e1

4 years agoadded assert statements in JUnits 34/108134/2
Rupinder [Fri, 22 May 2020 12:01:05 +0000 (17:31 +0530)]
added assert statements in JUnits

Issue-ID: SO-2804
Change-Id: Iddb9630af826b719a6e55a974005e9a520401d8e
Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
4 years agoUpdate NSI slection process 18/108118/1
zm330 [Fri, 22 May 2020 02:05:26 +0000 (10:05 +0800)]
Update NSI slection process

Issue-ID: SO-2949

Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: Ibb13fb6d146d5ef9dbe702c23294653276204f7a

4 years agoMerge "Began adding pluging to lifecycle mapping"
Steve Smokowski [Thu, 21 May 2020 13:22:03 +0000 (13:22 +0000)]
Merge "Began adding pluging to lifecycle mapping"

4 years agoMerge "etsi-sol002-adapter's support for vserver"
Steve Smokowski [Thu, 21 May 2020 13:21:57 +0000 (13:21 +0000)]
Merge "etsi-sol002-adapter's support for vserver"

4 years agoMerge "Setup cache for getNovaClient"
Steve Smokowski [Thu, 21 May 2020 13:21:34 +0000 (13:21 +0000)]
Merge "Setup cache for getNovaClient"

4 years agoMerge "Add Spring Component markup to rest validator"
Steve Smokowski [Thu, 21 May 2020 13:21:14 +0000 (13:21 +0000)]
Merge "Add Spring Component markup to rest validator"

4 years agoMerge "update uemobilityLevel to uEMobilityLevel adapter NBI"
Lukasz Muszkieta [Thu, 21 May 2020 12:15:31 +0000 (12:15 +0000)]
Merge "update uemobilityLevel to uEMobilityLevel adapter NBI"

4 years agoCheck if existing Pnf is related to service instance 54/107954/4
mharazin [Wed, 20 May 2020 10:55:36 +0000 (12:55 +0200)]
Check if existing Pnf is related to service instance

Issue-ID: SO-2937
Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com>
Change-Id: I3e1e8b7534c1ffa36b0383b52ca9ea547f5bac7e

4 years agoupdate uemobilityLevel to uEMobilityLevel adapter NBI 23/108023/1
hetengjiao [Thu, 21 May 2020 04:45:22 +0000 (12:45 +0800)]
update uemobilityLevel to uEMobilityLevel adapter NBI

Issue-ID: SO-2919

Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: If6d4e9e38ddd6a33324b3a5a840d0449545bdd40

4 years agoMerge "update CSMF bpmn to adpter EXT-API"
Chuanyu Chen [Thu, 21 May 2020 02:03:18 +0000 (02:03 +0000)]
Merge "update CSMF bpmn to adpter EXT-API"

4 years agoBegan adding pluging to lifecycle mapping 89/107989/1
Boslet, Cory [Wed, 20 May 2020 15:39:21 +0000 (11:39 -0400)]
Began adding pluging to lifecycle mapping

Began adding pluging to lifecycle mapping metadata to get rid of
eclipse workspace pom errors/markers

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

4 years agoSetup cache for getNovaClient 88/107988/1
Plummer, Brittany [Wed, 20 May 2020 15:24:38 +0000 (11:24 -0400)]
Setup cache for getNovaClient

Setup cache for getNovaClient

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

4 years agoAdd Spring Component markup to rest validator 87/107987/1
Kuleshov, Elena [Wed, 20 May 2020 15:23:22 +0000 (11:23 -0400)]
Add Spring Component markup to rest validator

Add Spring Component markup to rest validator classes.
Do not invoke serviceInstanceDeleteValidator for macro deletes.

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

4 years agoMerge "Allowing user-params to be empty"
Seshu Kumar M [Wed, 20 May 2020 14:15:35 +0000 (14:15 +0000)]
Merge "Allowing user-params to be empty"

4 years agoMerge "update the release notes"
Byung-Woo Jun [Wed, 20 May 2020 13:35:32 +0000 (13:35 +0000)]
Merge "update the release notes"

4 years agoAllowing user-params to be empty 52/107752/3
jananib [Fri, 15 May 2020 16:36:53 +0000 (22:06 +0530)]
Allowing user-params to be empty

Ignore empty user-params

Change-Id: Ia57c94424db69bbd2d207e5df2549ab452724ded
Issue-ID: SO-2896
Signed-off-by: jananib <janani.b@huawei.com>
4 years agoupdate CSMF bpmn to adpter EXT-API 59/107959/2
hetengjiao [Wed, 20 May 2020 11:33:38 +0000 (19:33 +0800)]
update CSMF bpmn to adpter EXT-API

Issue-ID: SO-2919

Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: Ie506e13c55c9745653471908cb69d59d85c10cbb

4 years agoetsi-sol002-adapter's support for vserver 11/107211/7
Piotr Borelowski [Wed, 6 May 2020 10:45:37 +0000 (12:45 +0200)]
etsi-sol002-adapter's support for vserver

Include vserver.vserver-name in the DMaaP event

Issue-ID: SO-2901
Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com>
Change-Id: I2fa32624b9626802a8645cac0f00259bd170a9aa

4 years agoMerge "possibility to use inventoried PNF instance in new service instance"
Steve Smokowski [Wed, 20 May 2020 10:12:05 +0000 (10:12 +0000)]
Merge "possibility to use inventoried PNF instance in new service instance"

4 years agoupdate the release notes 48/107848/1
seshukm [Thu, 30 Apr 2020 12:38:25 +0000 (18:08 +0530)]
update the release notes

Issue-ID: SO-2519

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I2079cb72c8851b8b5b8a3616161d4b20fb3a2792
(cherry picked from commit 3c5dbddf5fe76e7c0eee208ebe0cb36cfb774e15)

4 years agoAdd sST value to communication service 35/107935/1
zm330 [Wed, 20 May 2020 02:34:57 +0000 (10:34 +0800)]
Add sST value to communication service

Issue-ID: SO-2942

Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I062512977f2e2991a817327572576f7137c5ad2e

4 years agoFix CloudSite creation for OOF Homing 10/107910/1
Eric Multanen [Tue, 19 May 2020 19:03:37 +0000 (12:03 -0700)]
Fix CloudSite creation for OOF Homing

Restore old version of postCloudSite for the OOF homing
code.

Change-Id: Ic20895730952975476544ede6e677948e88998a9
Issue-ID: SO-2940
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
4 years agoMerge "put appropriate annotations"
Lukasz Muszkieta [Tue, 19 May 2020 14:48:03 +0000 (14:48 +0000)]
Merge "put appropriate annotations"

4 years agoMerge "removed unused imports lowered code smells"
Lukasz Muszkieta [Tue, 19 May 2020 14:42:32 +0000 (14:42 +0000)]
Merge "removed unused imports lowered code smells"

4 years agoMerge "removed unused imports"
Lukasz Muszkieta [Tue, 19 May 2020 14:41:28 +0000 (14:41 +0000)]
Merge "removed unused imports"

4 years agoMerge "add null check for server HostName/Name/Flavor"
Lukasz Muszkieta [Tue, 19 May 2020 14:10:56 +0000 (14:10 +0000)]
Merge "add null check for server HostName/Name/Flavor"