Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: so master e0073255083df3520505366d7e25e8523d978f6c
Merge "Fix for the snapshot solution for the cockpit"
Fix for the snapshot solution for the cockpit
IssueId: SO-286
Change-Id: I4b91b292b3f23b19b605286bdf057c1d84e97f90
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 1a085537260104ec1179651daee3ba4f873853dd
Merge "Fix for the snapshot solution for the MSB"
Fix for the snapshot solution for the MSB
IssueId: SO-286
Change-Id: Id43450e148dff31389a82c5a0e3695a9bb5028d7
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 55f5af334eaa5aef0cdec336adf50baf99307e9c
Merge "Fix for the snapshot solution for the AAI"
Fix for the snapshot solution for the AAI
IssueId: SO-286
Change-Id: Ifecb18013568608edb4d931d23d4df8ae629102e
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 749105bbb39ba5726943d77b42f4f7ad90e58128
Merge "SO docker build issue fix in asdc"
SO docker build issue fix in asdc
IssueId: SO-286
Change-Id: Ic9cb206c66401808487cf6fdbf1d08f36c6e8a7b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master bf5586a18a786767bc84f512bf6e4cafe9ed3ee8
Merge "Fix Bad request to Sdnc"
Fix Bad request to Sdnc
Fix Bad request to Sdnc
Change-Id: I88c109fc64808870e8ac5514cf0d199ae38ba3e8
Issue-ID:SO-299
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 647f18788fe70fa03848b4657b8c1ac194d25870
Add test cases for GET E2E svc
IssueId: SO-260
Change-Id: Ie57b57b98472f6d8b012137562713de02d6a516c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 2672c6dedb25d4c3173ea45cd8640f91ce9b1ff7
Merge "Auth and prefix for GENERIC-RESOURCE-API"
Auth and prefix for GENERIC-RESOURCE-API
Change-Id: I48e861937fa72a379fb350bcfb70520484f06432
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
|
|
Project: so master 536c71e1cb51b8b0623e0b40425538d0e72bfecd
added javadoc comments to SDNOValidator interface
Issue-Id: SO-298
Change-Id: I2207a65884fc75c8b3a09467fa311718878331bd
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master a3c38eab794452dbb3976da1b63121c4be651df3
removed unnecessary file from repo
Issue-Id: SO-297
Change-Id: I39609c3173e0ad70af4924afe0ef4d0fe45c86bc
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Project: so master 7b29d43e900dbdea0aa885241e23d8801195ed9f
removed commented out lines of code
Issue-Id: SO-296
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Change-Id: Ie87f3df2abe5cf8954ac94e68a20b08d893cf329
|
|
Project: so master b26afdb43584672e5ddefa8d8a078185dca663d9
Merge "Fix Result Code Check Error"
Fix Result Code Check Error
Fix Result Code Check Error
Change-Id: I21f6a2c73e4846944e82c315aab380378b6c6be9
Issue-ID:SO-291
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 7ea6122f021a317b29237a83b6753797804f7c8a
Merge "second commit for the docker build issue"
second commit for the docker build issue
IssueId: SO-290
Change-Id: Ib097e14c7b06025a213e1cec1c2459fb59919c1a
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 3591036682832525073677479a0fcb74797a5f51
Merge "Initial commit for the docker build issue"
Initial commit for the docker build issue
IssueId: SO-290
Change-Id: I3f5afe3c1109878564f62759fdbf1f88c9d00194
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 25737dbab870a3dd3c566530d3edf42b59daee49
Merge "Changed files ecomp-model to onap-model"
Changed files ecomp-model to onap-model
SDNC does not recognize ecomp-model-information
SDNC recognizes onap-model-information
The ecomp-model-information was changed to onap-model-information
Change-Id: I60c02ba6cb272703ad3bca17f71d5407d8a507d2
Issue-Id: SO-289
Signed-off-by: Shailendra Borale <sb8915@att.com>
|
|
Project: so master 7754fb8e889bae843d7382b7dee4b2e21a4ef56c
Handle embedded "<" in SDNC responses
Modified the code to use an actual XML parser when decoding the SDNC
response-data element, instead of using the simple-minded
replace("&", "&") approach. The latter did not function correctly
when XML elements contained other xml-encoded data.
Change-Id: Ied6b8b19f307f728b8da1a2b410b9e239ec62ab6
Issue-Id: SO-115
Signed-off-by: Jim Hahn <jrh3@att.com>
|
|
Project: so master 364e214921ec080cbc991a0863fe7bfdf8825ea3
Merge "Fix SNIRO configuration properties"
Fix SNIRO configuration properties
This is the definitive set:
"sniroAuth": "test:testpwd",
"sniroEndpoint": "http://sniro.api.simpledemo.openecomp.org:8080/sniro/api/v2/placement",
"sniroTimeout": "PT30M",
"serviceAgnosticSniroHost": "http://sniro.api.simpledemo.openecomp.org:8080",
"serviceAgnosticSniroEndpoint": "/sniro/api/v2/placement",
Issue: SO-274
Change-Id: I14da1d44703b3b6ba9f781c7e5269fceeec47d8c
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master a9a0ee42f575103c22731d3a1bd7dc4c78c17639
Merge changes I17e37e7a,Ic34984ab,Ie7a82e78,I22ff6b3b,I71c16816, ...
* changes:
fix for create svc instance of groovy
testcases for delete svc instance groovy
fix for incoming jsonreq in groovy test
Add sendSyncError to groovy test
add sendSyncResponse to groovy test
Adding msoCompletionReq to groovy test
fix for groovy test case
add groovy test case for svc instance
fix for create svc instance of groovy
IssueId: SO-281
Change-Id: I17e37e7a3def1b36847be31b5854fb28fc446aa3
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
testcases for delete svc instance groovy
IssueId: SO-281
Change-Id: Ic34984ab0881219014946d1481a8dcf13548f2a9
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
fix for incoming jsonreq in groovy test
IssueId: SO-281
Change-Id: Ie7a82e78b5a3eca2bf751598a83a370dfe2e7f86
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Add sendSyncError to groovy test
IssueId: SO-281
Change-Id: I22ff6b3bafc8d76a635ed4bd03e0088fbace5a1f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
add sendSyncResponse to groovy test
IssueId: SO-281
Change-Id: I71c168162ce98be9592c50c35814c521fc325312
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Adding msoCompletionReq to groovy test
IssueId: SO-281
Change-Id: I8da2d6c1a331f9052c8785d54ded38a0e1a8a8ca
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
fix for groovy test case
IssueId: SO-281
Change-Id: I3cdd5d56d375944dc11011e6399a6e12a8f4ff43
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
add groovy test case for svc instance
IssueId: SO-281
Change-Id: I3c1b17e8e82c333f0a493845135fadee51ddf4e0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 9502c1827ddfc4807befa873ee117cc3cf8681e2
Merge "Add Vfc Adapter Log Config"
Add Vfc Adapter Log Config
Add Vfc Adapter Log Config and update the log
Change-Id: I5c6898cbec1c880f7c0dfa337c76ad465fae6461
Issue-ID:SO-283
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 86f0a445fc5587f5f920f32250a8fc132d2b9e68
Merge "update progress by http request"
update progress by http request
Change-Id: I0706639eb4d4638fbccf790d67df594b504808b2
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
|
|
Project: so master f9d903a089ce69e98d2951b4495903bf1ddbb881
Add json data for test reference
IssueId: SO-277
Change-Id: I0e9c58a30555f6ab8f9268dc6b0ef57f2eac50bc
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master d3cb0911e6d3b012cb66d2aa050fcafffc155fb5
Fix for inappropriate function mapping in BPMN
IssueId : SO-259
Change-Id: I2d458c361ea4a01515abdc2e8ebcf177e8d5ad4c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 8568c74e9f44d72e3cc1e8c81e4028f5ba5d254e
correction for the delete flow
IssueId: SO-259
Change-Id: Ibb7a78bc13628ffd2c9d2569dd40542adb9f299d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master fc6ab7e90b9e30a705c21cbf7e716ac68098c65e
Quickfix for the changes of mocking issue
IssueId:SO-272
Change-Id: Id8dd70260c7ba6ed79a0aaa3b377b701f0e3d47d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master bda9f91f8196d806244de1e31bd9b009e100da81
fix for missing groovy call
IssueId: SO-259
Change-Id: Id77cd1d3aa11e3d75346517061cbd792cefba419
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master c91753756d54b6cc0e4a6b48a6c9e012b3be8c56
Merge "Iterate over the entrySet instead of keySet"
Iterate over the entrySet instead of keySet
Issue-id: SO-214
Change-Id: I3f417fee04ae1fe2c1d0b7361ec0272e1b098302
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
|
|
Project: so master 6175f2bd105fda0ad3b794c268aff47bdd88ce08
Merge "Add resource operation status oper"
Add resource operation status oper
Add resource operation status oper in requests db adapter
Change-Id: I0c6a21178147c6c9cac9d1492cd1503e8f658157
Issue-ID:SO-276
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 01bffc83d24e169342607dc71d2c2ebab01e9004
Merge "Removed unused "LOGGER" private field"
Removed unused "LOGGER" private field
Change-Id: I9c46b5f4df2a0e12d7dd0dc931e8f0ca7da0091c
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master fca7fafd4b48b826581bd2b34111abf998e9cbbf
Add Relationship for e2e service and NS
Add Relationship for e2e service and NS
Change-Id: Id1bf6862b9d2325297e466d417dc1b169e157ff6
Issue-ID:SO-275
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 4f6b6950eb4b0fd13f484df4954bfee62d9ee9af
Merge "Add wait-for.sh to control container boot order"
Add wait-for.sh to control container boot order
also install nc in order to make wait-for script
works
Change-Id: Id21f96bbf546542bf930c3faf33117a1434eeeee
Issue-ID: SO-208
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Project: so master 5e140faf2fd8a3774a710a1c391b20b5d2dc6ac2
Merge "Correct the improper package"
Correct the improper package
IssueId:SO-270
Change-Id: Ib0dffb240ae905a6c190fbab1ebcac379e8f7319
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 1fd78f9f440dd4327587920e2140199fcf79d826
Fix voLTE Create workflow issue
Fix voLTE Create workflow issue
Change-Id: I3b615ee87e6cf5779376ee6bf7a3b5fa2be3e62c
Issue-ID:SO-269
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master 5e83d43305c69c41d9d455a844e435501f6d3a6e
fix update operation Status
fixing update of operation status for del e2e svc
IssueId: SO-263
Change-Id: I797f36c54d4fd90f697b22d576666197b311713f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 0bc351ed4e238cd0656e73d9d72f17b280c5a705
Merge "Correct column labels in vnf_components_recipe"
Correct column labels in vnf_components_recipe
Change-Id: Id490ac4165a69e4c67a52667529624919ee34fdf
Issue-Id: SO-267
Signed-off-by: Arthur Martella <amartell@research.att.com>
|
|
Project: so master 5368783be5ae005c59bb67541e5f84dae9a090c8
fix Get E2E service
IssueId: SO-263
Change-Id: I965a34906c9b22345452000bf26dcfe5d5773429
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 8196490263e51288e9735334ce44bb5968a92203
Merge "update operation status for E2Edelete"
update operation status for E2Edelete
IssueId: SO-258
Change-Id: I7699b44d5e72fdcec96f86b0c493b969f9c91598
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 1e467c2adeb2491d0f114499242d0560981b880b
Merge "Changed license to CC-BY 4.0"
Changed license to CC-BY 4.0
Updated Root License so/LICENSE.txt with CC-BY 4.0 license.
Removed txt file license from csar files . Root license will be used.
Change-Id: I6e56824522274a77e6da86dbe72bc0c0ea2db78a
Issue-Id: SO-261
Signed-off-by: Shailendra Borale <sb8915@att.com>
|
|
Project: so master eb7b6b427608fa21cf6241620202a803089020af
Merge "NetworkResource modelInvariantUUID is too short"
NetworkResource modelInvariantUUID is too short
It is currently 20. It should be 200.
I'm also fixing HeatFiles.hbm.xml to match a recent
schema fix (SO-247).
Issue: SO-264
Change-Id: I2bd6fc480310abc80b1a189a83b1e3f73c90149b
Signed-off-by: Rob Daugherty <rd472p@att.com>
|
|
Project: so master ba489a051763c4d4f9a5ff36644d40144f887873
Fixed bug to parse json userParams array
BPMN request - userParams is an array of maps, rather than a map.
Each map has name and value elements.
Changed code to parse the array correctly.
Change-Id: Ie06ba22b03fa5c5ceb103c42daa3bbf7e6e252db
Issue-Id: SO-262
Signed-off-by: Shailendra Borale <sb8915@att.com>
|
|
Project: so master 0f8457a9f13aaad6de8c597abee6795a7c6f8e3f
Merge "fix for delete e2e service"
fix for delete e2e service
IssueId: SO-258
Change-Id: Ib038f1a40d3a1a8604b3ba1da6b7bc7de33a074e
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
Project: so master 4853bd7c5feb57633a4d4674781a93b7b3748aea
mend
Change-Id: I2b184568eec68e37d6de10946e8403159cae671e
Issue-Id: SO-252
Signed-off-by: Shailendra Borale <sb8915@att.com>
|
|
Project: so master b64de19b30a4681496ea17d465973acfb50f700b
Changed copyright information
Changed copyright info in the listed files.
For csar files, files were unzipped using unzip csarFileName
The text files were modified:
The license info was added in the beginning of the file, not at the end.
And then zipped again: zip csarFileName -r *
For Xsd files, the information was added within commment section
Change-Id: Ifc7c9594f948f98077c4364f4b9631fcf6cb1c32
Issue-Id: SO-252
Signed-off-by: Shailendra Borale <sb8915@att.com>
|
|
Project: so master df0e90472a7edc1f10cc66d10f790306fde9cffa
Get msb ip from ONAP_IP
which is an envirment parameter come from open_ip
Change-Id: I3a314f65d92556bc1f9054ab837cbe15154c11d8
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
|
|
Project: so master 1b766d3cebe983b0a37003dddb9ce80efd0ddd68
Quick fix to unblock the issue of VoLTE creation
IssueId : SO-253
Change-Id: Id7422ce88965c82c20eea5071db4992bee349279
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
|
|
Project: so master 4e7a1fff1f61e598df41157e830d132bc95bcdc1
Merge "Fix Issues about voLTE Create"
Fix Issues about voLTE Create
Fix Issues about voLTE Create
Change-Id: I811dc05c8f9a7caecddb279e025772d5d02c2548
Issue-ID:SO-254
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
|
|
Project: so master cb81b55dd9505499ff3facbaeec1a6a8bacb6b3c
Merge "Fixed multiple so issues"
Fixed multiple so issues
Change-Id: I4b73cdeeb2a636d42df7b1b156e27e958c828048
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master b4630a2fed1b382c37ff497b4f5917584f2b84fa
Merge "Added the "@Override" annotation"
Added the "@Override" annotation
Change-Id: I9a3a8df844813763948578dc34659da535352ad4
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master 859e445816b9c16011ea79d60c860aa59f869a26
Merge "Use StringBuilder"
Use StringBuilder
Change-Id: I13d2856530776cdf57c41f12c0bf522988bea29a
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master 08c2b92918259dc20030a22a5c6e0214d7161a48
Merge "Remove the declaration of thrown exception"
Remove the declaration of thrown exception
'org.codehaus.jackson.JsonProcessingException'
which is a subclass of 'java.io.IOException'
Change-Id: I29ddf71ad7166824dd3fdc8e3aa40fb5d482b4c0
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master db8b509a2d93d206da69d5dda0a137767d07ab5f
Merge "Add a private constructor"
Add a private constructor
Change-Id: Ic826c93db7933a9a1a25c7ee09f8bc156dabadb1
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|
|
Project: so master f1d0ea83c970c033d0a11183afa4a6a836b85b47
Merge "Remove unused imports"
Remove unused imports
Change-Id: I2dbd1cd0481d46dfb763b796bbf6f1eb55fdeb23
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
|