Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: multicloud/framework master d04a2f7056c4579ee72b328dbb3413a3521ec662
Add more docs for Multi VIM/Cloud project
This Patch is to add documents of deploymnet guide and API description into
the project.
Change-Id: I55ff0b8238aa79fd20808b6e9134ab1e77285cbb
issue-id: MULTICLOUD-86
Signed-off-by: Xinhui Li <lxinhui@vmware.com>
|
|
Project: vnfsdk/model master ab6c6f0c7ece1bbf0644efa875bcb287edf785b6
fix pkgtool references
Fixed git clone command and other typos in pkgtools doc.
Issue-ID: VNFSDK-102
Change-Id: Ia49da31f3e4fae223098b76691af9f2edd443e85
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
|
|
Project: appc master a132582db7f3718d51959cd093bea5198bf94530
APPC - OAM ConcurrentModificationException
Fixes:
- In the AsyncTaskHelper, the cancel future augmentation in the
scheduleBaseRunnable(...) removed itself from the myFutureSet while
it was iterating over the entries. This caused the
ConcurrentModificationException
- The Timeout operation in the ConfigurationHelper was not converting
the units to millisecond.
- The Timeout in the BaseProcessor. preProcess(...) was NOT using the
request-timeout value supplied in the request.
- When a timeout occurred in the BaseProcessor. preProcess(...) method,
the OAM state was not being switched to ERROR state
Issue-Id: APPC-263
Change-Id: I02c5e3adaca9a595d2c3541d8a997f3254bf097a
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
|
|
Project: so master 6589c075f1cb32951fbec45fd6c4cfe40d81157a
Merge "MSO API Handler Test cases license"
MSO API Handler Test cases license
Correcting license information for two classes.
Change-Id: Ibab17104bf1d1a2bb305cdb7e35a7181e2cc0871
Issue-ID: SO-171
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master d4b2fd6ec31e6c0858578598d3e8ed043faa9eb5
Merge "Code coverage for SO adapters"
Code coverage for SO adapters
IssueId: SO-191
Change-Id: I720e58a0ce058f4aec0b4c04b45ac88963a2c3b2
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: policy/engine master 4a4628d57bf3d11fda68e16f695139d512f75354
Fixed bug introduced by sql injeciton protection.
Added missing colon before the named parameters. Fixed a typo parameter
name. Fixed bad cast by setParameter.
This fixes issues encountered in the UI. Whenever a policy is moved,
renamed, or deleted it makes a db call and that db call fails on
setParameter method. This hibernate method is supposed to automatically
detect the type of the object for the named parameters but it fails with
type Long. It tries to convert to int and it fails. A check is now added
for type Long.
Issue-ID: POLICY-278
Change-Id: Idbb4067a5ec2cc9d9b040de9e574ba2564e1ee2c
Signed-off-by: Temoc Rodriguez <cr056n@att.com>
|
|
Project: appc master b9ab501e8f5fd4750dd3dc07d054821a186a35b2
Fix appc-oam wiring issue
After uninstall appc-event-listener, appc-oam is going to be in installed state
which should not happen
Issue-Id: APPC-264
Change-Id: I314259382954057e457c7a5c927b31e4920e7336
Signed-off-by: Hao Kuang <Hao.Kuang@amdocs.com>
|
|
Project: so master 6de70aa89a14191d0d06e8a084d780c8fadf49b2
Merge "MSO API Handler Test cases"
MSO API Handler Test cases
Adding test cases for MSO API Handler coverage.
Change-Id: Ie4a3fc86395b9010357fb7027178933ff73150cc
Issue-ID: SO-171
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: clamp master 433d254989ecef089586db6b20da1a68891b6e4d
Fix the bad test
This test fails when pnfType is set in the yaml
Change-Id: I7ec3996ca0bbf40334063011d9d745155b1ba6e8
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master a9d631c0dc2f9d3abfb595066283c4fcbd6b7d4f
Remove useless method
This method was private and not used so it has been removed
Change-Id: I8d4799dfd499fcc6b046ff59b449d79abd28dc40
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master accde3272e9f9f0fc22588dc203230cf21186277
Restoring try catch for policy request
This exception log was not useful so it has been removed and replaced
by an easier log to understand
Change-Id: Ie25426d3b8b44b55a3fd2dd3807620d98fad5bbf
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 8fec5251206b69b427f88a45e393add15a4963fc
Fixing typo in parameter names
Fix formated to formatted parameter names
Change-Id: I01e78b99eabea8b098d9c9dfca9f77116e0dd62a
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master dcaebd45961cba194af8b3306d8216851ac27a86
Increase the test portability
This test was testing the class name provided in the yaml,
if it changes the test is dead. So it's more generic now
Change-Id: I72ba7ac087da137b0e43628c99b5d92a1696078a
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: so master 2b8e432c7207a59b8d539bd365ed3899de8565f6
UT for MSOinfra
SO-171
Change-Id: Id3af1d70eb603b1f4fd54226a0f602e9fde78b6a
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: dmaap/messagerouter/messageservice master 7d02385ddc5a94b34c5918e38cb773594979e097
Modify pom file dmaap mr
Modifying mr pomfile to fix docker image issue.
Issue-ID: DMAAP-155
Change-Id: I3dfb64f922bbee19a8b24162fa8c6933ac81abee
Signed-off-by: sg481n <sg481n@att.com>
|
|
Project: ccsdk/dashboard master d9503e2423f66edc1923afe678807d97b74b2b02
Refactor CCSDK/Dashboard project: Add git files
Change-Id: I92b6ccb444adf6ce38eb42ae3cce11bdab380ffa
Issues-Id: CCSDK-111
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: clamp master 9157c0834b771964597da1f2a259b737fc86e1f7
Remove useless code
This code was always returning an empty map so it has been removed
Change-Id: I7691d2a52b2ea50d4cb8586b2e66b6ecfdd6fe13
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 127315dfe0c6b85d5521a9f14f4941c0ffbe9c9d
Set Cache Timeout to 30
Reduce the expiration timeout of the sdc model cache to 30
Change-Id: If44852f807bd65e5494a95d64e90985967e55eef
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: clamp master 878b157b7e3a0784015a8def9f2daa4588215ebf
Remove useless method
One method one private and not used anymore in the code so it
has been removed
Change-Id: Id6754eb446a781b691184ace07a68ce26c8ed684
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
|
|
Project: modeling/modelspec master f584075fdd8fbc8bf061f75c6ac0199cbae8efc0
Typo correction.
Issue-Id: MODELING-19
Change-Id: Id747fd60e832608e43ff391e1c1e57b143b29911
Signed-off-by: Lingli Deng <denglingli@chinamobile.com>
|
|
Project: modeling/modelspec master 10c5c1cfe63947daee3258dd2bd4dc161469c119
Adding internal references.
Issue-Id: MODELING-19
Change-Id: I0d134165f1a2e2683cfe46310f87082662850e37
Signed-off-by: Lingli Deng <denglingli@chinamobile.com>
|
|
Project: ccsdk/dashboard master c19189718469498377b194eea2f9a247bb79c4f9
Refactor CCSDK/Dashboard project
Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7
Issues-Id: CCSDK-111
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: so master cce429aeb66f99bf86cc0da596b1c051c082be5c
UT for the BPMN flow
IssueId: SO-191
Change-Id: I167a7e96f4fd3a857a6c3e679dda132fc8a7f720
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: modeling/modelspec master b2575c5f5753360e0d1ad87b036ce504c99039d3
Adding description on CSARfor Service LCM.
Issue-Id: MODELING-19
Change-Id: I0ce9fbcd9b4938cfe612bc8365d0d7bff5dd52d0
Signed-off-by: Lingli Deng <denglingli@chinamobile.com>
|
|
Project: vnfrqts/requirements master f117d8cfc15402b21ccf23d011d733e90b1a6b9e
VNFRQTS Requirements - gitreview fix
VNFRQTS Requirements - fixing relative path in the requirements gitreview
Change-Id: I28df6cf19e9972c86dffe08a9686ef521ab3e8f8
Issue-ID: VNFRQTS-110
Signed-off-by: rr929y <rr929y@att.com>
|
|
Project: vnfrqts/guidelines master f0f2f7aa32bc66f0cae43c87744b354dfa807df6
Merge "VNFRQTS Guidelines - gitreview fix"
VNFRQTS Guidelines - gitreview fix
VNFRQTS Guidelines - fixing relative path in the guidelines git review
Change-Id: I3cdfb7b74f1c715341a7e98ccd3dce0d4808f237
Issue-ID: VNFRQTS-110
Signed-off-by: rr929y <rr929y@att.com>
|
|
Project: cli master d4309326fbbb01c89e7bf88c656ac6e224b1b7a3
Integrate Web console
CLI-2
Change-Id: I0b30b0d6268350adbd639f111b5fe7ada3f9e7a0
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
|
|
Project: clamp master e00f654909c75400cb881ed648a75d09767502cc
Update Holmes related feature
No blueprint need to be send to SDC; Add configuration policy name in
holmes UI; Update the config body sent to Policy.
Change-Id: I4bf5b0c32d64f4acf28ac6f24128e463e28e5779
Signed-off-by: xg353y <xg353y@intl.att.com>
Issue-ID: CLAMP-27
|
|
Project: so master dcf738464301268c8a1517f80b8b948228b29cd6
Merge "Adding UT for SO"
Adding UT for SO
IssueId: SO-191
Change-Id: Ic9fb77341842fd48efc81341c3a42c26d101b60d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 9a07e9d7227e3aa684ba047900bd23f764395be6
Merge "Adding UT for MsoNetworkAdapters"
Adding UT for MsoNetworkAdapters
IssueId: SO-173
Change-Id: Ic4c48cb877e19d7cd380048451a53478f83fa373
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master de457149ee37d5747a223bfbcad02a26c802ffbe
Merge "Adding docs for SO"
Adding docs for SO
IssueId: SO-177
Change-Id: I2ea5d5c52dca4b5258683839cfb51c6aada913cf
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 5586d42e98211f6d02f9a008d696e4084170df22
Merge "Adding docs for SO"
Adding docs for SO
IssueId: SO-177
Change-Id: I19b403cb73d250d8679ce062417be376419e1f83
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master f290e7e9799b5fc8e734dbd8c9f7ff297b98d58b
Merge "Adding UT for MSO catalogdb POJO"
Adding UT for MSO catalogdb POJO
UT-Step6
IssueId: SO-172
Change-Id: I18ba0ebfd372b06e688e5a1b6d9e8b8d34cab227
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master b5aefacb7b1a11eaa645381992e21e5b7e340d30
Merge "Adding UT for ApiHandlers"
Adding UT for ApiHandlers
IsuueId: SO-191
Change-Id: Iac92a61eb2692f3793a21097715735501d9954bd
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: policy/engine master 37c9c4d71d17981bf1d05b73d8363ffcbc2451bb
changes to fix settings.xml and properties
Changes to settings.xml file to point to ONAP repos and xacml pdp
properties changes to point to proper class.
Issue-Id: POLICY-295
Change-Id: I7d501fc76a457b513353e51287dd39302051ea22
Signed-off-by: Tej, Tarun <tt3868@att.com>
|
|
Project: sdnc/oam master 4d38cecf0f03e1244ca0c605c5802632b36f3b82
Deactivate flow modification for DCI
Changes includes:
1) Save network information SDNC's MD-SAL data store
2) Send network-id & network-object-path in network-topology-operation-output
3) Deactivation based on stored network-id
Change-Id: I4498d33e9e7921e047bfe9dff8c9801153f5f5f4
Issue-Id: SDNC-113
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
|
|
Project: vnfsdk/model master 2964805a8d407baaf9c3685d7abd1479ed85e4d2
fixed typos
Fixed typos breaking links
Issue-ID: VNFSDK-103
Change-Id: I2909e2e56dc3d3a9a22737376d8dae7101686802
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
|
|
Project: oom master 3d2e45507ea65ec3217d6a462cb8adaa249f9c25
Merge "Remove the root user id to use default user"
Remove the root user id to use default user
Change the way kubernetes install to ensure
that the user is not root as all of the aai scripts
expect the user to be non root and this affects
some key functionality and also add an hbase
artificial delay of 60 seconds to ensure
that resources container waits the appropriate
amount of time before trying to connect to hbase
the current implementation of the probe doesn't
work too well since when port is up doesn't
truly tell whether the hbase container is ready
Issue-ID: OOM-334
Change-Id: I290feabb56a9e7f99d538b02bf6f563824eb198e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
|
|
Project: aai/sparky-fe master 609b78f1f8e461a859d708a8d24311cb416f6271
Changing the id to match other projects
Issue-ID: AAI-395
Change-Id: I7844058e846d69492fcb4f458d81f38b37492cec
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
|
|
Project: oom master 97a44f0edbec1b47934c229c895e29e1a5973add
Merge "Add missing aai canonical logging"
Add missing aai canonical logging
Add filebeats and logback configuration to:
sparky-be, search-data-service, model-loader,
traversal, resources using configMaps
Issue-ID: OOM-112
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
Change-Id: Ia1fa0ee2ad3894553a60468797d9d2b1cecb8f2e
|
|
Project: ccsdk/sli/northbound master 1aab3d043fca73edbdb5da1972a947d92ce85a77
Add a test for DummyDmaapConsumer
*Add a unit test in sli/northbound module
This is to improve code coverage of DummyDmaapConsumer class
Issue-Id: CCSDK-106
Change-Id: Iecd4970a0cd82c94a219b1a2e861fcc3da11f23c
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
|
|
Project: ccsdk/dashboard master d6c693de3070a6cd470356541324468d9fa42c59
Fix the license issues for dashboard project
Change-Id: Ia77a71c730f44577af7861e5d6e5d5524b8980dd
modified: the oom-app-os/pom.xml
Issues-Id: CCSDK-110
Signed-off-by: Nicolas Hu <jh245g@att.com>
|
|
Project: oom master 0e2770217c4bd5e80f9ab64c6c88026526930df4
Merge "Service endpoint annotation for VF-C"
Service endpoint annotation for VF-C
Issue-Id: OOM-25
Change-Id: I76f87e25f58a0b1eb68dd5ff08224a2beaaf4479
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Project: oom master 756429ad6cd108bff2d81871227e0d6b9080a839
Merge "Added missing mount to aaf deployment yaml"
Added missing mount to aaf deployment yaml
Created mount /data2/ needed for aaf
Change-Id: I050579e42afce9dc29c4c7a3cfdfb05ddb4d4217
Issue-ID: OOM-331
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
|
|
Project: so master 3fa39ea4b932e93ed4d317e6b6e8daaf543e6ce9
Merge "Remove foreign key which is not supported by code"
Remove foreign key which is not supported by code
The foreign key we fixed in the VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM
table is blocking distribution of the model. The insert that's
failing is:
insert into VNF_RES_CUSTOM_TO_VF_MODULE_CUSTOM (
VNF_RESOURCE_CUST_MODEL_CUSTOMIZATION_UUID,
VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID)
values (?, ?);
The error is: "foreign key constraint fails"
Issue: SO-180
Change-Id: I8d98bde144eb666430632b6089d8d27d66527884
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master e976afc1819d5ed5f534de7d12771ebefeed76da
Merge "Adding UT for MSO catalogdb POJO"
Adding UT for MSO catalogdb POJO
UT-Step4
IssueId:SO-172
Change-Id: I33f1cb757f038085f649eaa836da90e32ef04814
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 7d38760015e812f03e86f549934f523db18cee61
Merge "Adding UT for MSO catalogdb POJO"
Adding UT for MSO catalogdb POJO
UT-Step5
IssueId:SO-172
Change-Id: I008b3587e68350dcc1c5a14069afbf8f0153a35b
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: aai/data-router master e6be129e4865104321cdd6313f9729c4e7b07d22
Merge "Not logged or rethrow this exception."
Not logged or rethrow this exception.
Issue-id: AAI-414
Change-Id: I105ab168eeb784320202a57de4f34c67d3670210
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: aaf/authz master 72aacefc4bc68a82a6d7fd6b6889411a3480b559
Add test cases for aaf authz modules
Modify testcases to increase code coverage and fix license issues on authz
pom files and skip few modules from sonar coverage.
Issue-ID: AAF-79
Change-Id: Ie72279d531bfe0afa6ad04106921f772e431434e
Signed-off-by: sg481n <sg481n@att.com>
|
|
Project: oom master cdabac5a645dc52162835a9ace8c36dcb05db5e1
removing obsolete kubectl scripts
a low hanging fruit
Issue-ID: OOM-262
Change-Id: I2a0693948599fb1055a0f527acd7c9c8c9b0efb0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
|