aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23exception handlingeeginux5-42/+55
Update the appc client jar version Throw exception for non success cds call Fix CreateVcpeResCustServiceSimplifiedTest IT Issue-ID: SO-1857 SO-1779 Change-Id: Ifee080600051c92fd964a92d16efb67e4ab05d5d Signed-off-by: eeginux <henry.xie@est.tech>
2019-05-22Merge "removed unused CatalogDbUtils instantiation" into dublinMarcus Williams1-12/+10
2019-05-22removed unused CatalogDbUtils instantiationmarios.iakovidis1-12/+10
Issue-ID: SO-1910 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com> Change-Id: I50a2c75e2ce59a4eb7b6fb60076a34cae5482344
2019-05-22HttpLookupUri is now serializable againBenjamin, Max (mb388a)2-3/+66
cachedValue is now transient added custom serialization created serialization unit test for ServiceInstancesUri Change-Id: Idbc414a8483a4eae9c93ae8b06a1e77cbe683ca8 Issue-ID: SO-1906 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-22Fix CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT distributeEric Multanen3-4/+7
Add CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT type so it does not cancel the distribution of services. Change-Id: I68fe4892156312233fe677c0826e95c8aaa8da02 Issue-ID: SO-1907 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-05-21Add WORKFLOW artifactType to SDC ConfigElena Kuleshov1-1/+1
Add WORKFLOW artifactType to SDC Config Issue-ID: SO-1911 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I8933438ae63ca73605a05fec5467806f41fbda10
2019-05-21Merge "Change serviceInstance CM retrieval" into dublinSteve Smokowski2-2/+19
2019-05-21Merge "Missing modifications for DistributeTraffic actions" into dublinSteve Smokowski6-2/+245
2019-05-21Set VariableSmokowski, Steve (ss835w)1-1/+2
Fix issue here variable is not set if SI is found. Issue-ID: SO-1419 Change-Id: If9a75fc57e280c2aba5361096e4ebf01ab13056f Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-05-21Missing modifications for DistributeTraffic actionsLukasz Rajewski6-2/+245
Added input parameters for DistributeTraffic and DistributeTrafficCheck action Change-Id: I423979f6e8a682bff2aaff02bba4d79d2fbe22c8 Issue-ID: SO-1553 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-05-21Add SO WFD activity BBs to building_block_detailBonkur, Venkat (vb8416)2-40/+93
Added dublin-WFD activity BBs to building_block_detaili tbl Also updated the resource_type to NO_VALIDATE where target_action is CUSTOM During the execute of the Activity building blocks for the Workflow Designer running into orchestrationStatusValidation exception as it could not find the activity's name in building_block_detail table. Updated the test/resources/data.sql to reflect the above changes Issue-ID: SO-1901 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I9a5c60fc818ec4abc18005e3ef9b8c7b3313f55d
2019-05-20Change serviceInstance CM retrievalElena Kuleshov2-2/+19
Change serviceInstance CM retrieval Issue-ID: SO-1903 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I6bc1e3f0d219d6c9feff083ce43cd6afdec1c439
2019-05-20Check for null requestInfoElena Kuleshov3-1/+47
Check for null requestInfo Issue-ID: SO-1900 Signed-off-by: Kuleshov, Elena <evn@att.com> Change-Id: I2a3eb7ddbee396b19bcc71a2f647b9cf90082ed4
2019-05-18Merge "Addressed vCPE-Infra processing issue ASDC Controller" into dublinSeshu Kumar M10-12/+695
2019-05-18Merge "Fix DeleteE2EServiceInstance flow" into dublinSeshu Kumar M5-243/+215
2019-05-17make HostRoute serializable classMnushkin, Dmitry1-3/+3
make HostRoute serializable class Change-Id: Id9eb0e42568ab96ce533288c15000ef8fd8fe066 Issue-ID: SO-1894 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-17Merge "Fix CloudOwner Capitalization in R__MacroData.sql" into dublinSteve Smokowski1-144/+144
2019-05-16Addressed vCPE-Infra processing issue ASDC ControllerRamesh Parthasarathy10-12/+695
code was modified to address vCPE-infra notification received from SDC. Also added unit tests to ensure that the code works as expected. Change-Id: I217e2dfed9548bfb0e9b93c96aaf75afc1d4171c Issue-ID: SO-1861 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-05-16Fix homing gateway in AssignVnfBBMarcus G K Williams1-1/+1
Issue-ID: SO-1870 Change-Id: Id750d961276c5a4074363ed4746e95c9b67cceeb Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-05-16Fix CloudOwner Capitalization in R__MacroData.sqlMarcus G K Williams1-144/+144
Issue-ID: SO-1889 Change-Id: I2f964ba9ca7dbeb73796853d367b090cb5c26c0f Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-05-16Bump SO artifact versionGary Wu1-1/+1
Since SO 1.4.1 has already been released, the staging builds should be building the next version going forward. Change-Id: I54e898054f2928bc4e727003574c54199485a71f Issue-ID: SO-1851 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-05-16Fix DeleteE2EServiceInstance flowsarada prasad sahoo5-243/+215
Fixed the issue when subprocess 'DoDeleteE2EServiceInstance' calls 'AAI GenericGetService' sub-process which is deleted from SO common-bpmn Change-Id: Ie170b430a21df6dc8e7ff95a9d7f2091c11a600b Issue-ID: SO-1809 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-05-15Merge "Add SO native workflows to result list" into dublinSteve Smokowski4-0/+63
2019-05-15Use workflow's name for invocationElena Kuleshov7-11/+12
Use workflow's name for invocation Change-Id: Ie527788f029bdccc91f7f406df0a478e55375c01 Issue-ID: SO-1876 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-05-15Add SO native workflows to result listBonkur, Venkat (vb8416)4-0/+63
Added native workflows to result list Issue-ID: SO-1852 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: Ifeb2adf4ea78b191bcf46a1e7367bc0939d53b83
2019-05-14Fix build, update sdnc nb versionMarcus G K Williams1-1/+1
Fix sdnc generic-resource-api-client version by using the released version of the artifact 1.5.1 instead of 1.5.1-SNAPSHOT Issue-ID: SO-1877 Change-Id: Id0419e44ffd88b206a9d183bfd27e4f1da98e60e Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-05-13Fix GR_API no homing pathMarcus G K Williams1-1/+1
Set correct variable name "homing" in AAICreateTasks.createVNF to ensure GR_API no homing path does not fail. Issue-ID: SO-1870 Change-Id: Ie19d9b5d475d2e3c5bec1f744975906813ab8723 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-05-13Fix common ccsdk dependency and buildMarcus G K Williams1-1/+1
Issue-ID: SO-1874 Change-Id: Ie151de0e2a0a0354a988e0d23deb77cd2a66a930 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-05-11Fix default Generic NeutronNet template errorYang Xu1-3/+3
Change-Id: Ifff06e6b0e37a6c0689ddca925386fdf671366f2 Issue-ID: SO-1873 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-05-09Add missing UserParametersRepositoryElena Kuleshov1-0/+30
Add missing UserParametersRepository Change-Id: Iba30896cab00687fcfb6cd5ba703d3579efcac30 Issue-ID: SO-1888 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-05-09Merge "UPDATE lICENSE INFO" into dublinsubhash kumar singh1-0/+0
2019-05-09UPDATE lICENSE INFOseshukm1-0/+0
Issue-ID: SO-1854 Change-Id: Ica4cd90f0b89904dbd518521d9722cc2b065771e Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-05-06Merge "bump the SO dublin version to 1.4.1" into dublin1.4.1Marcus Williams1-1/+1
2019-05-06bump the SO dublin version to 1.4.1seshukm1-1/+1
Issue-ID: SO-1851 Change-Id: I21ab3222a716e8b70ee9d33a9c00832c1807628c Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-05-06Merge "Fix deployment of workflows on start" into dublinSteve Smokowski5-26/+67
2019-05-06Merge "VFModule To HeatTemplateUUID" into dublinSeshu Kumar M1-1/+6
2019-05-06Merge "Check if InstanceGroup modelUUID already exists" into dublinSeshu Kumar M1-8/+18
2019-05-06Update the Arc diags for SOseshukm1-0/+0
Issue-ID: SO-675 Change-Id: I55522f10344da148b83cda26820f82f54ebcec90 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-05-06remove jtosca dependency from BPMN Infraseshukm1-10/+0
Issue-ID: SO-1834 Change-Id: I94886972032bff3bcd9cb033ccd337ad9e597bf4 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-05-06update the SDC tosca version to 1.5.1seshukm1-2/+2
Issue-ID: SO-1834 Change-Id: Iea99bfce2d96611b61f0cba21038d08dd1fa9758 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-05-05VFModule To HeatTemplateUUIDMerkel, Jeff1-1/+6
- Set existing Heat files on the vfModuleArtifact. Change-Id: Ie01a7932115158dc974ab9ba89a8954a3e732e79 Issue-ID: SO-1846 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-05Check if InstanceGroup modelUUID already existsMerkel, Jeff1-8/+18
- Added code to check if InstanceGroup modelUUID already exists in DB. Change-Id: Ibf3bf27e6c0523df80adad6debafa2c2f3a337ec Issue-ID: SO-1845 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-05Fix deployment of workflows on startElena Kuleshov5-26/+67
Fix deployment of workflows on start Change-Id: Iaa5cb96020da20c96bedb81e0829f73c7461b67f Issue-ID: SO-1837 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-05-02VNFM simulator implementation for delete flowMichaelMorris7-121/+274
Issue-ID: SO-1773 Change-Id: I14c8325dbb8fbdaebff7b7ec674fd0ddbb5930c3 Signed-off-by: MichaelMorris <michael.morris@est.tech> (cherry picked from commit 252f18a05916bd8f50e7fa803129e3e4c44cd0a5)
2019-05-02Fixed issues found in delete integration testingMichaelMorris8-49/+131
Issue-ID: SO-1827 Change-Id: I73fdcad3d466634cea850e4df10291a66ec2aa61 Signed-off-by: MichaelMorris <michael.morris@est.tech> (cherry picked from commit f4f9c027afc2981d36d607612b6e67cd0a1e8d52)
2019-05-02VNFM simulator implementation for instantiate flowLathish25-674/+968
Issue-ID: SO-1773 Change-Id: I710fe6905d650df29f7550f4eafde2f672301bc4 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech> (cherry picked from commit c0b9d01cbc3a3d3b1ce32178394e8fd74a10de65)
2019-05-02Merge "Fixed issues found in integration testing" into dublinByung-Woo Jun19-198/+256
2019-05-01Fixup handling of multicloud post responseEric Multanen4-65/+96
Make the handling of the multicloud post response more flexible. Add additional parameters that may come back. Change-Id: I0a5c7016f11dbfe832c81e2fcafc398a998b622b Issue-ID: SO-1833 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-05-02Fixed issues found in integration testingMichaelMorris19-198/+256
Issue-ID: SO-1814 Change-Id: Ica6929e10cb40d535657eefc9786090af996ba32 Signed-off-by: MichaelMorris <michael.morris@est.tech> (cherry picked from commit df6508f90ffb0247b94a7357035e36af61b4f207)
2019-05-01Merge "Correct Catalog DB beans" into dublinSteve Smokowski34-1342/+1109