so.git
6 years agoFix Bad request to Sdnc 31/21831/1
c00149107 [Thu, 2 Nov 2017 09:57:43 +0000 (17:57 +0800)]
Fix Bad request to Sdnc

Fix Bad request to Sdnc

Change-Id: I88c109fc64808870e8ac5514cf0d199ae38ba3e8
Issue-ID:SO-299
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoAdd test cases for GET E2E svc 77/21777/1
seshukm [Thu, 2 Nov 2017 05:35:34 +0000 (11:05 +0530)]
Add test cases for GET E2E svc

IssueId: SO-260

Change-Id: Ie57b57b98472f6d8b012137562713de02d6a516c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Auth and prefix for GENERIC-RESOURCE-API"
Chuanyu Chen [Thu, 2 Nov 2017 01:55:23 +0000 (01:55 +0000)]
Merge "Auth and prefix for GENERIC-RESOURCE-API"

6 years agoadded javadoc comments to SDNOValidator interface 75/21675/1
Benjamin, Max (mb388a) [Wed, 1 Nov 2017 18:25:58 +0000 (14:25 -0400)]
added javadoc comments to SDNOValidator interface

Issue-Id: SO-298
Change-Id: I2207a65884fc75c8b3a09467fa311718878331bd
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agoremoved unnecessary file from repo 73/21673/1
Benjamin, Max (mb388a) [Wed, 1 Nov 2017 18:20:14 +0000 (14:20 -0400)]
removed unnecessary file from repo

Issue-Id: SO-297
Change-Id: I39609c3173e0ad70af4924afe0ef4d0fe45c86bc
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
6 years agoremoved commented out lines of code 49/21649/1
Benjamin, Max (mb388a) [Wed, 1 Nov 2017 15:27:32 +0000 (11:27 -0400)]
removed commented out lines of code

Issue-Id: SO-296
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Change-Id: Ie87f3df2abe5cf8954ac94e68a20b08d893cf329

6 years agoAuth and prefix for GENERIC-RESOURCE-API 95/21495/6
Zhuoyao Huang [Tue, 31 Oct 2017 13:06:31 +0000 (21:06 +0800)]
Auth and prefix for GENERIC-RESOURCE-API

Change-Id: I48e861937fa72a379fb350bcfb70520484f06432
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
6 years agoMerge "Fix Result Code Check Error"
Seshu Kumar M [Tue, 31 Oct 2017 10:23:56 +0000 (10:23 +0000)]
Merge "Fix Result Code Check Error"

6 years agoMerge "second commit for the docker build issue"
Seshu Kumar M [Tue, 31 Oct 2017 10:22:20 +0000 (10:22 +0000)]
Merge "second commit for the docker build issue"

6 years agoFix Result Code Check Error 35/21435/1
c00149107 [Tue, 31 Oct 2017 09:25:40 +0000 (17:25 +0800)]
Fix Result Code Check Error

Fix Result Code Check Error

Change-Id: I21f6a2c73e4846944e82c315aab380378b6c6be9
Issue-ID:SO-291
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agosecond commit for the docker build issue 31/21431/2
seshukm [Tue, 31 Oct 2017 08:36:44 +0000 (14:06 +0530)]
second commit for the docker build issue

IssueId: SO-290

Change-Id: Ib097e14c7b06025a213e1cec1c2459fb59919c1a
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Initial commit for the docker build issue"
Seshu Kumar M [Tue, 31 Oct 2017 08:29:13 +0000 (08:29 +0000)]
Merge "Initial commit for the docker build issue"

6 years agoInitial commit for the docker build issue 11/21411/1
seshukm [Tue, 31 Oct 2017 04:40:25 +0000 (10:10 +0530)]
Initial commit for the docker build issue

IssueId: SO-290

Change-Id: I3f5afe3c1109878564f62759fdbf1f88c9d00194
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Changed files ecomp-model to onap-model"
Seshu Kumar M [Tue, 31 Oct 2017 04:33:05 +0000 (04:33 +0000)]
Merge "Changed files ecomp-model to onap-model"

6 years agoChanged files ecomp-model to onap-model 83/21383/1
Shailendra Borale [Mon, 30 Oct 2017 21:08:16 +0000 (17:08 -0400)]
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>
6 years agoHandle embedded "<" in SDNC responses 77/21377/1
Jim Hahn [Mon, 30 Oct 2017 19:58:19 +0000 (15:58 -0400)]
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("&amp;", "&") 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>
6 years agoMerge "Fix SNIRO configuration properties"
Seshu Kumar M [Mon, 30 Oct 2017 06:59:06 +0000 (06:59 +0000)]
Merge "Fix SNIRO configuration properties"

6 years agoMerge changes I17e37e7a,Ic34984ab,Ie7a82e78,I22ff6b3b,I71c16816, ...
Seshu Kumar M [Mon, 30 Oct 2017 05:11:39 +0000 (05:11 +0000)]
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

6 years agofix for create svc instance of groovy 37/21137/4
seshukm [Sat, 28 Oct 2017 10:44:47 +0000 (16:14 +0530)]
fix for create svc instance of groovy

IssueId: SO-281

Change-Id: I17e37e7a3def1b36847be31b5854fb28fc446aa3
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agotestcases for delete svc instance groovy 35/21135/1
seshukm [Sat, 28 Oct 2017 10:29:33 +0000 (15:59 +0530)]
testcases for delete svc instance groovy

IssueId: SO-281

Change-Id: Ic34984ab0881219014946d1481a8dcf13548f2a9
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agofix for incoming jsonreq in groovy test 33/21133/1
seshukm [Sat, 28 Oct 2017 10:07:37 +0000 (15:37 +0530)]
fix for incoming jsonreq in groovy test

IssueId: SO-281

Change-Id: Ie7a82e78b5a3eca2bf751598a83a370dfe2e7f86
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoAdd sendSyncError to groovy test 31/21131/1
seshukm [Sat, 28 Oct 2017 09:54:12 +0000 (15:24 +0530)]
Add sendSyncError to groovy test

IssueId: SO-281

Change-Id: I22ff6b3bafc8d76a635ed4bd03e0088fbace5a1f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoadd sendSyncResponse to groovy test 29/21129/1
seshukm [Sat, 28 Oct 2017 09:48:23 +0000 (15:18 +0530)]
add sendSyncResponse to groovy test

IssueId: SO-281

Change-Id: I71c168162ce98be9592c50c35814c521fc325312
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoAdding msoCompletionReq to groovy test 27/21127/1
seshukm [Sat, 28 Oct 2017 08:47:17 +0000 (14:17 +0530)]
Adding msoCompletionReq to groovy test

IssueId: SO-281

Change-Id: I8da2d6c1a331f9052c8785d54ded38a0e1a8a8ca
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agofix for groovy test case 25/21125/1
seshukm [Sat, 28 Oct 2017 08:44:11 +0000 (14:14 +0530)]
fix for groovy test case

IssueId: SO-281

Change-Id: I3cdd5d56d375944dc11011e6399a6e12a8f4ff43
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Add Vfc Adapter Log Config"
Chuanyu Chen [Sat, 28 Oct 2017 08:25:27 +0000 (08:25 +0000)]
Merge "Add Vfc Adapter Log Config"

6 years agoadd groovy test case for svc instance 19/21119/2
seshukm [Sat, 28 Oct 2017 07:00:10 +0000 (12:30 +0530)]
add groovy test case for svc instance

IssueId: SO-281

Change-Id: I3c1b17e8e82c333f0a493845135fadee51ddf4e0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "update progress by http request"
Chuanyu Chen [Sat, 28 Oct 2017 07:44:10 +0000 (07:44 +0000)]
Merge "update progress by http request"

6 years agoAdd Vfc Adapter Log Config 23/21123/1
c00149107 [Sat, 28 Oct 2017 07:12:23 +0000 (15:12 +0800)]
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>
6 years agoupdate progress by http request 17/21117/1
Zhuoyao Huang [Sat, 28 Oct 2017 06:42:04 +0000 (14:42 +0800)]
update progress by http request

Change-Id: I0706639eb4d4638fbccf790d67df594b504808b2
Issue-ID:SO-181
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
6 years agoFix SNIRO configuration properties 05/21105/1
Rob Daugherty [Sat, 28 Oct 2017 01:37:00 +0000 (21:37 -0400)]
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>
6 years agoAdd json data for test reference 01/21001/2
seshukm [Fri, 27 Oct 2017 12:45:05 +0000 (18:15 +0530)]
Add json data for test reference

IssueId: SO-277

Change-Id: I0e9c58a30555f6ab8f9268dc6b0ef57f2eac50bc
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoFix for inappropriate function mapping in BPMN 93/20993/2
seshukm [Fri, 27 Oct 2017 12:34:25 +0000 (18:04 +0530)]
Fix for inappropriate function mapping in BPMN

IssueId : SO-259

Change-Id: I2d458c361ea4a01515abdc2e8ebcf177e8d5ad4c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agocorrection for the delete flow 91/20991/2
seshukm [Fri, 27 Oct 2017 12:32:02 +0000 (18:02 +0530)]
correction for the delete flow

IssueId: SO-259

Change-Id: Ibb7a78bc13628ffd2c9d2569dd40542adb9f299d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoQuickfix for the changes of mocking issue 21/21021/2
seshukm [Fri, 27 Oct 2017 14:12:11 +0000 (19:42 +0530)]
Quickfix for the changes of mocking issue

IssueId:SO-272

Change-Id: Id8dd70260c7ba6ed79a0aaa3b377b701f0e3d47d
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agofix for missing groovy call 87/20987/1
seshukm [Fri, 27 Oct 2017 12:28:01 +0000 (17:58 +0530)]
fix for missing groovy call

IssueId: SO-259

Change-Id: Id77cd1d3aa11e3d75346517061cbd792cefba419
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "Iterate over the entrySet instead of keySet"
Seshu Kumar M [Fri, 27 Oct 2017 08:32:36 +0000 (08:32 +0000)]
Merge "Iterate over the entrySet instead of keySet"

6 years agoMerge "Add resource operation status oper"
Seshu Kumar M [Fri, 27 Oct 2017 08:30:08 +0000 (08:30 +0000)]
Merge "Add resource operation status oper"

6 years agoAdd resource operation status oper 25/20925/1
c00149107 [Fri, 27 Oct 2017 06:53:10 +0000 (14:53 +0800)]
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>
6 years agoMerge "Removed unused "LOGGER" private field"
Seshu Kumar M [Fri, 27 Oct 2017 04:45:57 +0000 (04:45 +0000)]
Merge "Removed unused "LOGGER" private field"

6 years agoAdd Relationship for e2e service and NS 83/20883/1
c00149107 [Fri, 27 Oct 2017 02:44:46 +0000 (10:44 +0800)]
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>
6 years agoMerge "Add wait-for.sh to control container boot order"
Rob Daugherty [Thu, 26 Oct 2017 20:33:03 +0000 (20:33 +0000)]
Merge "Add wait-for.sh  to control container boot order"

6 years agoMerge "Correct the improper package"
Seshu Kumar M [Thu, 26 Oct 2017 11:59:40 +0000 (11:59 +0000)]
Merge "Correct the improper package"

6 years agoCorrect the improper package 71/20771/1
seshukm [Thu, 26 Oct 2017 10:57:36 +0000 (16:27 +0530)]
Correct the improper package

IssueId:SO-270

Change-Id: Ib0dffb240ae905a6c190fbab1ebcac379e8f7319
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoFix voLTE Create workflow issue 55/20755/1
c00149107 [Thu, 26 Oct 2017 10:00:07 +0000 (18:00 +0800)]
Fix voLTE Create workflow issue

Fix voLTE Create workflow issue

Change-Id: I3b615ee87e6cf5779376ee6bf7a3b5fa2be3e62c
Issue-ID:SO-269
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agofix update operation Status 23/20723/1
seshukm [Thu, 26 Oct 2017 07:43:20 +0000 (13:13 +0530)]
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>
6 years agoMerge "Correct column labels in vnf_components_recipe"
Seshu Kumar M [Thu, 26 Oct 2017 06:13:43 +0000 (06:13 +0000)]
Merge "Correct column labels in vnf_components_recipe"

6 years agoCorrect column labels in vnf_components_recipe 33/20633/1
Arthur Martella [Wed, 25 Oct 2017 21:40:28 +0000 (17:40 -0400)]
Correct column labels in vnf_components_recipe

Change-Id: Id490ac4165a69e4c67a52667529624919ee34fdf
Issue-Id: SO-267
Signed-off-by: Arthur Martella <amartell@research.att.com>
6 years agofix Get E2E service 43/20543/1
seshukm [Wed, 25 Oct 2017 12:19:27 +0000 (17:49 +0530)]
fix Get E2E service

IssueId: SO-263

Change-Id: I965a34906c9b22345452000bf26dcfe5d5773429
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoAdd wait-for.sh to control container boot order 83/20083/4
Sylvain Desbureaux [Mon, 23 Oct 2017 08:28:46 +0000 (10:28 +0200)]
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>
6 years agoMerge "update operation status for E2Edelete"
Chuanyu Chen [Wed, 25 Oct 2017 06:05:52 +0000 (06:05 +0000)]
Merge "update operation status for E2Edelete"

6 years agoMerge "Changed license to CC-BY 4.0"
Seshu Kumar M [Wed, 25 Oct 2017 05:01:28 +0000 (05:01 +0000)]
Merge "Changed license to CC-BY 4.0"

6 years agoupdate operation status for E2Edelete 89/20489/1
seshukm [Wed, 25 Oct 2017 04:17:33 +0000 (09:47 +0530)]
update operation status for E2Edelete

IssueId: SO-258

Change-Id: I7699b44d5e72fdcec96f86b0c493b969f9c91598
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoMerge "NetworkResource modelInvariantUUID is too short"
Rob Daugherty [Wed, 25 Oct 2017 01:08:58 +0000 (01:08 +0000)]
Merge "NetworkResource modelInvariantUUID is too short"

6 years agoNetworkResource modelInvariantUUID is too short 43/20443/1
Rob Daugherty [Tue, 24 Oct 2017 21:09:04 +0000 (17:09 -0400)]
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>
6 years agoFixed bug to parse json userParams array 13/20413/1
Shailendra Borale [Tue, 24 Oct 2017 18:41:30 +0000 (14:41 -0400)]
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>
6 years agoChanged license to CC-BY 4.0 79/20379/1
Shailendra Borale [Tue, 24 Oct 2017 15:05:00 +0000 (11:05 -0400)]
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>
6 years agoMerge "fix for delete e2e service"
Chuanyu Chen [Tue, 24 Oct 2017 06:26:02 +0000 (06:26 +0000)]
Merge "fix for delete e2e service"

6 years agomend 07/20207/1
Shailendra Borale [Mon, 23 Oct 2017 17:10:14 +0000 (13:10 -0400)]
mend

Change-Id: I2b184568eec68e37d6de10946e8403159cae671e
Issue-Id: SO-252
Signed-off-by: Shailendra Borale <sb8915@att.com>
6 years agofix for delete e2e service 81/20181/1
seshukm [Mon, 23 Oct 2017 16:01:34 +0000 (21:31 +0530)]
fix for delete e2e service

IssueId: SO-258

Change-Id: Ib038f1a40d3a1a8604b3ba1da6b7bc7de33a074e
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoChanged copyright information 83/20183/1
Shailendra Borale [Mon, 23 Oct 2017 15:52:28 +0000 (11:52 -0400)]
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>
6 years agoRemoved unused "LOGGER" private field 91/19691/4
Ramanjaneya-Huawei [Thu, 19 Oct 2017 10:00:02 +0000 (15:30 +0530)]
Removed unused "LOGGER" private field

Change-Id: I9c46b5f4df2a0e12d7dd0dc931e8f0ca7da0091c
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
6 years agoGet msb ip from ONAP_IP 29/20129/1
Zhuoyao Huang [Mon, 23 Oct 2017 12:19:54 +0000 (20:19 +0800)]
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>
6 years agoQuick fix to unblock the issue of VoLTE creation 07/20107/2
Seshu-Kumar-M [Mon, 23 Oct 2017 10:02:57 +0000 (18:02 +0800)]
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>
6 years agoMerge "Fix Issues about voLTE Create"
Seshu Kumar M [Mon, 23 Oct 2017 08:49:43 +0000 (08:49 +0000)]
Merge "Fix Issues about voLTE Create"

6 years agoFix Issues about voLTE Create 55/20055/2
c00149107 [Mon, 23 Oct 2017 06:52:52 +0000 (14:52 +0800)]
Fix Issues about voLTE Create

Fix Issues about voLTE Create

Change-Id: I811dc05c8f9a7caecddb279e025772d5d02c2548
Issue-ID:SO-254
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoIterate over the entrySet instead of keySet 43/19243/6
rama-huawei [Tue, 17 Oct 2017 10:14:36 +0000 (15:44 +0530)]
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>
6 years agoMerge "Fixed multiple so issues"
Seshu Kumar M [Mon, 23 Oct 2017 05:17:51 +0000 (05:17 +0000)]
Merge "Fixed multiple so issues"

6 years agoMerge "Added the "@Override" annotation"
Seshu Kumar M [Mon, 23 Oct 2017 05:16:05 +0000 (05:16 +0000)]
Merge "Added the "@Override" annotation"

6 years agoMerge "Use StringBuilder"
Seshu Kumar M [Mon, 23 Oct 2017 05:15:37 +0000 (05:15 +0000)]
Merge "Use StringBuilder"

6 years agoMerge "Remove the declaration of thrown exception"
Seshu Kumar M [Mon, 23 Oct 2017 05:14:51 +0000 (05:14 +0000)]
Merge "Remove the declaration of thrown exception"

6 years agoMerge "Add a private constructor"
Seshu Kumar M [Mon, 23 Oct 2017 05:12:54 +0000 (05:12 +0000)]
Merge "Add a private constructor"

6 years agoMerge "Remove unused imports"
Seshu Kumar M [Mon, 23 Oct 2017 05:12:23 +0000 (05:12 +0000)]
Merge "Remove unused imports"

6 years agoMerge "Iterate over "entrySet" instead of "keySet"."
Seshu Kumar M [Mon, 23 Oct 2017 05:11:18 +0000 (05:11 +0000)]
Merge "Iterate over "entrySet" instead of "keySet"."

6 years agoMerge "Update license in a couple of groovy scripts"
Seshu Kumar M [Mon, 23 Oct 2017 04:19:12 +0000 (04:19 +0000)]
Merge "Update license in a couple of groovy scripts"

6 years agoMerge "Rename "LOGGER" field to match regular expression"
Seshu Kumar M [Fri, 20 Oct 2017 14:44:17 +0000 (14:44 +0000)]
Merge "Rename "LOGGER" field to match regular expression"

6 years agoMerge "Added additional arguments to method call"
Seshu Kumar M [Fri, 20 Oct 2017 14:43:03 +0000 (14:43 +0000)]
Merge "Added additional arguments to method call"

6 years agoMerge "Flows fail to update status in requests DB"
Rob Daugherty [Fri, 20 Oct 2017 14:06:05 +0000 (14:06 +0000)]
Merge "Flows fail to update status in requests DB"

6 years agoFlows fail to update status in requests DB 61/19861/3
Rob Daugherty [Fri, 20 Oct 2017 01:42:19 +0000 (21:42 -0400)]
Flows fail to update status in requests DB

The fallout and completion handlers are not updating
the request status in the mso_requests database.

The cause is a missing URN mapping that defines the
service endpoint for these updates.

Issue: SO-230
Change-Id: I5b4ff6e9ca2cde6605b3ed7cb7b086041111d31c
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoMerge "Fix the wrong XML Request"
Chuanyu Chen [Fri, 20 Oct 2017 01:39:41 +0000 (01:39 +0000)]
Merge "Fix the wrong XML Request"

6 years agoMerge "Add MSB Config For Restful Call"
Chuanyu Chen [Fri, 20 Oct 2017 01:39:32 +0000 (01:39 +0000)]
Merge "Add MSB Config For Restful Call"

6 years agoRestore MSOMockServer to the build 81/19781/1
Rob Daugherty [Thu, 19 Oct 2017 17:49:11 +0000 (13:49 -0400)]
Restore MSOMockServer to the build

Classes in this artifact are needed for unit tests.
For a long term solution, we should find a way to
build these classes into a test-scoped artifact.

Issue: SO-242
Change-Id: I1a57fead07250c841a9f59afb805aea26c7bc102
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoAdded additional arguments to method call 75/19775/1
Jim Hahn [Thu, 19 Oct 2017 17:11:47 +0000 (13:11 -0400)]
Added additional arguments to method call

The code already included "BPMN" and MsoLogger.getServiceName() as
additional arguments in the call to warn() and error().  Simply added
those same arguments to the call to info(), to match the method
signature.

Issue-Id: SO-244
Change-Id: Ic6297d67329358a3b9cdb480d930dc032b7029a2
Signed-off-by: Jim Hahn <jrh3@att.com>
6 years agoRename "LOGGER" field to match regular expression 97/19697/1
Ramanjaneya-Huawei [Thu, 19 Oct 2017 10:18:18 +0000 (15:48 +0530)]
Rename "LOGGER" field to match regular expression

Change-Id: Ia8c8e2ed9ad3360556d95cfc78e561e05aa5dddf
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
6 years agoFixed multiple so issues 93/19693/1
Ramanjaneya-Huawei [Thu, 19 Oct 2017 10:07:48 +0000 (15:37 +0530)]
Fixed multiple so issues

Change-Id: I4b73cdeeb2a636d42df7b1b156e27e958c828048
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
6 years agoFix the wrong XML Request 87/19687/1
c00149107 [Thu, 19 Oct 2017 09:54:31 +0000 (17:54 +0800)]
Fix the wrong XML Request

Fix the wrong XML Request

Change-Id: Iab821a54984f8f63fa8d06ffaa0060251b6b33ff
Issue-ID:SO-241
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoAdded the "@Override" annotation 85/19685/1
Ramanjaneya-Huawei [Thu, 19 Oct 2017 09:53:32 +0000 (15:23 +0530)]
Added the "@Override" annotation

Change-Id: I9a3a8df844813763948578dc34659da535352ad4
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
6 years agoAdd MSB Config For Restful Call 79/19679/1
c00149107 [Thu, 19 Oct 2017 09:46:02 +0000 (17:46 +0800)]
Add MSB Config For Restful Call

Add MSB Config For Restful Call

Change-Id: I03e17ce9085d6991ecfa5a2f0a9e17e2dc2fe033
Issue-ID:SO-240
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoMerge "Deal With Error Response from Vfc"
Chuanyu Chen [Thu, 19 Oct 2017 09:36:32 +0000 (09:36 +0000)]
Merge "Deal With Error Response from Vfc"

6 years agoDeal With Error Response from Vfc 17/19417/4
c00149107 [Wed, 18 Oct 2017 03:48:21 +0000 (11:48 +0800)]
Deal With Error Response from Vfc

Deal With Error Response from Vfc

Change-Id: Id5ce999d561099581b49524969c901ac6dac3f90
Issue-ID:SO-233
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUse StringBuilder 53/19653/1
Ramanjaneya-Huawei [Thu, 19 Oct 2017 05:53:29 +0000 (11:23 +0530)]
Use StringBuilder

Change-Id: I13d2856530776cdf57c41f12c0bf522988bea29a
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
6 years agoRemove the declaration of thrown exception 51/19651/1
Ramanjaneya-Huawei [Thu, 19 Oct 2017 05:40:56 +0000 (11:10 +0530)]
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>
6 years agoAdd a private constructor 45/19645/1
Ramanjaneya-Huawei [Thu, 19 Oct 2017 05:11:32 +0000 (10:41 +0530)]
Add a private constructor

Change-Id: Ic826c93db7933a9a1a25c7ee09f8bc156dabadb1
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
6 years agoRemove unused imports 43/19643/1
Ramanjaneya-Huawei [Thu, 19 Oct 2017 04:53:39 +0000 (10:23 +0530)]
Remove unused imports

Change-Id: I2dbd1cd0481d46dfb763b796bbf6f1eb55fdeb23
Issue-id: SO-224
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
6 years agoIterate over "entrySet" instead of "keySet". 41/19641/3
Ramanjaneya-Huawei [Thu, 19 Oct 2017 04:44:11 +0000 (10:14 +0530)]
Iterate over "entrySet" instead of "keySet".

Issue-id: SO-224
Change-Id: Ib4e15f7db253d8af8f73d2185afd950f33c1a8ac
Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
6 years agoMerge "Omit service-type and service-role if empty"
Rob Daugherty [Thu, 19 Oct 2017 01:15:21 +0000 (01:15 +0000)]
Merge "Omit service-type and service-role if empty"

6 years agoMerge "NullPointerException after adapter callback"
Rob Daugherty [Thu, 19 Oct 2017 01:15:04 +0000 (01:15 +0000)]
Merge "NullPointerException after adapter callback"

6 years agoNullPointerException after adapter callback 17/19617/1
Rob Daugherty [Wed, 18 Oct 2017 21:33:49 +0000 (17:33 -0400)]
NullPointerException after adapter callback

The exception occurs because the default process engine is
being used to handle the callback.  Until we come up with a
better design, we will use the "infrastructure" process
engine.

Issue: SO-76
Change-Id: Ibe8a40ac28b2ae855f85094f57d878ee622349a0
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoOmit service-type and service-role if empty 11/19611/1
Rob Daugherty [Wed, 18 Oct 2017 21:08:46 +0000 (17:08 -0400)]
Omit service-type and service-role if empty

The CreateGenericALaCarteServiceInstance flow does not use the
decomposition building block, and hence there is no service-type
or service-role for the service instance.  SO should not put
empty values into AAI; it should omit the elements completely.

Issue: SO-237
Change-Id: Ic9504cd5d5c3a4e4cbe67ef5de0c56f51f3c6938
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoproductFamilyId not found error catching 91/19591/1
Arthur Martella [Wed, 18 Oct 2017 19:22:26 +0000 (15:22 -0400)]
productFamilyId not found error catching

Properly catch JsonException in case when productFamilyId is not present to let if block handle case where it's missing.

Change-Id: Id6eb2aaf10bc8636470ced3fe96c1149bb7e905e
Issue-id: SO-236
Signed-off-by: Arthur Martella <amartell@research.att.com>