so.git
18 months agoBump the version for the SO core to London 49/131949/1
Lukasz Rajewski [Wed, 2 Nov 2022 09:11:44 +0000 (10:11 +0100)]
Bump the version for the SO core to London

Issue-ID: SO-4015
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I2decc74cc36e2c2d7aa01dfd0797ac3e23e6cbf5

18 months agoAdd missing readthedocs config file 30/131930/1
shashikanth.vh@huawei.com [Tue, 1 Nov 2022 02:15:57 +0000 (07:45 +0530)]
Add missing readthedocs config file

Add missing readthedocs config file

Issue-ID: SO-4016
Signed-off-by: Dan Timoney <shashikanth.vh@huawei.com>
Change-Id: Id2e5940f4acc1bbe2e9a36592e6fd9e895437687

18 months agoAdding CNF Upgrade Code Enhancements 51/131451/2
sanket12345 [Tue, 18 Oct 2022 11:43:00 +0000 (17:13 +0530)]
Adding CNF Upgrade Code Enhancements

-Code Enhanced for CNF- Upgrade.
-Code changes Deactivate older version of VfModule & VNFs while upgradation by giving older version inputs to SDNC.
-Enabled onap-model-info true for Deactivate, which can be now seen in logs while Deactivation of VfModule/VNF.
-New changes enable to fetch data from UserParams instead of RelatedInstanceList, which will further simplify the payload.

Issue-ID: SO-3857
Change-Id: I99f71f025d813b413f82f1a802bab8867d0a9cbb
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
19 months agoMerge "Code & Workflow Enhancements for CNF - Upgrade"
Lukasz Rajewski [Mon, 3 Oct 2022 21:43:33 +0000 (21:43 +0000)]
Merge "Code & Workflow  Enhancements for CNF - Upgrade"

19 months agoMerge "Rollback Scenario for recursive orchestration"
Lukasz Rajewski [Mon, 3 Oct 2022 21:41:38 +0000 (21:41 +0000)]
Merge "Rollback Scenario for recursive  orchestration"

19 months agoMerge "Update SDNC CLL action names to align with latest CCVPN SDNC changes"
Lukasz Rajewski [Mon, 3 Oct 2022 19:54:24 +0000 (19:54 +0000)]
Merge "Update SDNC CLL action names to align with latest CCVPN SDNC changes"

19 months agoRollback Scenario for recursive orchestration 99/130299/13
sreeja gattagouni [Fri, 9 Sep 2022 10:46:30 +0000 (16:16 +0530)]
Rollback Scenario for recursive  orchestration

-Child Services may fail in any of the BB's while creation of composite services, to handle in efficient manner, it is complied with existing rollback logic.
-In case of  Child Services >1 , when Workflow fails, the instantiated child remains in COMPLETED status, thus rollback changes ensure that such services are Deleted by triggering DeleteChildSvcBB.
-Parent Service is ROLLED-BACK in case of any child service failing in the workflow. Instantiated child services are Deleted from AAI as well.

Issue-ID: SO-3982
Change-ID:I73f97f986a817d423f92f8d922dcd9647b8a2503
Signed-off-by: sreeja gattagouni <sg00744975@techmahindra.com>
19 months agoCode & Workflow Enhancements for CNF - Upgrade 19/130519/3
sanket12345 [Tue, 30 Aug 2022 16:03:06 +0000 (21:33 +0530)]
Code & Workflow  Enhancements for CNF - Upgrade

- Adding New Building Block : VfModuleUpgradeBB, which delgates Workflow to next BB by just changing AAI Orch_status, else WF fails during Orchestration flow validation DB lookup.
- Adding changes to BB Inputs to take new version VNF & VFM model details and pass to BBs, as done for Service-Macro-Upgrade.
- Adding new operations in CDS to skip execution,when SDC Model has skipCDS=True.
- Calling CNF Adapter with existing heatStackID & passing it for CNF-Upgrade with new customization details.

Issue-ID: SO-3857
Change-Id: I69f71f825b812d423f82f1a902dcb8567d8a6adb
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
19 months agorelease the SO components first J version 12/131312/1
seshukm [Wed, 28 Sep 2022 18:39:46 +0000 (00:09 +0530)]
release the SO components first J version

Issue-ID: SO-3995

Signed-off-by: seshukm <seshukumar.mudiganti@windriver.com>
Change-Id: Ideafbb86fba30a40d1e8c11e7114bfe7f2f0c380

20 months agoUpdate SDNC CLL action names to align with latest CCVPN SDNC changes 88/130688/4
hyu2010 [Fri, 2 Sep 2022 15:27:07 +0000 (11:27 -0400)]
Update SDNC CLL action names to align with latest CCVPN SDNC changes

This update contains for the fixes for the following JIRAs:

SO-3991: Update SDNC CLL action names to align with latest
         CCVPN SDNC changes

Issue-ID: SO-3991
Signed-off-by: hyu2010 <hyu2010b@gmail.com>
Change-Id: I9faf8adf5e3e0c88e49568e3ba800ac415e19282

20 months agoMerge "Force py3.8 in tox.ini"
Seshu Kumar Mudiganti [Wed, 14 Sep 2022 12:54:39 +0000 (12:54 +0000)]
Merge "Force py3.8 in tox.ini"

20 months agoUpdate nf_type for PNF in AAI 76/130776/1
aleem.raja@t-systems.com [Wed, 7 Sep 2022 10:24:04 +0000 (15:54 +0530)]
Update nf_type for PNF in AAI

Update nf_type for PNF in AAI to distinguish different PNFs
nf_type value will come from SDC properties

Issue-ID: SO-3967
Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com>
Change-Id: I9dd039ac098a60f7cf4d4a9c456c7681f64d9987

20 months agoForce py3.8 in tox.ini 82/130582/1
Cédric Ollivier [Wed, 31 Aug 2022 20:21:06 +0000 (22:21 +0200)]
Force py3.8 in tox.ini

It allows leveraging on OpenStack Yoga's upper-contraints
without any exception.

Issue-ID: DOC-782

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ic3d603a871dfd87a83d2e80e9361aacdbbbd94b1

20 months agoMerge "Enable long-running processes in ControllerExecutionBB"
Lukasz Rajewski [Wed, 31 Aug 2022 13:45:15 +0000 (13:45 +0000)]
Merge "Enable long-running processes in ControllerExecutionBB"

21 months agoMultiple PNFs with same ModelInfo but different instance name not able to be instantiated 47/130247/1
Aleem Raja [Wed, 10 Aug 2022 15:50:12 +0000 (21:20 +0530)]
Multiple PNFs with same ModelInfo but different instance name not able to be instantiated

When instantiating a service with multiple PNFs, SO differentiates them using ModelCustomizationId. This causes issues when creating multiple instances of same model resource, and each lookup would return the same object.
With this patch, Instead of using ModelCustomizationId, we enable SO to use instanceName parameter to differentiate the PNFs.

Issue-ID: SO-3948

Signed-off-by: Aleem Raja <aleem.raja@t-systems.com>
Change-Id: I9dd039ac786a60f7cf4d4a9c456c7681f64d6786

21 months agoMerge branch 'recursive-orch' 90/130190/1
Lukasz Rajewski [Fri, 5 Aug 2022 12:19:19 +0000 (14:19 +0200)]
Merge branch 'recursive-orch'

Issue-ID: SO-3980
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: Ie0cd0f973800196d5cb1e038db4a49208a6c4a3b

21 months agoBump the version for the SO core to Kohn 88/130188/1
Lukasz Rajewski [Fri, 5 Aug 2022 07:00:17 +0000 (09:00 +0200)]
Bump the version for the SO core to Kohn

Issue-ID: SO-3980
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I150bf8940013790aa67e1c0a08ffe32337031bb0

21 months agoMerge "RequestsBean, Jira issue use correc type of Assert"
Md Irshad Sheikh [Thu, 21 Jul 2022 14:09:03 +0000 (14:09 +0000)]
Merge "RequestsBean, Jira issue use correc type of Assert"

21 months agoRequestsBean, Jira issue use correc type of Assert 89/129989/2
Ganesh [Wed, 20 Jul 2022 12:47:22 +0000 (18:17 +0530)]
RequestsBean, Jira issue use correc type of Assert

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I1a38e7da39ef5062336031c805a4195932a9a786
Issue-ID: SO-3966

21 months agoRemove this useless eq(...) invocation 87/129987/1
Ganesh [Wed, 20 Jul 2022 12:27:20 +0000 (17:57 +0530)]
Remove this useless eq(...) invocation

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I0bf810edff3d058d5d29f2b84b7e6ae76e682ef2
Issue-ID: SO-3966

22 months agojira issue, Use assertThat(actual).contains(expected) instead. 48/129948/1
Ganesh [Fri, 15 Jul 2022 09:37:14 +0000 (15:07 +0530)]
jira issue, Use assertThat(actual).contains(expected) instead.

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I7c485cab044b3b9ade9afc688f2ef67c92ec6ff6
Issue-ID: Issue-ID: SO-3966

22 months agoJira issue, Swap these 2 arguments so they are in the correct order: expected value... 45/129945/1
Ganesh [Fri, 15 Jul 2022 08:13:28 +0000 (13:43 +0530)]
Jira issue, Swap these 2 arguments so they are in the correct order: expected value, actual value.

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I241dfab988432f0474cf77ed2ac2056b89b25a11
Issue-ID: Issue-ID: SO-3966

22 months agosonar issue, MsoMulticloudUtilsTest Use assertSame instead 41/129941/3
Ganesh [Fri, 15 Jul 2022 07:31:35 +0000 (13:01 +0530)]
sonar issue, MsoMulticloudUtilsTest Use assertSame instead

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: Ic931821356c77ca07b4a03a23593d3c767288520
Issue-ID: Issue-ID: SO-3966

22 months agosonar issue, AuthenticationMethodTest use assertNotEquals instead 98/129898/7
Ganesh [Wed, 13 Jul 2022 03:10:07 +0000 (08:40 +0530)]
sonar issue, AuthenticationMethodTest use assertNotEquals instead

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I737a0cfe04bcb2018120d897267c4fc8fb695fd2
Issue-ID: SO-3966

22 months agosonar issue, Use assertNotEquals instead 90/129890/1
Ganesh [Tue, 12 Jul 2022 12:42:56 +0000 (18:12 +0530)]
sonar issue, Use assertNotEquals instead

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: If257a5d048e0305112f66b2ee1be76714eadabf2
Issue-ID: SO-3966

22 months agosonar issue, Use assertEquals instead 88/129888/1
Ganesh [Tue, 12 Jul 2022 12:14:41 +0000 (17:44 +0530)]
sonar issue, Use assertEquals instead

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I0729dc6a28e2da7613e014dcd1609fc6b3ef445b
Issue-ID: SO-3966

22 months agosonar issue, Change the assertion arguments to not compare a primitive value 87/129887/1
Ganesh [Tue, 12 Jul 2022 10:42:08 +0000 (16:12 +0530)]
sonar issue, Change the assertion arguments to not compare a primitive value

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I1710ada880155d30582c0b9bcceb5f8152a32527
Issue-ID: SO-3966

22 months agosonar issue, Change the assertion arguments to not compare dissimilar types 36/129736/1
Ganesh [Fri, 1 Jul 2022 13:27:36 +0000 (18:57 +0530)]
sonar issue, Change the assertion arguments to not compare dissimilar types

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: Ifbf028d3a987a6ece6951bd9c690c9f080713ee7
Issue-ID: SO-3966

22 months agoEnable long-running processes in ControllerExecutionBB 44/129644/2
Jozsef Csongvai [Mon, 13 Jun 2022 12:53:19 +0000 (08:53 -0400)]
Enable long-running processes in ControllerExecutionBB

Instead of blocking a thread while waiting for controller response,
ControllerExecutionBB is now using camunda receive task to support
long running processes without increasing the camunda job timeout.

A new property was added to configure the gRPC client's keep alive
ping mechanism, which will identify connection issues and prevent
the process getting stuck when the controller crashes.

Issue-ID: SO-3953
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Iaf6438dba76e715dba846bf45ef47b6a91239c4a

22 months agosonar bug, Change the assertion arguments to not compare a primitive value with null 90/129690/1
Ganesh [Mon, 27 Jun 2022 10:36:36 +0000 (16:06 +0530)]
sonar bug, Change the assertion arguments to not compare a primitive value with null

Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I72e255d016d3c08ceb6c075cfc6b9e710e5acfa0
Issue-ID: SO-3966

22 months agoadd junit coverage 70/129670/1
Lukasz Muszkieta [Thu, 23 Jun 2022 12:33:49 +0000 (14:33 +0200)]
add junit coverage

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

23 months agoMerge "Enable DeleteChildService functionality" into recursive-orch recursive-orch
Jozsef Csongvai [Tue, 7 Jun 2022 13:03:30 +0000 (13:03 +0000)]
Merge "Enable DeleteChildService functionality" into recursive-orch

23 months agoMerge "Fix bugs found in TN Slicing integration involving OOF"
Shashikanth VH [Mon, 6 Jun 2022 06:43:27 +0000 (06:43 +0000)]
Merge "Fix bugs found in TN Slicing integration involving OOF"

23 months agoEnable DeleteChildService functionality 10/128010/15
mamed.mamedov [Mon, 30 May 2022 14:37:24 +0000 (17:37 +0300)]
Enable DeleteChildService functionality

Issue-ID: SO-3830
Change-Id: I5cf8b1a998839813fd59576eb70eb79c72f2c2fe
Signed-off-by: mamed.mamedov <mamed.mamedov@telekom.com>
23 months agoFix bugs found in TN Slicing integration involving OOF 26/128926/4
deepikasatheesh [Thu, 28 Apr 2022 03:32:54 +0000 (03:32 +0000)]
Fix bugs found in TN Slicing integration involving OOF

Issue-ID: SO-3931

Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I6fe2f53bb8f2761df40802e95255f617089069b5

23 months agoupdate the release notes for J release 72/129372/2
Seshu-Kumar-M [Thu, 26 May 2022 05:56:13 +0000 (11:26 +0530)]
update the release notes for J release

Issue-ID: SO-3946

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: I05845312ca4d13dd106a742d78bc2d2b787af3cf

2 years agoMerge "Update error handling for mapInfraActiveRequestToRequest"
Jozsef Csongvai [Mon, 9 May 2022 22:05:55 +0000 (22:05 +0000)]
Merge "Update error handling for mapInfraActiveRequestToRequest"

2 years agoUpdate error handling for mapInfraActiveRequestToRequest 59/124159/2
Michael Pruss [Mon, 13 Sep 2021 13:06:49 +0000 (09:06 -0400)]
Update error handling for mapInfraActiveRequestToRequest

Malformed instantiation requests persisted in requestdb
causing orchestrationRequests API to throw ValidateException
error when returning status on malformed requests.
This causes the endpoint to not return any entries.
To fix this, request body of malformed requests is
not returned in the payload. The request status is still
returned.

Issue-ID: SO-3762
Change-Id: I693a81020d4f3544c915d9f431913a02849805dd
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2 years agoSwitch over BBRollback to use DB lookups. 53/125153/7
Oleg Mitsura [Wed, 20 Oct 2021 11:55:58 +0000 (07:55 -0400)]
Switch over BBRollback to use DB lookups.

Issue-ID: SO-3793

Use feature provided by SO-3720.

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I31f2c00df738c37d04e5ad901dd94c9c6d4b147e

2 years agoMerge "Add UT to increase code coverage"
Shashikanth VH [Fri, 6 May 2022 06:01:15 +0000 (06:01 +0000)]
Merge "Add UT to increase code coverage"

2 years agoMerge "Add bounds to sphinx requirement"
Shashikanth VH [Fri, 6 May 2022 06:00:17 +0000 (06:00 +0000)]
Merge "Add bounds to sphinx requirement"

2 years agoRefactor Developer info update for Docker-Config Understanding 39/129139/1
MD IRSHAD SHEIKH [Thu, 5 May 2022 13:26:19 +0000 (18:56 +0530)]
Refactor Developer info update for Docker-Config Understanding

Issue-ID: SO-3289

Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: Ic8b38dc12389722f0d426acd14cf9e56b4ddab15

2 years agoAdded SO CSIT Documents infromation in Developer_information.rst 77/129077/1
MD IRSHAD SHEIKH [Thu, 5 May 2022 05:56:53 +0000 (11:26 +0530)]
Added SO CSIT Documents infromation in Developer_information.rst

Issue-ID: SO-3935

Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: I9ef1b18ddd9c506f9f6993a5303c6dabc19a16df

2 years agoRefactor Developer guide for bpmn flow understanding 74/129074/1
MD IRSHAD SHEIKH [Thu, 5 May 2022 04:52:11 +0000 (10:22 +0530)]
Refactor Developer guide for bpmn flow understanding

Issue-ID: SO-3115

Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: If1a230aa34efa3b1437b6cf8320222c5da4b94fd

2 years agoSO CSIT Macroflow Documentation 64/129064/1
MD IRSHAD SHEIKH [Wed, 4 May 2022 12:25:59 +0000 (17:55 +0530)]
SO CSIT Macroflow Documentation

Issue-ID: SO-3935

Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: I09afba97a687b1d6086d9efb327b0d8d93b9bad4

2 years agoupdate the release notes 29/128929/1
shashikanth [Thu, 28 Apr 2022 06:19:35 +0000 (11:49 +0530)]
update the release notes

Issue-ID: SO-3922

Signed-off-by: shashikanth <shashikanth.vh@huawei.com>
Change-Id: Ib722380dc399be59ad11ce02d9f1273214f32dbd

2 years agoMerge "VNF-Payload support for CNF HealthCheck"
Lukasz Rajewski [Mon, 25 Apr 2022 18:06:57 +0000 (18:06 +0000)]
Merge "VNF-Payload support for CNF HealthCheck"

2 years agoUpdate SO subcomponent architecture doc 96/128796/1
byungwoojun [Fri, 22 Apr 2022 12:56:26 +0000 (08:56 -0400)]
Update SO subcomponent architecture doc

Update SO subcomponent architecture doc

Issue-ID: SO-3930

Signed-off-by: byungwoojun <byung-woo.jun@ericsson.com>
Change-Id: I53a3dd58284b53782b46504493f562acdac3fecb

2 years agoProcessing Priority for Nested Services 65/128765/1
sreeja gattagouni [Thu, 21 Apr 2022 09:54:22 +0000 (15:24 +0530)]
Processing Priority for Nested Services

- Processing Priority For Nested Services.
- Prioritising services by mentioning priority number while triggering
  requests will allow the Services to be instantiated as per the
  priority in a Nested-Services having Parent-Child Services Relationships.

Issue-ID: SO-3855
Change-Id: I66d83f324c122d842f52f0b808dab5640b8c9abf
Signed-off-by: sreeja gattagouni <sg00744975@techmahindra.com>
2 years agoAdd UT to increase code coverage 40/128740/2
pwielebs [Thu, 21 Apr 2022 06:11:57 +0000 (08:11 +0200)]
Add UT to increase code coverage

Issue-ID: SO-3928
Signed-off-by: Piotr Wielebski <piotr.wielebski@nokia.com>
Change-Id: I0a4e708c60a8fedc711df09ac1b8516fd366ed3f

2 years agoAdd ETSI CSIT doc for NFVO and VNFM 36/128736/2
byungwoojun [Wed, 20 Apr 2022 21:34:29 +0000 (17:34 -0400)]
Add ETSI CSIT doc for NFVO and VNFM

Add ETSI CSIT doc for NFVO and VNFM

Issue-ID: SO-3926

Signed-off-by: byungwoojun <byung-woo.jun@ericsson.com>
Change-Id: I4d3cf466ff355e02c891dcd45ac0027edab0d211

2 years agoVNF-Payload support for CNF HealthCheck 23/128723/1
sreeja gattagouni [Wed, 20 Apr 2022 10:46:32 +0000 (16:16 +0530)]
VNF-Payload support for CNF HealthCheck

-CNF HealthCheck feature currently supports for Create-Service-Instance Payload.
-Addition of requestAction in catalogDB in vnf_recipe will now support for VNF- Payload
 format while triggering requests for CNF HealthCheck.

Issue-ID: SO-3927
Change-Id:I99b33f225a132d943f42f0d808bcd4510d9c8adf
Signed-off-by: sreeja gattagouni <sg00744975@techmahindra.com>
2 years agoAdd bounds to sphinx requirement 43/128643/1
Cédric Ollivier [Thu, 14 Apr 2022 09:33:23 +0000 (11:33 +0200)]
Add bounds to sphinx requirement

As ONAP was created before Oct 20 2020 in RTD, we
must set bounds to enforce a compatible Sphinx version
(see manual).

Issue-ID: DOC-782

Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ie8e07ea17e90dbcef66c35034a5a3e33daf44ffb

2 years agoMerge "Enable complex data types in service instanceParams"
Shashikanth VH [Mon, 11 Apr 2022 12:24:24 +0000 (12:24 +0000)]
Merge "Enable complex data types in service instanceParams"

2 years agoEnable complex data types in service instanceParams 78/128378/2
Jozsef Csongvai [Thu, 7 Apr 2022 17:36:27 +0000 (13:36 -0400)]
Enable complex data types in service instanceParams

Issue-ID: SO-3923
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Ibf371c4ffbedd6548a8e9630a9baeb5e2c43d7f4

2 years agoAdd nullcheck to HeatbridgeUtils.extractPciIdsFromVserver 13/128413/1
Jozsef Csongvai [Mon, 11 Apr 2022 01:54:10 +0000 (21:54 -0400)]
Add nullcheck to HeatbridgeUtils.extractPciIdsFromVserver

It throws a NullPointerException when vserver has no l-interfaces

Issue-ID: SO-3924
Change-Id: I5e4116ead0775dd53b92414b9badfa09fe58779e
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2 years agoMerge "Error during Deallocate Core NSSI Flow"
Shashikanth VH [Mon, 28 Mar 2022 15:29:32 +0000 (15:29 +0000)]
Merge "Error during Deallocate Core NSSI Flow"

2 years agoMerge "SO changes for CCVPN enhancement in Jakarta"
Shashikanth VH [Mon, 28 Mar 2022 15:27:21 +0000 (15:27 +0000)]
Merge "SO changes for CCVPN enhancement in Jakarta"

2 years agoSO changes for CCVPN enhancement in Jakarta 72/128072/1
hyu2010 [Thu, 24 Mar 2022 13:35:24 +0000 (09:35 -0400)]
SO changes for CCVPN enhancement in Jakarta

This update contains for the fixes for the following JIRA:

SO-3913: CCVPN enhancement for cloud leased line protection
         and bandwidth modification

Issue-ID: SO-3913
Change-Id: I8d82ef0f939efb5a94045a6d1117c692667eb554
Signed-off-by: hyu2010 <hyu2010b@gmail.com>
2 years agorelease the SO components first J version 70/128070/1
shashikanth.vh@huawei.com [Thu, 24 Mar 2022 11:13:56 +0000 (16:43 +0530)]
release the SO components first J version

Issue-ID: SO-3912

Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Change-Id: I1795e32d53165fb78deccf05af1bdfcf286dff12

2 years agoremoved redundant release file 69/128069/1
shashikanth.vh@huawei.com [Thu, 24 Mar 2022 11:11:13 +0000 (16:41 +0530)]
removed redundant release file

Issue-ID: SO-3912

Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Change-Id: Ic25ecf67f60c5fbd59764c00ddd7bff531da7d3e

2 years agoMerge "release the SO components first J version"
Shashikanth VH [Thu, 24 Mar 2022 08:24:35 +0000 (08:24 +0000)]
Merge "release the SO components first J version"

2 years agorelease the SO components first J version 58/128058/1
Seshu-Kumar-M [Thu, 24 Mar 2022 02:20:25 +0000 (07:50 +0530)]
release the SO components first J version

Issue-ID: SO-3912

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: I39755ecaeedfc1159a0f380f5e4c6a8f080c29cf

2 years agoupdate the architecture of SO 08/128008/1 1.10.0
MD IRSHAD SHEIKH [Wed, 23 Mar 2022 14:37:33 +0000 (20:07 +0530)]
update the architecture of SO

Issue-ID: SO-3909

Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: I0aad877e9aa044f8741d0e5c7757b20ee33d1400

2 years agoMerge "update the deployment view of the SO"
Shashikanth VH [Wed, 23 Mar 2022 04:47:27 +0000 (04:47 +0000)]
Merge "update the deployment view of the SO"

2 years agoupdate the deployment view of the SO 45/127945/1
Seshu-Kumar-M [Tue, 22 Mar 2022 06:19:32 +0000 (11:49 +0530)]
update the deployment view of the SO

Issue-ID: SO-3909

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: Id45a1eac5356d7451f681a81fd6abd05efd04491

2 years agoMerge "Implemented OOF call in TN NSSMF for allocate flow"
Seshu Kumar M [Sat, 19 Mar 2022 12:54:35 +0000 (12:54 +0000)]
Merge "Implemented OOF call in TN NSSMF for allocate flow"

2 years agoadded new swagger (OPENAPI 3.0.1) files with changes in SO service Instantiation... 77/127177/2
alexey.aleynikov [Thu, 17 Feb 2022 13:46:46 +0000 (16:46 +0300)]
added new swagger (OPENAPI 3.0.1) files with changes in SO service Instantiation (added example of Complex model)

Issue-ID: SO-3811
Signed-off-by: alexey.aleynikov <alexey.aleynikov@telekom.com>
Change-Id: Icaf8b2c171f14c16c153c523aa904b3e68d860a3

2 years agoadded new swagger (OPENAPI 3.0.1) files with changes in SO service Instantiation 25/127125/2
alexey.aleynikov [Tue, 15 Feb 2022 07:27:57 +0000 (10:27 +0300)]
added new swagger (OPENAPI 3.0.1) files with changes in SO service Instantiation

Issue-ID: SO-3811
Signed-off-by: alexey.aleynikov <alexey.aleynikov@telekom.com>
Change-Id: I90cdd6eb25ba5a4f680740057aeda9c99ce75337

2 years agoAAI Relationship for Parent - Child Services with Composed Resource Node 03/127603/9
sanket12345 [Wed, 9 Mar 2022 16:07:49 +0000 (21:37 +0530)]
AAI Relationship for Parent - Child Services  with Composed Resource Node

-Code to add Relation between Parent & it's Child Services
-Node used to connect parent and child in AAI is ComposedResource
-Parent Service  can be related with multiple Child Services via composedResource Node.

Issue-ID: SO-3832
Change-ID: I73f97f986a817d423f92f8d922dcd9647b8a6adc
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2 years agoImplemented OOF call in TN NSSMF for allocate flow 00/127500/5
sr20255772 [Fri, 4 Mar 2022 05:16:45 +0000 (05:16 +0000)]
Implemented OOF call in TN NSSMF for allocate flow

Issue-ID: SO-3866
Change-Id: I40f55a4cbd2c886a98cc7fefa49ddd478a4a1cca
Signed-off-by: sr20255772 <sravya.sherla@wipro.com>
2 years agoDependency version upgrade ch.qos.logback:logback-core: 1.2.3 to 1.2.10 12/127612/1
shashikanth.vh@huawei.com [Thu, 10 Mar 2022 08:16:56 +0000 (13:46 +0530)]
Dependency version upgrade ch.qos.logback:logback-core: 1.2.3 to 1.2.10

Issue-ID: SO-3825

Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Change-Id: I409f1cffc192147c45b174d829c109b618ded535

2 years agoMerge "update the SO committers lfn id"
Byung-Woo Jun [Wed, 9 Mar 2022 12:45:29 +0000 (12:45 +0000)]
Merge "update the SO committers lfn id"

2 years agoError during Deallocate Core NSSI Flow 18/127018/3
Alex [Tue, 8 Feb 2022 16:21:41 +0000 (18:21 +0200)]
Error during Deallocate Core NSSI Flow

Issue-ID: SO-3783

Change-Id: Ia808103ecdbba7441eea0b2b2ad010c4fcf6204d
Signed-off-by: Alex <alexander.borovitzky@guest.telecomitalia.it>
2 years agoMerge "Use cloud configuration from Vnf"
Seshu Kumar M [Wed, 9 Mar 2022 05:11:50 +0000 (05:11 +0000)]
Merge "Use cloud configuration from Vnf"

2 years agoMerge "Fix bugs in modify &terminate flow"
Seshu Kumar M [Wed, 9 Mar 2022 05:10:44 +0000 (05:10 +0000)]
Merge "Fix bugs in modify &terminate flow"

2 years agoMerge "Fix in e2e activation flow for option1"
Seshu Kumar M [Wed, 9 Mar 2022 05:10:04 +0000 (05:10 +0000)]
Merge "Fix in e2e activation flow for option1"

2 years agoupdate the SO committers lfn id 68/127568/1
Seshu-Kumar-M [Wed, 9 Mar 2022 05:06:28 +0000 (10:36 +0530)]
update the SO committers lfn id

Issue-ID: SO-3868

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: Id50efb4126b8f23eb686d3ad6c0a765ca6dfe321

2 years agoMerge "update the SO committers list as per TSC 2022-03-03"
Byung-Woo Jun [Mon, 7 Mar 2022 18:46:39 +0000 (18:46 +0000)]
Merge "update the SO committers list as per TSC 2022-03-03"

2 years agoupdate the SO committers list as per TSC 2022-03-03 40/127540/3
Seshu-Kumar-M [Mon, 7 Mar 2022 17:29:12 +0000 (22:59 +0530)]
update the SO committers list as per TSC 2022-03-03

Issue-ID: SO-3868

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: Ib5a1b8622e6b852f4ecbbbc1f967f26fe0f34b36

2 years agobump the version for the SO core to Jakarta 36/127536/2
Seshu-Kumar-M [Mon, 7 Mar 2022 16:45:43 +0000 (22:15 +0530)]
bump the version for the SO core to Jakarta

Issue-ID: SO-3848

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Change-Id: I7070bfc511d79b8a68d2079551829c397f24909f

2 years agoMerge "Implemented OOF call in TN NSSMF for deallocate flow"
Seshu Kumar M [Mon, 7 Mar 2022 09:38:28 +0000 (09:38 +0000)]
Merge "Implemented OOF call in TN NSSMF for deallocate flow"

2 years agoMerge "add junit coverage"
Seshu Kumar M [Thu, 3 Mar 2022 18:31:26 +0000 (18:31 +0000)]
Merge "add junit coverage"

2 years agoMerge "CNF - Upgrade Functionality - BPMN Infra"
Lukasz Rajewski [Thu, 3 Mar 2022 13:28:43 +0000 (13:28 +0000)]
Merge "CNF - Upgrade Functionality - BPMN Infra"

2 years agoImplemented OOF call in TN NSSMF for deallocate flow 35/127235/2
deepikasatheesh [Tue, 22 Feb 2022 11:58:53 +0000 (11:58 +0000)]
Implemented OOF call in TN NSSMF for deallocate flow

Issue-ID: SO-3864
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: Ibb7342a2eb6adb44c5a03e717e908699997e79b4

2 years agoMerge "CNF - Upgrade Functionality - CNF Adapter"
Lukasz Rajewski [Wed, 2 Mar 2022 11:27:23 +0000 (11:27 +0000)]
Merge "CNF - Upgrade Functionality - CNF Adapter"

2 years agoMerge "CNF - Upgrade Functionality - API Handler"
Lukasz Rajewski [Wed, 2 Mar 2022 11:26:27 +0000 (11:26 +0000)]
Merge "CNF - Upgrade Functionality - API Handler"

2 years agoCNF- Upgrade Functionality - CatalogDB 24/127224/3
sanket12345 [Tue, 22 Feb 2022 08:01:13 +0000 (13:31 +0530)]
CNF- Upgrade Functionality - CatalogDB

-Catalog DB Changes with new macro action.

Issue-ID: SO-3859
Change-Id: I99f33f225d114d713f42f0a900aeb6532d7c6afe
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
2 years agoCNF - Upgrade Functionality - BPMN Infra 53/127253/4
sanket12345 [Wed, 23 Feb 2022 15:06:28 +0000 (20:36 +0530)]
CNF - Upgrade Functionality - BPMN Infra

-Adding new blocking UpgradeVfModuleBB

-Integrating new block in bpmn-infra wih new macro-action in catalogDB.

-Changes added in Workflow to call UpgradeVfModuleBB.

Issue-ID: SO-3857
Change-Id: I98f81f325a311d723f62f0a802bcd8641b9a6cbc
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
Signed-off-by: Lukasz.Rajewski <lukasz.rajewski@orange.com>
2 years agoCNF - Upgrade Functionality - API Handler 26/127226/3
sanket12345 [Tue, 22 Feb 2022 15:21:14 +0000 (20:51 +0530)]
CNF - Upgrade Functionality - API Handler

-Added new endpoint in API-Handler
-upgradeCnf as new action

Issue-ID: SO-3856
Change-Id: I49f12f215c312b712f32f0a700beb8590b7c6dfe
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
2 years agoCNF - Upgrade Functionality - CNF Adapter 27/127227/5
sanket12345 [Tue, 22 Feb 2022 15:09:50 +0000 (20:39 +0530)]
CNF - Upgrade Functionality - CNF Adapter

-Added new endpoint in CNF Adapter for CNF-Upgrade.

Issue-ID: SO-3858
Change-Id: I68f32f215d232d723f44f1a103acf5431d6c7abe
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
2 years agoadd junit coverage 28/127228/1
Lukasz Muszkieta [Mon, 21 Feb 2022 17:34:47 +0000 (18:34 +0100)]
add junit coverage

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

2 years agoFix bugs in modify &terminate flow 65/126965/2
deepikasatheesh [Fri, 4 Feb 2022 09:37:44 +0000 (09:37 +0000)]
Fix bugs in modify &terminate flow

Issue-ID: SO-3847

Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: Ib6d2817bcf3e340713a2f72630915173344b81d5

2 years agoHard-coded cloud owner in mariadb-galera for VNF-Macro-Modify action 41/126941/1
MD IRSHAD SHEIKH [Thu, 3 Feb 2022 05:16:36 +0000 (10:46 +0530)]
Hard-coded cloud owner in mariadb-galera for VNF-Macro-Modify action

Issue-ID: SO-3836

Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: I07dc6c8073197aae2aac5ff3ea3429563b3cbb38

2 years agoFix in e2e activation flow for option1 46/126846/1
deepikasatheesh [Fri, 28 Jan 2022 11:20:25 +0000 (11:20 +0000)]
Fix in e2e activation flow for option1

Issue-ID: SO-3844

Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I206f0ddbb05c30abedfb558e70d320f547f8b6e7

2 years agoUse cloud configuration from Vnf 39/126539/7
kuldipr [Mon, 10 Jan 2022 15:31:33 +0000 (10:31 -0500)]
Use cloud configuration from Vnf

Vnfs can be part of different clouds and thus cloud configuration
is fetched from vnf itself and passed along the flow to create vnf
in the correct region.

Issue-ID: SO-3423
Change-Id: I1a91486a0bbc6a13aaa292905caeb0c72c4b4885
Signed-off-by: kuldipr <kuldip.rai@amdocs.com>
2 years agoMerge "CNF Healthcheck Workflow broken after macro sql file refactoring"
Lukasz Rajewski [Fri, 21 Jan 2022 13:38:39 +0000 (13:38 +0000)]
Merge "CNF Healthcheck Workflow broken after macro sql file refactoring"

2 years agoCNF Healthcheck Workflow broken after macro sql file refactoring 61/126661/1
sanket12345 [Thu, 20 Jan 2022 10:56:38 +0000 (16:26 +0530)]
CNF Healthcheck Workflow broken after macro sql file refactoring

Re-added Macro DB Entries in below tables
- orchestration_flow_reference
- building_block_detail

Issue-ID: SO-3834
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
Change-Id: I33f12f156c122d723f52f0a855adb9430b7c6ade

2 years agoMerge "delete redundant test dependency"
Seshu Kumar M [Thu, 20 Jan 2022 10:33:37 +0000 (10:33 +0000)]
Merge "delete redundant test dependency"

2 years agoMerge "add junit coverage"
Seshu Kumar M [Thu, 20 Jan 2022 10:32:21 +0000 (10:32 +0000)]
Merge "add junit coverage"