aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-20Flows fail to update status in requests DBRob Daugherty23-24/+30
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>
2017-10-19Restore MSOMockServer to the buildRob Daugherty41-1088/+3239
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>
2017-10-19Merge "Deal With Error Response from Vfc"Chuanyu Chen18-609/+781
2017-10-19Deal With Error Response from Vfcc0014910718-609/+781
Deal With Error Response from Vfc Change-Id: Id5ce999d561099581b49524969c901ac6dac3f90 Issue-ID:SO-233 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-19Merge "Omit service-type and service-role if empty"Rob Daugherty1-2/+4
2017-10-19Merge "NullPointerException after adapter callback"Rob Daugherty3-5/+5
2017-10-18NullPointerException after adapter callbackRob Daugherty3-5/+5
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>
2017-10-18Omit service-type and service-role if emptyRob Daugherty1-2/+4
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>
2017-10-18productFamilyId not found error catchingArthur Martella1-1/+7
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>
2017-10-18Merge "Revert "Fix defect SO-36""Rob Daugherty1-61/+60
2017-10-18Merge "fix for the E2EServiceInstances progress update"Rob Daugherty2-264/+342
2017-10-18Merge "Change SDNC namespace"Seshu Kumar M13-23/+23
2017-10-18Revert "Fix defect SO-36"Seshu-Kumar-M1-61/+60
IssueId:SO-232 Change-Id: I4118bf42a7325ae6fe6f304638e247bd8a042864 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-18Merge "Added the "@Override" annotation"Seshu Kumar M1-114/+115
2017-10-18fix for the E2EServiceInstances progress updateSeshu-Kumar-M2-264/+342
IssueId : SO-205 Change-Id: I5650400729ab89b5b3ae1e8adb0e892390281489 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-18Added the "@Override" annotationRamanjaneya-Huawei1-114/+115
Issue-id: SO-224 Change-Id: I98e6b2de01514f2e2c705c9f880057bb977ff075 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17Change SDNC namespaceRob Daugherty13-23/+23
SDNC now uses the org:onap namespace, not org:openecomp. Issue: SO-231 Change-Id: I434bcb6d2b330a0d536368a5f3d6b86615980314 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-17Merge "Iterate over entrySet instead of keySet"Seshu Kumar M1-67/+75
2017-10-17Merge "Fixed CloseableHttpClient close issue"Seshu Kumar M1-13/+1
2017-10-17Merge "Replace type specification with operator ("<>")"Seshu Kumar M1-5/+4
2017-10-17Merge "Added the "@Override" annotation"Seshu Kumar M1-2/+3
2017-10-17Merge "Remove unused import and Rename local Variables"Seshu Kumar M1-13/+10
2017-10-17Merge "fix for including the operation ID in response"Seshu Kumar M3-11/+11
2017-10-17Fixed CloseableHttpClient close issueshashikanth.vh1-13/+1
Issue-id: SO-228 Change-Id: I731227f4728d3eee5ce84b358c6422a44efdbdc3 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2017-10-17Replace type specification with operator ("<>")Ramanjaneya-Huawei1-5/+4
Change-Id: I1e4ef70fbce846b9f5ea3527d534fc413fbda272 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17Added the "@Override" annotationRamanjaneya-Huawei1-2/+3
Change-Id: I0cbfeb8931a46ccd0b2f759c95adea49c5825af2 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17fix for including the operation ID in responseSeshu-Kumar-M3-11/+11
IssueId: SO-226 Change-Id: Ifd515c16b876cc006703a9ae87e5daaff0b34a14 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
2017-10-17Merge "Remove the unused variables"Seshu Kumar M4-5/+4
2017-10-17Remove unused import and Rename local VariablesRamanjaneya-Huawei1-13/+10
Change-Id: I35267602e813852d43ef84c691a05bc49133082b Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17Removed unWanted methodseshukm2-47/+19
IssueId: SO-222 Change-Id: I03b66e901b57ce68c0685c054c4744a2726c1c42 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-17Iterate over entrySet instead of keySetrama-huawei1-67/+75
Issue-id: SO-214 Change-Id: I5db39da011ef42a02715751ed78390711888b9cd Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-17Remove the unused variablesrama-huawei4-5/+4
Issue-id: SO-223 Change-Id: I5f4d3f9ef78b68c890a32d3f6afc2a86f2064a6b Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-17fix method name mismatch create E2E svcseshukm2-40/+53
IssueId: SO-222 Change-Id: Ibcdf8c95dfa789619214745edd54393e8340d5ee Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-10-17Merge "Add VFC war to war config list"Seshu Kumar M1-1/+8
2017-10-16alaCarteSet unrecognized fieldRob Daugherty4-14/+10
The aLaCarte and aLaCarteSet fields in RequestParameters class and their corresponsding methods are not consistently named, and thus they are not serialized/deserialized correctly by the Jackson JSON utilities. We were seeing this sort of thing in the requests database: "requestParameters": { "subscriptionServiceType": "vFW", "aLaCarte": true, "autoBuildVfModules": false, "cascadeDelete": false, "usePreload": true, "rebuildVolumeGroups": false, "alaCarteSet": true, "alaCarte": true } We obviously shouldn't have "alaCarte" as well as "aLaCarte". And I don't think we want "alaCarteSet" to be persisted in the DB at all (it should be ignored by the JSON mapper). Issue: SO-219 Change-Id: Ia943d2970cb7db153f3af73289f426a154917f7e Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-16Add VFC war to war config listc001491071-1/+8
Add VFC war to war config list for the docker image Change-Id: I99cde517f6221f3c62266bdc01389413af53c57e Issue-ID:SO-221 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-14overlay-vpnZhuoyao Huang5-22/+69
change input parameters' names and action-type for overlay-vpn Change-Id: I232410e4e6056bd4253d7e66ad4b895d2052583a Issue-ID:SO-181 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2017-10-13Fix wrong work flow for service deletec001491075-179/+476
Fix wrong work flow for service delete bpmn logic Change-Id: I86287cc484b85ed0a31fcf70bea9049d896ade91 Issue-ID:SO-218 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-13Correct the workflow for NS Createc001491074-71/+185
Correct the workflow for NS Create bpmn Change-Id: I71283c88a3936d1b19b3403f6940823875405c90 Issue-ID:SO-217 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-13Merge "Update hibernate files to initialize timestamp"Seshu Kumar M29-65/+89
2017-10-12Build support for Camunda EE CockpitRob Daugherty3-2/+3
The community edition Camunda Cockpit does not have the capability to inspect a running or completed process. This makes it useless for debugging purposes. If a user has an enterprise license, it should be possible to build SO using the enterprise version of Camunda. This commit modifies the SO poms so that the camunda version may be specified on the maven command line, as follows: -Dcamunda.version=7.7.3-ee -Dcamunda.bpm.webapp.artifact=camunda-webapp-ee-jboss-standalone A maven repository containing the enterprise artifacts (in this case, 7.7.3-ee) would also need to be provided at build time in the maven settings.xml configuration. Issue: SO-216 Change-Id: Idff63ce70475299924333b37aa51f8d963adf568 Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-10-12Update hibernate files to initialize timestampJim Hahn29-65/+89
Updated the hibernate hbm.xml files to correct the following issues: 1) Timestamps had generated="insert" but hibernate was not auto-populating the timestamp value thus the DB was generating an exception. Modified the definition of this field to cause hibernate to provide the default value of CURRENT_TIMESTAMP. This impacted most of the hbm.xml files. 2) While running junit tests, the following message appeared in the log underneath most of the hbm.xml files: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! Updated most of the hbm.xml files, changing the namespace per the guide. Note: a couple of the files were already correctly configured. Change-Id: Id96775b7bd7a42da0c00e208e33aed6fa96ab996 Issue-Id: SO-215 Signed-off-by: Jim Hahn <jrh3@att.com>
2017-10-12Merge "Iterate over "entrySet" instead of "keySet""Seshu Kumar M4-7/+11
2017-10-12Merge "Iterate over entrySet instead of keySet"Seshu Kumar M1-4/+8
2017-10-12Iterate over entrySet instead of keySetrama-huawei1-4/+8
Issue-id: SO-214 Change-Id: I7035fb50a0025f0da72eacfe9cee706799202cf7 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-12Iterate over "entrySet" instead of "keySet"rama-huawei4-7/+11
Issue-id: SO-214 Change-Id: Ic402b02a82bd613b0753db1530dd76ce59c3ad08 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-12Replace usage of System.out by a loggerrama-huawei1-8/+13
Issue-Id: SO-213 Change-Id: Ia4bed73b2ef46fd195d7e3ffdfcaf140c38ab6fa Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-12Merge "Set context for VFC Create api"Seshu Kumar M1-0/+1
2017-10-12Set context for VFC Create apic001491071-0/+1
Set context for VFC Create api Change-Id: I33363c15eaa7dc0aa17921792968814970a58df0 Issue-ID:SO-212 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-10-12Merge "Add junit test coverage and fix bugs in VCPE"Seshu Kumar M93-3224/+9823