Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: multicloud/framework master 7204293286d554d86a964a2f44f19d902cf1e47a
Add INFO.yaml file
Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information
Change-Id: Ia6c1d487ed139ebb8c2e4413fa1d061d3a45c6ca
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: policy/engine master c25e4d412eb573de020ba4e5da48f48451217f52
Merge "Use builder for std pap policy"
Use builder for std pap policy
Modify constructor in stdpappolicy to use builder
this will fix the sonar issue related with more than
7 parameters method parameters
Issue-ID: POLICY-1016
Change-Id: Id736a66e5ea48f0f233cffb640cdce8aaa8f2c0d
Signed-off-by: Krishnajinka <kris.jinka@samsung.com>
|
|
Project: externalapi/nbi master 8c4f868a5417629c1be17d7b98307fb5ed575211
Help NBI user to get information
-add orderMessage 105 (service name already exists)
-add tests
Change-Id: I62ead9c22af49ee14d3a99eb97dddbf4fcd91e3c
Issue-ID: EXTAPI-116
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
|
|
Project: vfc/nfvo/driver/vnfm/svnfm master 099b6ed47c3409cbdbdcef3dbb377bfac4d17604
Fix pom dependence error
Issue-ID: VFC-1027
Change-Id: I1df475232d9753a2a778bcd002f1155d383567c2
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
Project: so master 66c2def4d7b1a85cccea76f9d5096bf3e23f3b9b
Merge "update install and configure document"
update install and configure document
Issue-ID: SO-675
Change-Id: I157d04c2bebf3771df22792d9c7856ffa99d8393
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: vid master 3fd63d35ff8eef56e139c403beea776067cc2029
Merge "Rename vid-simulator packages"
Rename vid-simulator packages
- Rename from openecomp to onap and update imports
- Fix small bug in README.txt
Change-Id: I099b010adf7ed6dd708c9feae0340be462b1d195
Issue-ID: VID-205
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
|
|
Project: sdc master b111bbed40e9fe02d980fe0af360f60ca47f5ac6
Bugfix - Broken Action Library APIs
1. Fix for Sev-1 bug related to broken action library
APIs due to cassandra driver upgrade to 3.x
2. Updated code based on review comments
Change-Id: I4e62a7f2bf30a78d1f72f3c78ad8270985bcd56e
Issue-ID: SDC-1669
Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
|
|
Project: sdc/sdc-workflow-designer master 628397661a8b023a17316f9a501c8bd8af107a3d
Search Workflow by name
Change-Id: Ib45a028638293052865039a1f7bd6bf8b48e8e36
Issue-ID: SDC-1662
Signed-off-by: ayalaben <ayala.benzvi@amdocs.com>
|
|
Project: aai/esr-server master 0836ecdc1d78e7fb3c5c8c9be5bd48c4d70e234f
Fix the nullpointer error when register PNF
Issue-ID: AAI-1496
Change-Id: I2fac156cb35e0a2306abac104a11581f9e363b71
Signed-off-by: Li Zi <li.zi30@zte.com.cn>
|
|
Project: optf/osdf master 902698ef5f07d9cbb2c46b3fb28c4d50da39edda
Increase sleep time for has simulator
The functional tests are failing, because the simulators are not up and running when the test cases are running.
Change-Id: I2a487cc05ae8e1b366640afbdcb40bce8fa5d89a
Issue-ID: OPTFRA-321
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
|
|
Project: holmes/engine-management master b01bc3bd3a5a9b4ab69e8c8591782e62c40c9675
Updated the version to 1.2.0-SNAPSHOT
Change-Id: I9d8e528c17feaab0d1bcc910ec874d049f222bfd
Issue-ID: HOLMES-161
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
|
|
Project: so master 52e25ed16777518b4c0a65c7c441c1f74f8b5965
Merge "sonar try-with-resources"
sonar try-with-resources
Issue-ID: SO-871
Change-Id: I151ea890755c0a9dd9e7f5df1ed807a660fb0c2f
Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
|
|
Project: holmes/rule-management master 3199971f253c7b8af53104e0c18122b6312701ce
Updated the version to 1.2.0-SNAPSHOT
Change-Id: I49ce114aebd5eb738a410d175c662fff40be3769
Issue-ID: HOLMES-161
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
|
|
Project: integration master f3bd63b4d74645588d1870e0fd9bd3458f8f8222
Update vio and framework staging version
Change-Id: I4b7a00c52c5dd75e98afd4e5eb33503bce8f9c40
Issue-ID: MULTICLOUD-334
Signed-off-by: liangke <lokyse@163.com>
|
|
Project: so master 4d4177a26a5ccbead0da4818cbf93be6aeb39617
Merge "openstack_adapter container fails to start"
openstack_adapter container fails to start
The reported problem occurs because the openstack-adapters app
is attempting to do a migration on top of a migration already
performed by the catalog-db app.
I'm adding these options to flyway in openstack-adapters:
baseline-on-migrate: true
validate-on-migrate: false
Another issue is that the java-based CloudConfig migration class
was looking for CloudConfig data only in the application.yaml
file in the classpath. It was not looking for CloudConfig data
in the override file. I've changed this logic to look in the
override file first and then in application.yaml. Ideally, these
sources would be merged, but I don't see a reasonable way to do it.
Change-Id: I7ba07c1f8f00b4c628e825393ee31502950fe592
Issue-ID: SO-868
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master 377069ff37c83a21acb406f77703b1256aa41a9c
prod bug fixes august 12th
Set generalBuildingBlock variable on execution to
pass heatStackId updates to the calling process.
Pass CloudParams to SDNC on Create request
Pass cloudParams to VNF Adapter on VF Module
creation too.
Change-Id: I523cde0edb1412fc12e1d7a13c91c77869b505fd
Issue-ID: SO-875
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: optf/osdf master 591f278130ac54d136fad0c0256d2f50bdfb5f47
Fixing the typo of application/json
Issue-ID: OPTFRA-310
Change-Id: I74a50f1e19d2f6f3e10b31c4c2b89d6dc32f5421
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: dmaap/messagerouter/messageservice master e2b2e5119c302076f852f191e50fc7efed14f677
update the documentation to swap the ip addresses
Issue-ID: DMAAP-595
Change-Id: I73a3e89ee020f0c9f7f7caae4beb24d3e951c28b
Signed-off-by: sunil unnava <su622b@att.com>
|
|
Project: so master 533a86008aef018ad7de16ce09070d374c7dae16
fixed sonar issue in WebSecurityConfigImpl.java
fixed the sonar issue in the file at line 39
Issue-ID: SO-874
Change-Id: Ic187fa42e81a503e99ff71ab9ab971c21aa82cd3
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: dmaap/datarouter master c08aaf1c8651d918cab9c93c6ab7d19e258043b4
Add Unit Tests for InternalServlet
Change-Id: I5e8339f411e9bbefa4496c0db8250a204e27069b
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-101
|
|
Project: integration master 300283cd7d75696bd0c08dc96cdfcf5069fbd54e
Merge "Fix Failing Publish Test Case"
Fix Failing Publish Test Case
Change-Id: I6e7c691534cbad6727907bcb90b16490a2aec930
Signed-off-by: Conor Ward <conor.ward@ericsson.com>
Issue-ID: DMAAP-624
|
|
Project: integration master 84fb7cdd7af3b214b4c3b0473b1a57d405d5d416
Fix SO docker images in staging manifest
These are the new SO images:
onap/so/catalog-db-adapter
onap/so/request-db-adapter
onap/so/sdnc-adapter
onap/so/openstack-adapter
onap/so/vfc-adapter
onap/so/asdc-controller
onap/so/bpmn-infra
onap/so/api-handler-infra
Linked issue: https://gerrit.onap.org/r/#/c/61341/
Change-Id: I160208bca3247e3150602aacce3a41b9004fc178
Issue-ID: INT-632
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: appc master 9a35bce9c8d64a38d4b18f2d77776e66c4926da6
added test case to TestDmaapProducerImpl.java
to increase code coveraje
Issue-ID: APPC-1086
Change-Id: I2e507c2df03776fab33b023de6033cdd15e3a6ee
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 3098bcd71f40750cce76c28ca74f89be1d76c536
fixed few sonar issues in AAIResourceNode.java
fixed few Sonar issues
Issue-ID: APPC-1166
Change-Id: Idc11b37bb22105750146c2bccd84f173f086c61f
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master ec858744b4688b4fd233cbe47ef2a4c4e0ae86f3
fixed SONAR issue in AppcAaiClientActivator.java
fixed SONAR issue
Issue-ID: APPC-1165
Change-Id: Iadc79265f18c4d6a61367a48d31ea6b70ce0178e
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 4cdb5d95d17ab91e0e7149d045ea6d8eb31d3ab7
added test cases to TestRequestContext.java
to increase code coverage
Issue-ID: APPC-1086
Change-Id: I32fc17823608fb0c79f11b3385379e34f6eb49cc
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: appc master 998de995faf5d554c0d07871b712c26374a5cda0
added test case to TestAnsibleMessageParser.java
to increase code coverage. Also, formatted the code.
Issue-ID: APPC-1086
Change-Id: I3b7bf6c70f20b0e42326f2fe3b642742f3fcd524
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
|
|
Project: dmaap/datarouter master 428c7cf9852acf38fb3d043b17af07a88ebee7c9
Fixed sonar issue in NodeUtils.java
Fixed Sonar issues in NodeUtils.java
Issue-ID: DMAAP-623
Change-Id: Idd3f7d3e40b8981813b5096aeaec44f58d56b0a7
Signed-off-by: Amaresh Kumar <kamaresh@in.ibm.com>
|
|
Project: integration master 117de1a99860eac93eb7670b25c2ce40d459b9d2
INT-622 attempt to fix build
Change-Id: I573518a39423be0b9faab3c4354e962c70297fb2
Issue-ID: INT-622
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
|
|
Project: sdnc/oam master d46567fd73616f6b388a75f196177e35a6275ad3
Update GR-API link
Update link to GENERIC-RESOURCE-API documentation to reflect latest
version.
Change-Id: Ibe9351e2b2cda27bf946ae78c0f974c4f88257bf
Issue-ID: SDNC-427
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Project: aai/aai-common master 3b0d3167a2ad458bbe59e0f703b40ef4f4976424
Sonar issue fixes for PutOperation.java
Issue-ID: AAI-1525
Change-Id: I34e8618223c5ca4aeefbc37dc148b556877f444e
Signed-off-by: Mohamed Asgar Samiulla <sammoham@in.ibm.com>
|
|
Project: sdc master 34db62e9a6b338219980c21ba9f39029f481f866
Import normative improvement
extCp2 tag allignment
Change-Id: I22befdeba9368b2248d668c8ef1043ca7efb026a
Issue-ID: SDC-557
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
|
|
Project: vid master d47fd3bfc9aa456091c356122d149166e853f953
VID-266 added stub server for testing
Change-Id: I39b8fca2df4c45123e2308142dfbb43c737f7707
Issue-ID: VID-266
Signed-off-by: Koblosz, Sandra <sandra.koblosz@nokia.com>
|
|
Project: so master 4686fe3a81a4659faecdf908c27f52fa364acff6
Merge "Fix the structure in the doc for bpmn"
Fix the structure in the doc for bpmn
Issue-ID: SO-675
Change-Id: I2dc7bc2f77b191a60206678a6fe25bd2ef81f83c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: dmaap/datarouter master 441eae1b3d617a5b78df37865874f166e3491f8d
Merge "fixed Sonar issues"
fixed Sonar issues
fixed sonar issues in nodemain.java files.
Issue-ID: DMAAP-618
Change-Id: I45fb6a83b4c53eb858eae61f4647f8bd9df8b3a1
Signed-off-by: Amaresh Kumar <kamaresh@in.ibm.com>
|
|
Project: dmaap/datarouter master b41f23ef65cc5adbd0a5e77f8e80e801e370c8d9
documentation for publishing and logging API
Change-Id: Id2550795223fef96503ca9260b30bfcfa53e58db
Signed-off-by: Emmett Cox <emmett.cox@ericsson.com>
Issue-ID: DMAAP-549
|
|
Project: externalapi/nbi master 9feae3a717ad1fc69700e59f7b3181fa78337138
Merge "EXTAPI-102 Initial commit"
EXTAPI-102 Initial commit
Issue-ID: EXTAPI-102
Change-Id: I8a24d9ea73ecfc9c386be12bd35f4d6141d6f2e9
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Co-authored-by: MariosIakovidis <marios.iakovidis@huawei.com>
Co-authored-by: Prabhu201713 <Prabhu.balan1@vodafone.com>
|
|
Project: appc master 92566aed18ea21c367e879c9f514b6dd66d1ce23
Correct missing bundle
The appc-config-params feature requries a bundle
which is not already added to the installation zip
automatically.
Change-Id: I2e256b0e28024e4b59ff002b2297447c5e3f9d12
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1158
|
|
Project: so master 539776c6a387e25f0c428be1f8c6912d94c50e88
Merge "Update the structure of the documentation"
Update the structure of the documentation
Issue-ID: SO-675
Change-Id: I1e17beb266beab4dd8f509762a6f9e7fdb18c1d4
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: sdc master d08b71befd5685675a4bb54ba35b89ab3573261f
Import normative improvement
add debug to 3_import_Normatives
Change-Id: I23537f750a67d5278f98676651ac0c85c0f85e86
Issue-ID: SDC-557
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
|
|
Project: aaf/authz master 6d8972660b8806a36a4cdc87d1df086b7e34a501
Merge "Improvements of Certs creation scripts"
Improvements of Certs creation scripts
Corrections and usability improvements
of Certificates creation scripts located at:
/aaf/authz/conf/CA
Change-Id: I1b933f4eaf49e94805e5307563886049606d4103
Issue-ID: AAF-441
Signed-off-by: Maciej Wejs <maciej.wejs@nokia.com>
|
|
Project: aaf/authz master af42ec3a1ed9d88ffea998795ca535986c2de86d
Merge "Introduction information ReadTheDoc"
Introduction information ReadTheDoc
Added introductory information on the AAF project
Change-Id: I80edbdbc2029f31a5e93925ac15fd3af6bbbb19b
Signed-off-by: Youssef-Chawki <youssef.chawki@orange.com>
Issue-ID: AAF-426
|
|
Project: vnfrqts/requirements master 844d22e96803cbfad1a7017a861fd763c191b80c
VNFRQTS - Updating licenses in files
Change-Id: Ia321de03676efe5c090249d62f5b7d1376c95b54
Issue-ID: VNFRQTS-301
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
|
|
Project: vnfrqts/guidelines master d70844edb9220d92114a182a098612791de12309
VNFRQTS - Updating licenses in files
Change-Id: Ie78219390c96968f99fb97ec928591f500ca3d52
Issue-ID: VNFRQTS-301
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
|
|
Project: vnfrqts/usecases master 3b23393413913ec0c0e44df7f9b2fc673e93e503
VNFRQTS - Updating licenses in files
Change-Id: I4a856b55dfeec983c3e73bda02023e3e3ab58521
Issue-ID: VNFRQTS-301
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
|
|
Project: vnfrqts/testcases master 5bb4f5bcc746784f1b9c8fd7afc5085735c4a7b5
VNFRQTS - Updating licenses in files
Change-Id: I997386987f43f695db9159d2399f7fd8ee0cc601
Issue-ID: VNFRQTS-301
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
|
|
Project: sdc/sdc-workflow-designer master 26103fb6434f652e98cb8943d9124a29a9f7c5d3
Merge "bugRelease1 after changes"
bugRelease1 after changes
Issue-ID: SDC-1655
Change-Id: I0e049a77751c9df930d9d70bbe7ea6697df7a573
Signed-off-by: Yarin Dekel <yarind@amdocs.com>
|
|
Project: sdc/sdc-workflow-designer master 484e6de232bdaf891267056436e155fd66c7973d
Add audit logging for WF
Also formatting fixes.
Change-Id: Ia57e7b3c7208df962fcc7305822a055984aafe0b
Issue-ID: SDC-1530
Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
|
|
Project: aai/esr-server master d8db76d816a659b91085d4ae0614895ba1e78b65
Add unit test for PNF registration function.
Issue-ID: AAI-1500
Change-Id: I2eca9b2baf5be61009c1ad72c91a056107c72bde
Signed-off-by: Zi Li <li.zi30@zte.com.cn>
|
|
Project: so master 32fdbf907f8ca5109461379508e3b28d575a9dc1
Add device resource bpmn process for ccvpn uc
Bug fix for ccvpn uc
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa70000013
Issue-ID: SO-683
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
|