Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: vnfrqts/requirements master ad19e47bcf16bd3e6416628761cc3c5f66175772
VNFRQTS - Reword and Move Security Batch 2
Including changes for VNFRQTS-335, 375, 376
Issue-ID: VNFRQTS-335
Change-Id: I1a41cfe71cc8adba322368490f8368e2ae64d65a
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
|
|
Project: so master d4c05d98beb4b8db51d876d34e3e0fae086647ea
Merge "more stability fixes"
more stability fixes
Remove conditional to not check VNF topology
add empty string verification for serviceName field
Add junits for CNRCR and NtwkAdptr changes.
Add search in new CollNtwkResCust tbl to get NtwkResource.
- Updated test data files to include 'pre-load' flag in both
VfModuleOperation and NetworkOperation json test data files.
- MSO to not to send <preload>boolean</from-preload> to SDNC in
network-topology-opertion and vf-module-topology-operation. Updated
GeneralTopologyObjectMapper to set 'from-preload' to null so that
elements with Nulls are not sent to SDNC. Updated
buildNetworkInformation() and buildVfModuleInformation() methods.
update flow stats to not cause bpmn flow to crash
Fix headers so SDNC does not return XML
Add implementation of deleteVolumeGroupResponse parsing; fix JUnits
that worked by accident.
Change-Id: Ia96d552d731e112505fcf739029a6fd4d0134546
Issue-ID: SO-1061
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: aaf/authz master a05704fd1bd8b620c96a13004876e82f73e72af7
Auto Auth Data
Issue-ID: AAF-420
Change-Id: Ide26f253aaf2a3c3741cb2a0317bc6ea89e357ed
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
Project: music master cfc70c5f51aa3730aafbe6535ac70e0b2450629a
Change pom for ONAP
Change-Id: Ifc2b12a4231a856d9b858458b2d39129d3be00a7
Issue-ID: MUSIC-93
Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
|
|
Project: sdnc/oam master 4f65afc077b3bd25a19e56be96c4aa607eee2e77
zte data change process
Issue-ID: SDNC-354
Change-Id: I8a8c5047f86a726bdba6285c891ec200848a160d
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
|
|
Project: integration master 163268e093ac448932332c0df336f7e1af49c47a
Merge "Add support for ODL credentials that have changed"
Add support for ODL credentials that have changed
Add support for ODL credentials that have changed with the latest Oxygen upgrade
Change-Id: I048eb38b584741dd575c288b0a89b8d7689fa286
Issue-ID: INT-641
Signed-off-by: Aaron Hay <ah415j@att.com>
|
|
Project: integration master a342b2147f0c1a0eb0ce4304fea0e054b34edbab
Merge "Updates to BULKPM tests to add datarouter setup"
Updates to BULKPM tests to add datarouter setup
Change-Id: I4d794fcf108b9c7b5bc06c291ce075386c0155f8
Issue-ID: INT-649
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
|
|
Project: integration master 0e7ec4ef9101bd1268a339b7964619ee02d4074e
Merge "Updated schema,docker-compose, README.md"
Updated schema,docker-compose, README.md
Change-Id: If435a6540f7c8124fc8bbea7ad46a495ab087fd1
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
|
|
Project: integration master df038682c6245bc050b6a1f6ada76a07af72e178
Merge "Fix failed tests"
Fix failed tests
Fixed 2 TC. Changed sourceName -> correlationId
Issue-ID: INT-661
Change-Id: Ic17f8b63c8ed2bb5ba0e9bfbb716dbc7f63a5686
Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
|
|
Project: integration master 86f78a1e9b9082361cf3a72b70f6d37e7448a1e7
Merge "update dcae images tags with file sorted"
update dcae images tags with file sorted
Change-Id: I5dc8ae21378822656e112eeb0d1119fc8c28914e
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772
|
|
Project: integration master ebcaf26434eafe964dabae364ab865a93b23c530
HPA Score Multi-Objective function tests
Added CSIT for HPA Score Multi-Objective function
Change-Id: If2da01302f7b47507c212278b1cc42c59a52e168
Issue-ID: OPTFRA-313
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: so master 52355663e2a14135f4fe86fe7c30dc93aa588f18
Merge "add single transaction api to aaiclient"
add single transaction api to aaiclient
fixed marshalling when issuing a patch request
added support for single transaction api in A&AI
Change-Id: Icf755f547523cc7dbf931e198177847a5a1c6ea1
Issue-ID: SO-1060
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master 770fe71b9733f63fcd429e4ee233bbc9396411e4
Merge "Updated error handling of BPMN sub flows"
Updated error handling of BPMN sub flows
Added error handling subprocess to only those BBs that call a sub flow.
Refactored error handling in ExecuteBuildingBlock.
Added error handling and enhanced modeling of remaing BB flows
Added error handling and enhanced modeling of assign/activate BBs.
Change-Id: I2ab6236e3c2206b74b6368db69d8953a779f4f19
Issue-ID: SO-1059
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master 077b69a9dab041c229db5ca891bd01b817b90ac7
Merge "Accept header not honored when building exception"
Accept header not honored when building exception
added accept headers to http entity request
mappers were looking at "Content-Type" and not "Accept"
modified test to no longer share global headers
added additional tests and corrected comparison errors
Fixing issue with comparing media types, the equals method in
MediaType.class uses parameters as well to compare, added a method to
just compare the type and subtype and get done with it
Fixing test failures, getMEdiaType would come as null in most cases,
this causes the defautl serialization mode to be picked which is xml.
tests now pass with exception providers in place
exception providers now handle JSON and XML
Dumy push to re-trigger the build which failed at sonar evaluation
Trying to fix the build by removing different spy's
Returning XML instead of JSON in cases of error for
endpoints. Removed exceptions and its generic handler which is a good
thought, however given that the exceptionhandlers are generic it gets
tough to return to handle exceptions which require different namesaces
in response amongst other problems.
Change-Id: I684fe3b0047693093a99aa999faf261d7713f404
Issue-ID: SO-1058
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master 499eaefb09c4317bbccb3ce31fb500c663b19bd5
Merge "Accept VNF Recreate Requests"
Accept VNF Recreate Requests
Updated nfRole in sample catdb json response
Added gr-api-default recipe for recreate
Updated description in catdb response json
Updated catdb response file to have the correct action
Added action to common package
Removed requestor ids and source from test requests
Began adding recreate endpoint and tests
Began adding validation for recreate and junit tests
Change-Id: I60c588be104b82b2d0dfb8587069e04f7b4710be
Issue-ID: SO-1057
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master 67e54470732dd92d06fa1a65146bafaef2616cbb
Fix SDNC Parse
Fix to use proper wrapper bean to fix marshalling
Change-Id: Iec167059557cbf73236f3efad9a9780571a0468e
Issue-ID: SO-1056
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Project: sdc/sdc-tosca master b675cde3363762d1e716241e04733ca315fb63b4
Resolve get_input for list change
Change-Id: I818bc10c27b543fd767cd47eca7b59ba07e27b09
Issue-ID: SDC-1769
Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
|
|
Project: multicloud/k8s master acfc52396351261756b6d319d7578f2277f2d272
Merge "Separate tests"
Separate tests
The current tests can be separated in two categories: unit test and
integration tests. The criteria depends on the scope or dependencies
required for the test. This change provides a mechanism to test
only one category.
Change-Id: Ib7bac49cb0b2d14544fb9704345436a7ba71aead
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
|
|
Project: multicloud/k8s master 4416616ae34f7b0410b67d69a6d44011f2946484
Merge "Bump kubernetes version to v1.11.3"
Bump kubernetes version to v1.11.3
Change-Id: I23289a04ad63da13c51b242f1374c526f4b9e80b
Issue-ID: MULTICLOUD-301
Signed-off-by: Victor Morales <victor.morales@intel.com>
|
|
Project: multicloud/k8s master 6a0302e5b820abf41637641836d502ce4e1cf14c
Merge "Bump virtlet version to 1.3.0"
Bump virtlet version to 1.3.0
Change-Id: I96c9519a282a5806002ac2c61a49eda5ff8b8e90
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
|
|
Project: multicloud/k8s master 218be1a340c26caab12d3d9873ba53920b9eef21
Merge "Complete Plugin Functional tests"
Complete Plugin Functional tests
The script that consumes the Plugin Endpoints to ensuring its
funtionality was completed. This change helps to covers all the
endpoints exposed by the API.
Change-Id: I56d1412debd3942d42484389a1c3ff04aa3da563
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
|
|
Project: multicloud/k8s master 9c63ff115cb6108a0531287e0efc929493935907
Merge "Refactor Functional tests"
Refactor Functional tests
The current implementation of Functional tests didn't allow to reuse
some functionality. This change exposes common functions and methods
to populated CSAR folders.
Change-Id: I8f4daf9a0a12633f952677b3e15de42bea5226e6
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
|
|
Project: clamp master 82912bbbc020c144ec7d4fca984397284ac0c634
Merge "Guard policy Backend"
Guard policy Backend
Introduce Guard policy backend code
Issue-ID: CLAMP-190
Change-Id: I7d60c6dd700c84607329f5449287465379b94807
Signed-off-by: sebdet <sd378r@intl.att.com>
|
|
Project: clamp master fc67a39be8e20adc5af4172cb7d37bab2f0c0054
Merge "Introduce new changes to UI"
Introduce new changes to UI
Introduce changes to support Guard policy
Issue-ID: CLAMP-190
Change-Id: I4bffd2ee2a777ee43884fbf03b6128c0198f98ba
Signed-off-by: sebdet <sd378r@intl.att.com>
|
|
Project: clamp master fa5130a38358f44eb1bc86b878bb3aebc1953b78
Merge "Remove useless code"
Remove useless code
Remove useless code in javascript for CLAMP UI
Issue-ID: CLAMP-220
Change-Id: Ie08799370079b9c9edaaff9a567458d81ef22eb4
Signed-off-by: sebdet <sd378r@intl.att.com>
|
|
Project: optf/osdf master ce6ac9833b9d91dfe9fdd4a0346a641c0c246d90
Merge "Secret Management Service feature"
Secret Management Service feature
Added supporting library required for enabling SMS integration.
Added Unit tests and manual tests for store/retrieve/delete secrets.
Added AAF cacert, preload_secrets config for testing.
Integration with application NOT Done in this patch.
Change-Id: Ic2be41f825b327064127fbf83f9e1057a68f19c2
Issue-ID: OPTFRA-343
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: optf/has master c308285af168973583125f13590789ba3ff27093
Merge "Secret Management Service feature"
Secret Management Service feature
Added supporting library required for enabling SMS integration.
Added Unit tests and manual tests for store/retrieve/delete secrets.
Updated conductor.conf with aaf_sms group. Added preload_secrets
config for testing.
Integration with application NOT Done in this patch.
Change-Id: Idf7e4249a88a39c586d893226a9110e9d5180787
Issue-ID: OPTFRA-345
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
|
|
Project: sdc/jtosca master 6fefab672f8ee763b561b0f67681e4f5b09418bc
Resolve get_input for list change
Change-Id: I53c13b22f74f857395f6f9c40801b0e927562bf5
Issue-ID: SDC-1769
Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
|
|
Project: policy/engine master 8287e34104ce634d2a20c5906ddb53a2a4fe6959
Upgrade elasticsearch v6.3.0
Resolves a security issue around information disclosure. The
recommendation is to upgrade to this version for the fix.
Issue-ID: POLICY-1063
Change-Id: Idebb19d2c530b716a25aa91832c053e6b2d0ffce
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Project: dmaap/dbcapi master 5347edeaee65ac740c7d306b82422035c7bfa863
Merge "Added Sonar fixe for JetttyServer.java"
Added Sonar fixe for JetttyServer.java
https://sonar.onap.org/project/issues?id=org.onap.dmaap.dbcapi%3Adbcapi&open=AWGB3zDS8TZzbCgU6dNh&resolved=false&severities=BLOCKER&types=BUG
Issue-ID: DMAAP-778
Change-Id: I5cd3c3b875931deee51730ef6eb86654aee7e710
Signed-off-by: Amaresh Kumar <kamaresh@in.ibm.com>
|
|
Project: dmaap/dbcapi master 08d41a3fdcf909466e82c43ba30fefa0cf80c41e
critical sonar fixed in AafConnection.java
https://sonar.onap.org/project/issues?fileUuids=AWBPi64T-08if2a6vO68&id=org.onap.dmaap.dbcapi%3Adbcapi&open=AWBPi68C-08if2a6vO8k&resolved=false&severities=CRITICAL
Issue-ID: DMAAP-779
Change-Id: I540bf00862ef643a1319a5dee969f786216da100
Signed-off-by: Amaresh Kumar <kamaresh@in.ibm.com>
|
|
Project: dmaap/datarouter master 1298e6487340fcb1644c4a0a7e06026d156bdf8f
Merge "Fix new sonar vulnerabilities"
Fix new sonar vulnerabilities
Change-Id: I56258ef54bbe44ff1c172ab51d19f251adb7aaf4
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-771
|
|
Project: dmaap/datarouter master 6d10bed2c0a833ae38d49efe8df0b74c825633e8
Merge "Fix_Old_Vulnerabilities_in_NodeConfigManager"
Fix_Old_Vulnerabilities_in_NodeConfigManager
Change-Id: Ie8d73ef8056d2648cab06ebe17d5eebc399c8716
Signed-off-by: Mariusz Sobucki <mariusz.sobucki@ericsson.com>
Issue-ID: DMAAP-775
|
|
Project: dmaap/datarouter master f590dcbbcd7b576385bc11f510196ccf0ea6846f
Merge "Fix Vulnerabilities in SubscriptionServlet"
Fix Vulnerabilities in SubscriptionServlet
Change-Id: I3ba9192d334a6023756eaac217999b01e598d7cb
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-775
|
|
Project: oom master bc7c2b8308105985d2807a1ddd94537b5b6bbbd3
Enable /contrib chart leveraged by Casablanca UC
Enable /contrib chart to package software leveraged by CDS usecase in
Casablanca. Packaged under /contrib as Netbox is not an ONAP component.
Issue-ID: CCSDK-366
Change-Id: Idd30db3b9e8865f64a269e628fbf7c365f125f06
Signed-off-by: Marc-Alexandre Choquette <m.a.choquette@bell.ca>
|
|
Project: aaf/authz master 3f25c89d8fe0ee5e8ef37f64059841eac41e93b8
Remove Tomcat 2(Security Issue)
Issue-ID: AAF-420
Change-Id: Ibb080432f8c7faa7b923b1f4c1e4542d3ad0d693
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
Project: policy/engine master a1a279f01734ba32f12b44186d6278dfebbf6385
Merge "Upgrade commons-compress v1.18"
Upgrade commons-compress v1.18
Fixes 2 security issues and brings the common property
value to the root pom.xml for easier management.
Issue-ID: POLICY-1063
Change-Id: I56e3318bdfae2d205c61a5ad7af70a79bd70dada
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
Project: policy/engine master 27e394f8c77fab9b0be1c22e7130b10a032153c1
Fixed incorrect model name
Changed the model name of the script to be the correct SDNC-GenerateName
version CSIT to fix the failed CSIT test cases
Change-Id: I8974202cfc8cea3a19e102813fbf2a4f449cd11b
Issue-ID: POLICY-983
Signed-off-by: Michael Mokry <mm117s@att.com>
|
|
Project: aaf/authz master fa8d6a2ec732729a05db6e545318dd1e65cbb943
Remove Tomcat (Security Issue)
Issue-ID: AAF-420
Change-Id: I5990ca297cf7b196b8148161260a41c11d92399d
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
Project: aaf/authz master e72d3300a54026cb317d2563c6449ffbb91b8b57
Cass Init Data
Issue-ID: AAF-420
Change-Id: I94dbc5f8fc371eab6e28f03011578e1eb33872a3
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
Project: sdc master 599f6c050b48932479fa91e189ee42ad2111d95a
Bugfix - interface_types missing from tosca
1.Fix for interface_types missing from the tosca
model for a resource/service
2. Interface name should not contain spaces to make
the behavior consistent with tosca node type component naming
Change-Id: I8e135a87d659d3fb17d284247bcf222a8be7ccde
Issue-ID: SDC-1760
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
|
|
Project: oom master 1af5fbeb9f212a544a3230f0ad1a7a7bfd990338
Merge "update log helm chart from 2 to 3.0.0"
update log helm chart from 2 to 3.0.0
Change-Id: I84b218452315c2026fb443c85a0cfce04098b29e
Issue-ID: OOM-1361
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
|
|
Project: oom master 720592272fb728c837c9b164886bfd957f8a1c98
Merge "Add portal option to ete test script"
Add portal option to ete test script
Change-Id: I42011b0dae86eb96b52764085adfccbb8e062b9d
Issue-ID: PORTAL-388
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Project: cli master 0b6db3fd771ab6b4fbc75d178afc3a5fb421f934
VTP: Migrate VNFSDK CLI to VTP
Issue-ID: VNFSDK-304
Change-Id: If3d5d355b5be405cb239c6cf8bd8ae485e859ac9
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Project: holmes/rule-management master 153b0f688907ff17929723d0a33c0feb4477913e
Merge "Updated Release Notes"
Updated Release Notes
Change-Id: Ifee3d56ca38da4af6f115f2ada738fbf8db473c7
Issue-ID: HOLMES-169
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
|
|
Project: holmes/engine-management master ea9c9acd32e428d493e195c9c891fcfbc8fcf92d
Updated API Decriptions
Change-Id: I4ffea59f446d772339dcf78f8c8a39ba6a0aaa48
Issue-ID: HOLMES-169
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
|
|
Project: oom master 27fe5d7490f58a5e53df94b14f4585301ce4fc3f
Merge "Config update to fix whitespaces issue in payload"
Config update to fix whitespaces issue in payload
Change-Id: I441e26f6e4c7add77ec65fb651b4cd59f9c4c06b
Issue-ID: AAI-1596
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
|
|
Project: oom master 933bdb7e46432c108dde567b162ac87e5286a797
Merge "update LCM DG config"
update LCM DG config
LCM DG config for ScaleOut, TrafficMgmt, SoftwareUpgrade
Change-Id: Ia607fb6002968b266fa4d025129cada72485b445
Issue-ID: SDNC-425
Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
|
|
Project: vfc/nfvo/lcm master 48f7b3d0d6fc76f6949b0608465267325237c00c
Trigger subscription in nslcm.
Delete subscription when terminate vnf.
Change-Id: Ic7d94f3698b2bf73543f702d9ffbb41ceac26b7e
Issue-ID: VFC-1126
Signed-off-by: laili <lai.li@zte.com.cn>
|
|
Project: vfc/nfvo/lcm master eb0c6ac326a34de3ce9d09abad9c6cf3d0572833
Trigger subscription in nslcm.
Change-Id: Ibd5b64f61e130b0ef39817eaeecb4c2bf368c489
Issue-ID: VFC-1126
Signed-off-by: laili <lai.li@zte.com.cn>
|