Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: vnfrqts/requirements master b850418ba0e0d16a1420ca6ebe9d1f5d664308ac
VNFRQTS - Movin Security Requirement R-86261
Issue-ID: VNFRQTS-332
Change-Id: I2ab10915a8d2419932e375ccf670b09bf4464370
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
|
|
Project: vnfrqts/requirements master b78d0099b92d86f773ec90c4267c3ff907798fd8
VNFRQTS - Rewording Security Req Batch 7
Including changes for VNFRQTS-304, 358
Issue-ID: VNFRQTS-358
Change-Id: Ib62616db310d36d6029c470554a3217d7ce54e58
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
|
|
Project: aaf/authz master 22613d3eda42ca065734d99fff59e4b4250ad660
Auto Auth Data 3
Issue-ID: AAF-420
Change-Id: I96558a900fa44e9c957725e2a5526db57c382b6c
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
Project: vnfrqts/requirements master be259535a2939a3c9225743535eec62f642540bd
VNFRQTS - Removing Security Req Batch 6
Including changes for VNFRQTS-313, 324, 325, 382, 384
Issue-ID: VNFRQTS-313
Change-Id: Id46c156fb788591a46e8586627575b8172706608
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
|
|
Project: integration master 389aa905437fcbdff9d77deff1b7bdd40ffe58b9
Add support for oom helm deploy plugin
Change-Id: Ic75c21e2666d60466ecb3f5b5cefa654a595b33c
Issue-ID: OOM-1344
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
Project: oom master ffb5d8f810679b24211060cb895b79d1851c3de0
Merge "SO override files to use apt kube dns address"
SO override files to use apt kube dns address
All SO override files are updated with correct kube dns address for inter application communications based on review comments
Change-Id: I6e1487f3d5a7db49df3e40fb41b6b148aacfee8d
Issue-ID: SO-1022
Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
|
|
Project: oom master 2dd257050d497887ea73cc17378e9250e70b8508
Merge "Update VID for AAF/HTTPS"
Update VID for AAF/HTTPS
Issue-ID: VID-260
Change-Id: I8fd1d505bef2311975d54542410939cfdd472dab
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
Project: oom master 38b3af01f8731fa2801ee920baadd900b490af83
Merge "adding POMBA rules"
adding POMBA rules
Change-Id: I312ef387ee5e84d90d78474d9c47b337bdfa450a
Issue-ID: LOG-434
Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>
|
|
Project: oom master e2e5f64df47fd56ce27a30fe63de1fcbce2d7641
Merge "Fix appc.properties APIDOC creds"
Fix appc.properties APIDOC creds
Change-Id: If2e4f219f5b7adecab6745b8abcea90bdda3e9df
Issue-ID: INT-641
Signed-off-by: Aaron Hay <ah415j@att.com>
|
|
Project: oom master ee8932686b10cca2f487bfc96718641e2b6c3af0
Merge "Provide pre-loaded SDNC Naming policies"
Provide pre-loaded SDNC Naming policies
Added curl commands to create and push SDNC vFW and vPG Naming policies
during installation
Made changes to satisfy Borislav's review comments.
Change-Id: I3c818bbd85062377dcf3a10f9da9f77565cff396
Issue-ID: POLICY-983
Signed-off-by: Michael Mokry <mm117s@att.com>
|
|
Project: oom master 6fdb4eac0ce5d6c5d0b5402bbfa864c3941067ec
Merge "Open http port and use correct logback."
Open http port and use correct logback.
Open http port and use correct logback, adjust VID image version
Change-Id: Id408d9cb7a5f5cbc41ff49d901d435393d7dac13
Issue-ID: OOM-1382
Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
|
|
Project: oom master 1d39d146d2dc62be6b7e613aac65d3f8d1a4f631
Merge "Add "client" and "requestId""
Add "client" and "requestId"
to Kibana index pattern creation.
Change-Id: I7ec86a59afb9a5e34b652210d87d02c1f126545d
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-454
|
|
Project: oom master 5c374851af58a35c4257566214516758afaf87d4
Merge "Backup Task: ESR Configmap labelling"
Backup Task: ESR Configmap labelling
Issue-ID: OOM-1393
Change-Id: I2c5866d01707b474ce9fbca2f7fe983fa7985cb5
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master a22e82c83b69905bc51bd88b6fd7e46aec05b787
Merge "Backup Task: Multicloud configmap labelling"
Backup Task: Multicloud configmap labelling
Issue-ID: OOM-1392
Change-Id: I2498876d3c9539265b1c5983de5c7dae0e40ab51
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master 0dfcc9f8a1a57eecc67b9388aa3da7c6f1263f3d
Add helm plugins to (un)deploy onap
In the Casablanca release, ONAP has become very large.
Every Helm chart contains some amount of external configuration.
And unfortunately, there is a limit to the amount of configuration that
can exist in a Helm chart. When ONAP is installed as a unbrella chart
containing many subcharts (each with configuration), the
amount of configuration that resides in configmaps in K8s
causes the installation to fail. To work around this issue, it was
necessary to introiduce a Helm plugin that will install/upgrade onap
by deploying the parent chart and each subchart within its own
Helm "release". This is the initial version of the plugins, which
has been verified to work and unblock integration in the deployment
of all of ONAP. Improvements will be made post M4 to further harden
and enhance the plugins. Specifically, the plugins are not currently
resilent to network issues which can cause some of the subcharts to
fail to deploy. To work around this, the plugins should be run from
within the same network as the k8s cluster you are deploying to.
To install, copy plugins directory into your local ~/.helm/ folder.
After which you should see 'deploy' and 'undeploy' if you do a 'helm'
with no arguments.
Change-Id: I7c586f1c75f7249d2d7c38b4088129162c96401d
Issue-ID: OOM-1344
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Project: appc master 3c0def26b386b2bc48ec7b6c0f53064bd270ce63
Adding DistributeTraffic LCM API
This commit contains code modifications for APPC to support DistributeTraffic LCM API. Tests has been implemented for new service.
Change-Id: I853120eced93928268074cf89dd62fb89fea9ff8
Issue-ID: APPC-1169
Signed-off-by: Tomek Osinski <tomasz.osinski2@orange.com>
|
|
Project: so master 2c9122ddb837db68a0f0c6c1861f4e5a1d08bf0b
Fix Parse Version
Issue-ID: SO-1063
Change-Id: I6d627915297f9be0a383516df363d3adec8fc083
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
Project: aaf/authz master 0054191da97b616c37d0504694ef96cf5fc168b0
Auto Auth Data 2
Issue-ID: AAF-420
Change-Id: Ie487f28f1b4eee6b3c2232b3874d7eab8335e11a
Signed-off-by: Instrumental <jonathan.gathman@att.com>
|
|
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
|