Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/so.git from branch 'master'
to f2f824a00e4cb68bc146e37fe01a8833a6c72636
- Merge "Sonar fix too many method param"
- Sonar fix too many method param
sonar:https://sonar.onap.org/issues?resolved=false&rules=squid%3AS00107
Issue-ID: SO-1878
Change-Id: I458fd436a85c7b3fb2c6a9df4a2a94591c6f6982
Signed-off-by: arindamm <arind.mondal@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 48a1c64298a90ae5404bf4df2b967cef3e8807e1
- Merge "nullpointer in vnfadaptervfmoduleobjectmapper"
- nullpointer in vnfadaptervfmoduleobjectmapper
Added code block to throw exception when we get a 'Name' wthout a
'Value' tag in the SDNC vf-module-topology. Right now we are seeing
oam0_net_id is missing a value tag. Added Unit test to test this code
change.
Change-Id: I765d5a4eb9d351b7613d4c3561a2a5dbe37e4781
Issue-ID: SO-2031
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 93f17b4f2d169221aed8b64d293b788a5e08bf43
- Merge "support no payload for alacarte deletes"
- support no payload for alacarte deletes
Swap to using HTTP Enumerations rather than ints
Add Unit Tests to Service Instances endpoint
Add Vnf Tests remove Abstract class
Clean up usage of abstract classes
Fix volume and module bean wiring issues
Add logic to find create request if cloud not in AAI
Updated network to take in version pathparam
Additonal refactor of the endpoints
Add missing license headers to all files
Clean up public variable usage, move to protected
Change-Id: Icdbdf78aa6c8af7a30fdff8a5805103f8df9364d
Issue-ID: SO-2032
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 31360b6b53c4e21d8dc61892aca111550ec91835
- Merge "pass request-id to adapter call to match search"
- pass request-id to adapter call to match search
pass mso-request-id to adapter call to match search
Change-Id: Ie9e4f8559fd9153d503ad5913838d7c5d175e7bd
Issue-ID: SO-2033
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 29344b13fbf8f0aaa395a7228c8e24a79fb2057a
- Merge "NPE when setting instanceName"
- NPE when setting instanceName
Added null check to fix NPE when setting instanceName
Added check for null instanceName for vfModule
Change-Id: Ie70651770466790fd1f9d666eeabdce26510b01b
Issue-ID: SO-2034
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 97d6a82ebbdfc88716e2070f972f40dd19e2a079
- Merge "Use Regex to find the name on failure scenario"
- Use Regex to find the name on failure scenario
Use Regex to find the keypair name on failure scenario
Change-Id: Ibf2167283d90407def7750fab4538f5443e57092
Issue-ID: SO-2037
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 2e984e79717916e22d3b6015b650bb9d94570e03
- Merge "update apih to accept new uri parameter"
- update apih to accept new uri parameter
added extSystemErrorSource queryparam flag to getOrchestrationRequest
endpoint.
added junit tests for the protected method that maps
external system error source to request object being returned.
added junit tests to test mapExtSystemErrorSourceToRequest method with
extSystemErrorSource flag
Change-Id: If5c9a41938d4cc922c26f7d64e3a839b6547556f
Issue-ID: SO-2035
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7022234a0bc0c399ea68547643c7972c85717c4b
- changed hikari dependency to java based one
clojure dependency used by accident, replaced with HikariCP
Change-Id: I25b9f75d8be061fb3ac3d7737e9a58883a801425
Issue-ID: SO-2038
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 6fdd0b6f4b482422800b2ab18e16d2f0827934c1
- Merge "update the relaese notes"
- update the relaese notes
Issue-ID: SO-1992
Change-Id: I07169b2083661601308edf79dae205685bd45266
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7c69f07593a8c7474bd7a69a65979dc0635f1526
- Merge "Changes related to eviction of connections"
- Changes related to eviction of connections
These are changes related to ASDC controller for evicting database
connection pool when ip address changes
Included other appllications such as requestDB, CatalogDB, API Handler,
BPMN, OpenstackAdapter etc
Change-Id: I9a96ea12fb0c10643a204a58d55360bebba326fe
Issue-ID: SO-2018
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 703517112032025146a968db5c830c7389f5166f
- Merge "Added Retry in rainy day macro for ConfigDelpoyVnfBB for vDNS CDS use case"
- Added Retry in rainy day macro for ConfigDelpoyVnfBB for vDNS CDS use case
Issue-ID: SO-2026
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I43689eb6a63843be3a181080173265ed1eda6e9a
|
|
* Update docs/submodules/so.git from branch 'master'
to b4cb184735a29c3a804432f5cdebff8fc6175d18
- Merge "Fix sonar issue in asdc-controller"
- Fix sonar issue in asdc-controller
Fix Either log or rethrow this exception
Issue-ID: SO-1841
Change-Id: I2a333d94b040b7bf4ac646fc6f729874eb0fe054
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 095c81fe69ca0c54cd7923888fa9bf4f7924b369
- Fixed critical Sonar bugs
Fixed critical bugs according to the Sonar analysis.
-Fixed possible NPE.
-Fixed wrong comparison.
-Removed unused variables.
Issue-ID: SO-2025
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I5e2e5413c8421eb7ed1db21de6d888a50e1db689
|
|
* Update docs/submodules/so.git from branch 'master'
to 984f8da49f06c1563b4496572c54147014aa94bb
- Merge "Fix sonar issues in mso-openstack-adapters"
- Fix sonar issues in mso-openstack-adapters
Fix Either log or rethrow this exception
Fix Replace the type specification in this constructor call with the diamond operator ("<>")
Fix Remove this unused local variable
Fix Iterate over the "entrySet" instead of the "keySet"
Issue-ID: SO-1841
Change-Id: I5e9195d75d29a66a4a360e031ab02ab7c9872388
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 7eb82a8cd009b4b677d348cf16333ca7699c3274
- Merge "Sonar fixes and improvements"
- Sonar fixes and improvements
General fixes and improvements according to the Sonar analysis.
-Fixed imports.
-Improvements in diamond operators.
-Removed unnecessary code.
Issue-ID: SO-1992
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I9345b6ab0f4027b17e1bebf0b6657394c13dc298
|
|
* Update docs/submodules/so.git from branch 'master'
to 37fe68107d6a092e39825a1cce5276fee1ad7db6
- Merge "Validate ServiceInstance name using createNodesUri"
- Validate ServiceInstance name using createNodesUri
Validate ServiceInstance name using createNodesUri.
Change-Id: I5194dd933dc98064888250bc9a38e6ee9716fc01
Issue-ID: SO-2024
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d00a2d4a4542e50809360aec6da24c0c6ab12e86
- Improvements in MsoVnfAdapterImpl
Improvements in MsoVnfAdapterImpl according to the Sonar analyses.
-Removed unnecessary code.
-Fixed imports.
-Extracted constants.
Issue-ID: SO-2011
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I9dc8406fe0cdea74b08ebb013a68f970da647b6c
|
|
* Update docs/submodules/so.git from branch 'master'
to c12bd8acf7bbc266b14851b50728e9d24d53b5b8
- Merge "Validate names before writing to A&AI"
- Validate names before writing to A&AI
Validate name for InstanceGroup, Configuration and Network.
Change-Id: I494749e17a40c6c0cdd51dd28d9c9bca371410ac
Issue-ID: SO-2022
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to b619a05033211171ac61dd658282bc2cf1be77d9
- Merge "update multi stage code to accurately skip bbs"
- update multi stage code to accurately skip bbs
moved around classes to packages that make more sense
updated license headers in java files
converted MultiStage logic to FlowManipulator
moved tests to new package location and fixed issues
allow for custom listeners before flowsToExecute
moved validation classes to listener.validation
Change-Id: Ic5416812ef9c5611fe19bf9b6aa316373b110ec6
Issue-ID: SO-2021
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 528f2b2de610108720b429ac546c67af265153f3
- Merge "dmaap client using wrong auth property"
- dmaap client using wrong auth property
Changed dmaap client to set auth property correctly to prevent double
decryting and wrong value
Change-Id: I83dc8c67e94a8bec187c056e7dfa1f966cc5ee3c
Issue-ID: SO-2019
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 05c8e5d9746af57228ded504c746c9607eaee96f
- Merge "support async operation for vf module operations"
- support async operation for vf module operations
support async operation for vf module operations with sdnc
Update Junit comparison data to be valid for new code
Modify coded to support usage of ASYNC response sdnc
Change-Id: I95b955cb257dcead152d68cd4cc4fb0fbcdfd708
Issue-ID: SO-2015
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 000e5b338e4cd267347fbb2b87392fab3733547f
- Merge "add is_data_internal column to request db"
- add is_data_internal column to request db
add is_data_internal column to request processing data
Use Boolean type in java bean to be mapped by hibernate
Change-Id: I40a96f80114e02a2ced17efb47e45718dfd2ee7c
Issue-ID: SO-2023
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 72d66044e6eb6e999e96e31fad9360022ed76135
- Merge "use count format and limit one for exists"
- use count format and limit one for exists
use count format and limit one for exists
Change-Id: If15ccf0a63bf6fd5e732eb150bfdbed22c5a3f1d
Issue-ID: SO-2017
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 5d7aef853baaf554a2392fe5dc394f77bdbe4214
- Merge "adapter client will not retry on openstack failure"
- adapter client will not retry on openstack failure
Utilized the original util method with boolean argument.
inventory audit: adapter client should not retry on openstack failures.
Change-Id: Ibdcec58c662f54ccef887e74f17634baa9df2457
Issue-ID: SO-2016
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to a909811c78550eae05c30aa65e258b873e08b175
- mso to validate the name uniqueness in A&AI
Need to change query by name using nodes query to make sure names are
globally unique.
Added new Exception type for duplicate A&AI object names.
Added tests for AAIVfModulResources.
Change-Id: I71558d0881d7060819f5f807fe58779be6edfa6f
Issue-ID: SO-2020
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e29b04bca6367c14fdbd403bbd275e6c8c10fa60
- fix delete stack error not propogating
Update logic to properly format rollback error messages
Change-Id: I66ad4fd78758661be297810f393e6da759daa17b
Issue-ID: SO-2014
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 1f8aa8ef6deade96a53fa57c28d1aacab6cf7e5e
- Merge "update logger statements in apih"
- update logger statements in apih
Corrected arguments to logger methods
only log exception in catch blocks
Change-Id: I0657b00ce45ac543d5e900db6ce5c24ba34e345d
Issue-ID: SO-2007
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e30f4a24c4db0657cd4a8f7d76e0fd0167983c63
- Updated sdno to use msokey config property
Updated sdno to use msokey config property instead of one that doesnt
exist
Change-Id: I7f1bc39ae1dae3f6b0cab8c05c97950f45c83f71
Issue-ID: SO-2009
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to c73fbf69cd7e66feca1ebfb35b8516bb183c585b
- Improvements in ServiceInstances
Improvements in ServiceInstances according to the Sonar analysis.
-Fixed imports.
-Removed unnecessary code.
-Refactored diamond operators.
Issue-ID: SO-2008
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ieb03f5b3fb52432091170402237ba4e23ed70e5d
|
|
* Update docs/submodules/so.git from branch 'master'
to 33ce1d167c0daba899887b8ecd16b8a508cf12a0
- Merge "replaced String.repeat with static final strings"
- replaced String.repeat with static final strings
replaced String.repeat with static final strings
Change-Id: Ife14fde70e8f648881a03e9343ae8faf9cb87e2e
Issue-ID: SO-1999
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 6ec917f8f6490861a47f2b03a6065cc1da2be1dc
- Merge "Improvements in JsonUtilForPnfCorrelationId"
- Improvements in JsonUtilForPnfCorrelationId
General fixes and improvements according to the Sonar analysis
-Added private constructor for a utility class.
-Refactored lambda expression.
Issue-ID: SO-1992
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ife8cfdf9c341dc89a1699fd616ec68cba734a5d5
|
|
* Update docs/submodules/so.git from branch 'master'
to 2abd30fb57643fa07eb1a183c3525d559cb68237
- Sonar fixes and improvements
General fixes and improvements according to the Sonar analysis.
-Fixed imports.
-Removed unnecessary variables.
-Added String constants.
Issue-ID: SO-1992
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: I8b77def931e703c8a73929ec09324823a91721e3
|
|
* Update docs/submodules/so.git from branch 'master'
to bb271cc82880d15dc9396170ac6ed95de22958a3
- Merge "Added ext_system_error_source column to requestdb"
- Added ext_system_error_source column to requestdb
Added ext_system_error_source column to requestdb
Change-Id: Iad9ad0178546aad2b64014987ff3da60f01f8bd4
Issue-ID: SO-2001
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to fabcae6be329ed3c2d9aa0bb763dfe6cbe66b62b
- Merge "Switched name and id, and updated tests"
- Switched name and id, and updated tests
Switched name and id, and updated tests
Change-Id: Ica8251be71d2fd9362e4f209755d80bc36ccbf66
Issue-ID: SO-2000
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 6370f8f99b9cea4e1b3e2010c380f6e9c22aa18f
- Update stack save to only save the params object
use get parameters not store entire request of stack
Update stack save to only save off the params object
Change-Id: I41e0e03b412e37f12d348c84a1512c9bf4403748
Issue-ID: SO-2002
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 242e71883f59b8ad971f77c9bbdf032527fd77c0
- Merge remote-tracking branch 'origin/dublin' into 'origin/master'
Change-Id: Ib8eaae7ee4a404bde568803afaf6c4e183cbbd53
Issue-ID: SO-2004
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
- Fix Dublin Build- Use Release 1.4.0 OpenStack Libs
Issue-ID: SO-2005
Change-Id: If1483009d57179e01fbe52e07fbf4a3c81ae3ebf
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Add non-cloudowner nbrequest lookup in workflowAction
Using a cloudOwner different than "CloudOwner"
when instantiating a vfmodule using GR_API
causes nbrequest lookup in workflowAction to
fail. This change adds a final check for
northboundRequest that does not use
cloudOwner field before failing.
This should enable instantiation
on multiple cloudRegions without
seperate northbound_request_ref_lookup
actions for each cloudOwner.
Issue-ID: SO-1995
Change-Id: I9d1fe39fb056d03e8473a524c21f41319c13c20f
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Merge "Changed service orc status to Assigned" into dublin
- Merge "Added post process to AAI in HandlePNF" into dublin
- Merge "update SO release notes" into dublin
- update SO release notes
Issue-ID: SO-1992
Change-Id: I47f9651740ab012e05dc09f9b874cfba6fc83699
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Changed service orc status to Assigned
Issue-ID: SO-1938
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I68d684f837f2dea9decb2e577742ab905f825d04
- Added post process to AAI in HandlePNF
Issue-ID: SO-1993
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I6abec916438221669817b49997431b6164ee1a76
- Handle 201 and 422 status codes
SDC activitySpec API returns 201 for success and 422 when already exists
Issue-ID: SO-1996
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I75837b75cbd24f4ccfb97a07e91219b3b61453f6
|
|
* Update docs/submodules/so.git from branch 'master'
to 8534e7a2ce76697fd22f5909c907f22d302e0099
- Fix Master Build - Use 1.5.0-SNAPSHOT of so/libs
Issue-ID: SO-2006
Change-Id: Ice30a4bb39d314b047bb92953de578908fd6af81
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to c930d546391c0cda531ca17a36f166ccfd9f4be2
- Merge "Typo in bpmn mso-request-id variable name"
- Typo in bpmn mso-request-id variable name
Change-Id: I50e7f33a3a38e77c84874d75ab33c5f9bb693f8b
Issue-ID: SO-1922
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
(cherry picked from commit 253a7e17c7b89acfc3cb8748239a544bade75437)
|
|
* Update docs/submodules/so.git from branch 'master'
to 2df391a041a85a0187a5eaad082d3a8f2fbaeaec
- Merge "Handle when model cust uuid is null from sdnc"
- Handle when model cust uuid is null from sdnc
Modify wording on null uuid exception and test for it
Expand null handling to vfmc and cvnfc find in lists
Modify to chain the filter of nulls then to match.
Change to ExpectedException in junit; filter nulls.
Handle better when model cust. uuid is null from sdnc
Change-Id: I1f1edffa1db84509bd649803660a55510868b6eb
Issue-ID: SO-1989
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 83bd49d1f3576be61173b426fc899d687f9f34fa
- Merge "Check if configuration resource already exists."
- Check if configuration resource already exists.
Check if configuration resource already exists.
Change-Id: I359aaa96ef66b37880cf369c3f5bd7bfd828aab1
Issue-ID: SO-1978
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 986dd3431bc196a2234dc45436102d692031ea4f
- Merge "Updated to use the logicalResourceId"
- Updated to use the logicalResourceId
Updated to use the logicalResourceId instead of physicalResourceId
Change-Id: I2ebc800cf7ce4b5794bece7c304ebd7d1ac92088
Issue-ID: SO-1979
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 945d4522d6433c2a458975dcad867ee8c27ca2d9
- Merge "resume request support"
- resume request support
copy request body rewrite requestorid
added missing curly brace case to regex
Updated how we are updating requestorId in requestBody
Removed unused imports from RequestHandlerUtils
Replaced requestorId in requestBody string
Began updating requestorId in requestBody
Change-Id: I54bd8097b196899b271956f03395bb98d295e1e0
Issue-ID: SO-1990
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 1196db4be81e49b8282908e76c6f0f72a29ccb9f
- Merge "vrfvalidation exceptions not getting logged"
- vrfvalidation exceptions not getting logged
Remove unused imports in VrfValidation class
Check for null AAI network and vpn-bindings. Do not catch exceptions in
WorkflowAction.traverseVrfCondifuration. Propagate exceptions and let
calling method selectExecutionList() handle exceptions.
Change-Id: I26adfdb351cee6dc111f496901558340b8152a2a
Issue-ID: SO-1988
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e840e62a5b19755134fc036ab0e3bcbaa06b74c1
- Merge "change the update line to update the latest stack"
- change the update line to update the latest stack
fix the unit test for latest stack update
change the update line to update the latest stack
Change-Id: I8b7f903c9f7bbae1163f1363a19f18b2803f558c
Issue-ID: SO-1977
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 045294cc45d32bcf6086e2456488e7bedb897e72
- Merge "Enhance naming service support"
- Enhance naming service support
correct sourcing for service-model-name in NamingMS
remove zone ID from NamingMS input for service name
follow up removal of autowired on NamingRequestObject
Change-Id: Icba2e32c07ee0c7d7739ce21bd547e3030c1e271
Issue-ID: SO-1976
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 18029185dc1f6c79fc2927dcb92a9a4b618f9366
- Merge "Accommodate WAN Networking"
- Accommodate WAN Networking
checked and evaluated naming policy only if infra bonding.
Updated workflowAction to include vrf configuration for vpn-binding in
resourceIds list.
added in linked resource to service proxy cust
committing the asdc controller classpath change
added some unit tests for vrf validation and updated bbinput setup test
update config resource cust foreign key mapping
Moved mockbean for AssignVrfConfiguration task class into BaseBpmnTest.
added in a check to see if list is empty before access
added unit tests for bbinput setup for vrf config
Update AssignFlows enum with correct AssignVrfConfiguration flow name
Change-Id: Ibf14e36505638b19c1366ecebfce560c02e69e44
Issue-ID: SO-1975
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to d784f833d7268357912bd63b1e6787a2f30d5329
- Merge "Set response code in UpdateAAIGenericVnf"
- Set response code in UpdateAAIGenericVnf
Change-Id: I67fb789d40ea86a82379e76b94c2da1bd552cd31
Issue-ID: SO-1927
Signed-off-by: Yang Xu <yxu@futurewei.com>
(cherry picked from commit 019a4125af612b59f11571f52e4f369cfa59ba0c)
|
|
* Update docs/submodules/so.git from branch 'master'
to c4b90365d5c117bc6fd64af421a1468539a8aec3
- Merge "Merge remote-tracking branch 'origin/dublin' into 'origin/master'"
- Merge remote-tracking branch 'origin/dublin' into 'origin/master'
Change-Id: I551ea3f29a76dc99532455ea4d7e84a316f9bf38
Issue-ID: SO-1980
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
- Merge "Fix ConfigAssign/Deploy null return of BlueprintName/Version" into dublin
- Add SO exclude ConfigurationScaleOutBB
Updated the WorkflowAction.isConfiguration() to exclude ConfigurationScaleOutBB
problem- VF module check failure during scale out
Issue-ID: SO-1982
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I5caa6f1c5ff21131ea1c42a63b441a39f77a6e62
- Fix ConfigAssign/Deploy null return of BlueprintName/Version
Fix ConfigAssign/Deploy null return of BlueprintName/Version
Issue-ID: SO-1985
Signed-off-by: sunilb <sb00577584@techmahindra.com>
Change-Id: I15b6d38a21320eae6ca58a1e3d515813b9c243fd
- Fix northbound_request_ref_lookup SERVICE_TYPE = '*'
Make sure SERVICE_TYPE is not NULL so that
GR_API alacarte requests work.
Issue-ID: SO-1904 SO-1892
Change-Id: Ib4c617311b17f6d521a3eee0a71a6247d7770d54
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Merge "Add SO Turn off OpenStack heat stack audit" into dublin
- Add SO Turn off OpenStack heat stack audit
UPDATE these files
so/bpmn/mso-infrastructure-bpmn/src/main/resources/application.yaml
so/mso-api-handlers/mso-api-handler-infra/src/main/resources/application.yaml
should have
mso: infra:
auditInventory: false
Issue-ID: SO-1974
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I57bb396604e9eb2787122199cdf8a2d1ce54048a
- Fix ConfigAssignVnfBB and ConfigDeployVnfBB
Change-Id: If5a175ee26e279cf71e38c996a75fa627e5e2c00
Issue-ID: SO-1981
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
- Merge "update INFO.yaml" into dublin
- update INFO.yaml
Issue-ID: SO-1929
Change-Id: I21b68e16851a23bc4869fa08df86d57f68de1c5a
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Merge "Modify scaleOut-related settings" into dublin
- Merge "Added orchestration status to service" into dublin
- Added orchestration status to service
Issue-ID: SO-1938
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I78cc401a746ef4dbca41a869729b9791210038f4
- Fixing EtSI BB ClassCastException
Change-Id: Ia5a37f80392693f603d6597760ca9725882de169
Issue-ID: SO-1971
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
- Modify scaleOut-related settings
Corrections for execution of VfModule-ScaleOut
Issue-ID: SO-1972
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: Ia654a223f1e86749d34d78b5918eda38a0a630c7
- Merge "Use lowercase for table names in beans" into dublin
- Merge "Fixing Null Value Exception" into dublin
- Fixing Null Value Exception
Change-Id: I07553affad2297e1fa1e4e67b27bb08c51e4b8c3
Issue-ID: SO-1968
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
- Merge "bump the SO release version" into dublin
- bump the SO release version
Issue-ID: SO-1929
Change-Id: Idca0ebbe73d0b8d725840167730b354f16753ed6
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Merge "update INFO.yaml" into dublin
- update INFO.yaml
Issue-ID: SO-1944
Change-Id: I221fc3cce7f72373ad35a6ce07c887e928038348
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Merge "Remove oof_directives from user_directives BB path" into dublin
- Remove oof_directives from user_directives BB path
Remove oof_directives from user_directives in the
BB code path (as was done for the groovy code path).
Change-Id: I018c3c85cc4a68ab128a2be869567b44fda08e48
Issue-ID: SO-1939
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
- Use lowercase for table names in beans
Uppercase table names cause issues on db queries
Issue-ID: SO-1969
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I468cfc6635c68771caf04a1f75d336559877d288
- Handle lazy init of activitySpecs
Use Transactional setting for activitySpecs retrieval
Issue-ID: SO-1957
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: Idfe57474bfdec055a12a1e8fd787d31ac9dc7507
- Handle operation state null from VNFM
Issue-ID: SO-1956
Change-Id: I8d2efe3f9d97a38a533b33eabd0be2a42cebef66
Signed-off-by: MichaelMorris <michael.morris@est.tech>
- Merge "Persist native CM workflows in CatalogDB" into dublin
- Merge "update INFO.yaml" into dublin
- update INFO.yaml
Issue-ID: SO-1944
Change-Id: I2d773bed6822eaf440a8f941870fac2fdff1800f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Fixing infinte loop of flow
Change-Id: I80dc144750406d5afcec9b4da717a55a3840e503
Issue-ID: SO-1946
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
- Get operation state from VNFM failing
Issue-ID: SO-1943
Change-Id: I8d0fd3e9cd4aea26e94a18a6e610abd34f2e5fe9
Signed-off-by: MichaelMorris <michael.morris@est.tech>
- Merge "Remove oof_directives from user_directives" into dublin
- Remove oof_directives from user_directives
Oof_directives - when populated with a json
string, breaks the parsing of the user_directives.
Since it is not needed in the user_directives,
remove it.
Change-Id: I0e2c3deef8266df52ac73b95209843ac31f986ef
Issue-ID: SO-1939
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
- Merge "added extra parameters" into dublin
- added extra parameters
Issue-ID: SO-1933
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I7fdd9ff5373e2f27d225f265ff13b4e14a8b3abc
- Fixing ETSI BB execution failure
Change-Id: Icbcd43be40c7717a714bc866bf153ac3ea0e427c
Issue-ID: SO-1934
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
- Renamed accessId to remoteid
Issue-ID: SO-1933
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I6b63286f10ebc129b72a36cf41f0bb85b797f9ef
- Persist native CM workflows in CatalogDB
Add native CM workflows to Workflow table to make them available to VID
Issue-ID: SO-1942
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: Ifbf3ed8a513f4704583df8a565dba97344702ede
- Fix UriBuilder import in OofUtils
Import all changes from Casablanca
that were incorrectly removed during
merge from Casablanca back into
master.
Issue-ID: SO-1926
Change-Id: I8355e804586aa80e291f3c72a00bf69ce424316b
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Merge "Corrected instance names" into dublin
- Corrected instance names
Issue-ID: SO-1931
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I4c3700cdc1cc058f3a37a77d087d38b2aadad29d
- Merge "Fix retrieval of mso.config.path" into dublin
- Merge "Set response code in UpdateAAIGenericVnf" into dublin
- Set response code in UpdateAAIGenericVnf
Change-Id: I67fb789d40ea86a82379e76b94c2da1bd552cd31
Issue-ID: SO-1927
Signed-off-by: Yang Xu <yxu@futurewei.com>
- Merge "Return empty WorkflowInputParameters" into dublin
- Merge "Fixed errors in HandlePnf flow" into dublin
- Fixed errors in HandlePnf flow
Change-Id: I1cf49f98f26e322b4785cc14f96ee63a5830117e
Issue-ID: SO-1930
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
- Merge "fixed typos and added SERVICE_INSTANCE_ID" into dublin
- fixed typos and added SERVICE_INSTANCE_ID
Change-Id: I68174bf2e67280a4bf65d8f26b04793b76896f04
Issue-ID: SO-1913
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
- Merge "Fix Missing Import in OofHoming.groovy" into dublin
- Fix Missing Import in OofHoming.groovy
Issue-ID: SO-1926
Change-Id: Idee7eb0ab789fd8ac335b8c97b344b6e4f4b7fba
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Merge "Typo in bpmn mso-request-id variable name" into dublin
- Typo in bpmn mso-request-id variable name
Change-Id: I50e7f33a3a38e77c84874d75ab33c5f9bb693f8b
Issue-ID: SO-1922
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
- Fix retrieval of mso.config.path
Fix retrieval of mso.config.path
Issue-ID: SO-1925
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I5eed704334de6335672624f9e9eca809856fb984
- Merge "Update the version to release" into dublin
- Update the version to release
Issue-ID: SO-1921
Change-Id: Ib178c25b1d8704f77efa7499d724e0dead85728a
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Calls to/from VNFM fail
Issue-ID: SO-1909
Change-Id: I2f8a19dfd456316e5436be4e85d8a384d7d5ed6f
Signed-off-by: MichaelMorris <michael.morris@est.tech>
(cherry picked from commit a7160456335b2ce3710efd00658711d431eac0b4)
- Return empty WorkflowInputParameters
Return empty WorkflowInputParameters when none are available
Issue-ID: SO-1919
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I057e30bb55f6545c25060c28e1af097286f4e88b
- Handle case of null requestInfo
Handle case of null requestInfo
Issue-ID: SO-1918
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: Ie8a0dd9e27734d96442eceaa378e5d1e64667b06
- Merge "exception handling" into dublin
- exception handling
Update the appc client jar version
Throw exception for non success cds call
Fix CreateVcpeResCustServiceSimplifiedTest IT
Issue-ID: SO-1857 SO-1779
Change-Id: Ifee080600051c92fd964a92d16efb67e4ab05d5d
Signed-off-by: eeginux <henry.xie@est.tech>
- Merge "Add SO Update the repeatable Macro - northbound_request_ref_lookup" into dublin
- Merge "Send syncAck on first Activity" into dublin
- Merge "removed unused CatalogDbUtils instantiation" into dublin
- removed unused CatalogDbUtils instantiation
Issue-ID: SO-1910
Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
Change-Id: I50a2c75e2ce59a4eb7b6fb60076a34cae5482344
- Add SO Update the repeatable Macro - northbound_request_ref_lookup
Added dublin - Update repeatable Macro not to lose the ability to
drive flows differently based on service type.
UPDATE northbound_request_ref_lookup SET SERVICE_TYPE = '*' WHERE SERVICE_TYPE = NULL;
Issue-ID: SO-1892
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I3fa58559fe4596b3a0e184a8391ac93fb9496a26
- Add WORKFLOW artifactType to SDC Config
Add WORKFLOW artifactType to SDC Config
Issue-ID: SO-1911
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I8933438ae63ca73605a05fec5467806f41fbda10
- HttpLookupUri is now serializable again
cachedValue is now transient
added custom serialization
created serialization unit test for ServiceInstancesUri
Change-Id: Idbc414a8483a4eae9c93ae8b06a1e77cbe683ca8
Issue-ID: SO-1906
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
- Fix CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT distribute
Add CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT type so
it does not cancel the distribution of services.
Change-Id: I68fe4892156312233fe677c0826e95c8aaa8da02
Issue-ID: SO-1907
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
- Send syncAck on first Activity
Send syncAck on first Activity
Issue-ID: SO-1905
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I0965b8247aa88a19be4417e2b5d58bce2d5dab27
- Merge "Change serviceInstance CM retrieval" into dublin
- Merge "Missing modifications for DistributeTraffic actions" into dublin
- Missing modifications for DistributeTraffic actions
Added input parameters for DistributeTraffic and
DistributeTrafficCheck action
Change-Id: I423979f6e8a682bff2aaff02bba4d79d2fbe22c8
Issue-ID: SO-1553
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
- Set Variable
Fix issue here variable is not set if SI is found.
Issue-ID: SO-1419
Change-Id: If9a75fc57e280c2aba5361096e4ebf01ab13056f
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
- Add SO WFD activity BBs to building_block_detail
Added dublin-WFD activity BBs to building_block_detaili tbl
Also updated the resource_type to NO_VALIDATE where target_action is CUSTOM
During the execute of the Activity building blocks for the Workflow Designer running into
orchestrationStatusValidation exception as it could not find the activity's name in building_block_detail table.
Updated the test/resources/data.sql to reflect the above changes
Issue-ID: SO-1901
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I9a5c60fc818ec4abc18005e3ef9b8c7b3313f55d
- Change serviceInstance CM retrieval
Change serviceInstance CM retrieval
Issue-ID: SO-1903
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I6bc1e3f0d219d6c9feff083ce43cd6afdec1c439
- Check for null requestInfo
Check for null requestInfo
Issue-ID: SO-1900
Signed-off-by: Kuleshov, Elena <evn@att.com>
Change-Id: I2a3eb7ddbee396b19bcc71a2f647b9cf90082ed4
- Merge "Addressed vCPE-Infra processing issue ASDC Controller" into dublin
- Merge "Fix DeleteE2EServiceInstance flow" into dublin
- make HostRoute serializable class
make HostRoute serializable class
Change-Id: Id9eb0e42568ab96ce533288c15000ef8fd8fe066
Issue-ID: SO-1894
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
- Merge "Fix CloudOwner Capitalization in R__MacroData.sql" into dublin
- Addressed vCPE-Infra processing issue ASDC Controller
code was modified to address vCPE-infra notification received from SDC.
Also added unit tests to ensure that the code works as expected.
Change-Id: I217e2dfed9548bfb0e9b93c96aaf75afc1d4171c
Issue-ID: SO-1861
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
- Fix homing gateway in AssignVnfBB
Issue-ID: SO-1870
Change-Id: Id750d961276c5a4074363ed4746e95c9b67cceeb
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Fix CloudOwner Capitalization in R__MacroData.sql
Issue-ID: SO-1889
Change-Id: I2f964ba9ca7dbeb73796853d367b090cb5c26c0f
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Bump SO artifact version
Since SO 1.4.1 has already been released, the staging builds
should be building the next version going forward.
Change-Id: I54e898054f2928bc4e727003574c54199485a71f
Issue-ID: SO-1851
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
- Fix DeleteE2EServiceInstance flow
Fixed the issue when subprocess 'DoDeleteE2EServiceInstance' calls 'AAI GenericGetService' sub-process
which is deleted from SO common-bpmn
Change-Id: Ie170b430a21df6dc8e7ff95a9d7f2091c11a600b
Issue-ID: SO-1809
Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
- Add missing UserParametersRepository
Add missing UserParametersRepository
Change-Id: Iba30896cab00687fcfb6cd5ba703d3579efcac30
Issue-ID: SO-1888
Signed-off-by: Kuleshov, Elena <evn@att.com>
- Merge "Add SO native workflows to result list" into dublin
- Add SO native workflows to result list
Added native workflows to result list
Issue-ID: SO-1852
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: Ifeb2adf4ea78b191bcf46a1e7367bc0939d53b83
- Use workflow's name for invocation
Use workflow's name for invocation
Change-Id: Ie527788f029bdccc91f7f406df0a478e55375c01
Issue-ID: SO-1876
Signed-off-by: Kuleshov, Elena <evn@att.com>
- Fix build, update sdnc nb version
Fix sdnc generic-resource-api-client version
by using the released version of the artifact
1.5.1 instead of 1.5.1-SNAPSHOT
Issue-ID: SO-1877
Change-Id: Id0419e44ffd88b206a9d183bfd27e4f1da98e60e
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Fix GR_API no homing path
Set correct variable name "homing" in
AAICreateTasks.createVNF to
ensure GR_API no homing path
does not fail.
Issue-ID: SO-1870
Change-Id: Ie19d9b5d475d2e3c5bec1f744975906813ab8723
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Fix common ccsdk dependency and build
Issue-ID: SO-1874
Change-Id: Ie151de0e2a0a0354a988e0d23deb77cd2a66a930
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
- Fix default Generic NeutronNet template error
Change-Id: Ifff06e6b0e37a6c0689ddca925386fdf671366f2
Issue-ID: SO-1873
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
- Merge "UPDATE lICENSE INFO" into dublin
- UPDATE lICENSE INFO
Issue-ID: SO-1854
Change-Id: Ica4cd90f0b89904dbd518521d9722cc2b065771e
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Merge "bump the SO dublin version to 1.4.1" into dublin
- bump the SO dublin version to 1.4.1
Issue-ID: SO-1851
Change-Id: I21ab3222a716e8b70ee9d33a9c00832c1807628c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- Merge "Fix deployment of workflows on start" into dublin
- Merge "VFModule To HeatTemplateUUID" into dublin
- Merge "Check if InstanceGroup modelUUID already exists" into dublin
- Update the Arc diags for SO
Issue-ID: SO-675
Change-Id: I55522f10344da148b83cda26820f82f54ebcec90
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- remove jtosca dependency from BPMN Infra
Issue-ID: SO-1834
Change-Id: I94886972032bff3bcd9cb033ccd337ad9e597bf4
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- update the SDC tosca version to 1.5.1
Issue-ID: SO-1834
Change-Id: Iea99bfce2d96611b61f0cba21038d08dd1fa9758
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
- VFModule To HeatTemplateUUID
- Set existing Heat files on the vfModuleArtifact.
Change-Id: Ie01a7932115158dc974ab9ba89a8954a3e732e79
Issue-ID: SO-1846
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
- Check if InstanceGroup modelUUID already exists
- Added code to check if InstanceGroup modelUUID already exists in DB.
Change-Id: Ibf3bf27e6c0523df80adad6debafa2c2f3a337ec
Issue-ID: SO-1845
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
- Fix deployment of workflows on start
Fix deployment of workflows on start
Change-Id: Iaa5cb96020da20c96bedb81e0829f73c7461b67f
Issue-ID: SO-1837
Signed-off-by: Kuleshov, Elena <evn@att.com>
- VNFM simulator implementation for delete flow
Issue-ID: SO-1773
Change-Id: I14c8325dbb8fbdaebff7b7ec674fd0ddbb5930c3
Signed-off-by: MichaelMorris <michael.morris@est.tech>
(cherry picked from commit 252f18a05916bd8f50e7fa803129e3e4c44cd0a5)
- Fixed issues found in delete integration testing
Issue-ID: SO-1827
Change-Id: I73fdcad3d466634cea850e4df10291a66ec2aa61
Signed-off-by: MichaelMorris <michael.morris@est.tech>
(cherry picked from commit f4f9c027afc2981d36d607612b6e67cd0a1e8d52)
- VNFM simulator implementation for instantiate flow
Issue-ID: SO-1773
Change-Id: I710fe6905d650df29f7550f4eafde2f672301bc4
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
(cherry picked from commit c0b9d01cbc3a3d3b1ce32178394e8fd74a10de65)
- Merge "Fixed issues found in integration testing" into dublin
- Fixup handling of multicloud post response
Make the handling of the multicloud post response
more flexible. Add additional parameters that may
come back.
Change-Id: I0a5c7016f11dbfe832c81e2fcafc398a998b622b
Issue-ID: SO-1833
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
- Fixed issues found in integration testing
Issue-ID: SO-1814
Change-Id: Ica6929e10cb40d535657eefc9786090af996ba32
Signed-off-by: MichaelMorris <michael.morris@est.tech>
(cherry picked from commit df6508f90ffb0247b94a7357035e36af61b4f207)
- Merge "Correct Catalog DB beans" into dublin
- build sndc and user directives in groovy
Fill out the sdnc_directives and user_directives
used by the multicloud vnf plugin adapter when
invoked via the groovy path.
Change-Id: Ia11680be682b38756f188c71e3e000bc21c15aa9
Issue-ID: SO-1822
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
- Correct Catalog DB beans
Correct Catalog DB beans
Change-Id: Ie9bb4aef606da8c87e5960c95b564fb2fc299869
Issue-ID: SO-1828
Signed-off-by: Kuleshov, Elena <evn@att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to fd0b48f7130300c70395742341a0cec2487bd6fa
- Merge "Improvements in ServiceDecomposition"
- Improvements in ServiceDecomposition
Improvements in ServiceDecomposition according to the Sonar analysis.
-Fixed imports.
-Replaced System.out with logger.
-Simplified if statements.
-Removed unused code.
Issue-ID: SO-1997
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: If7c399635fffef5bc75b10c7d93be4b27e097bd7
|
|
* Update docs/submodules/so.git from branch 'master'
to 94e4a51acd5c9dbb390770ba3c8b4148ba63153b
- Merge "Improvements in SniroHomingV2"
- Improvements in SniroHomingV2
Improvements in SniroHomingV2 according to the Sonar analyses.
-Removed unnecessary variables.
-Removed duplicated code.
-Added String constants.
-Improvements for an array size checking.
-Refactored diamond operators for a simplicity.
Issue-ID: SO-1991
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ia4f23210635e1ffad97eeb1d881a269fe391ff73
|