aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-06-05Merge "Update release version."v1.2.22.0.0-ONAPbeijing2.0.0-ONAPSeshu Kumar M1-1/+1
2018-06-05Merge "Update release notes with known issue."Seshu Kumar M1-1/+2
2018-06-06Update release version.seshukm1-1/+1
Issue-ID: SO-660 Change-Id: I6f89cd56b5ed52f7b165549e9701939fa8e4fb05 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-06-05Merge "Fix API documentation for UUI req"Seshu Kumar M1-13/+45
2018-06-05Update release notes with known issue.seshukm1-1/+2
Issue-ID: SO-660 Change-Id: I6d07e5b6009e4c130078853ffce3383c1db2d31a Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-06-05Fix API documentation for UUI reqsubhash kumar singh1-13/+45
Fix API documentation for UUI req Change-Id: Iac29eb404f5d3513f12c921018c15099a1aa3d40 Issue-ID: SO-660 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-06-05Merge "APPC controller type for ScaleOut"v1.2.1Seshu Kumar M1-0/+1
2018-06-05Merge "Fix formatting issue in RN"Seshu Kumar M1-1/+3
2018-06-04APPC controller type for ScaleOutElena Kuleshov1-0/+1
Change-Id: I7d3ee2b272bfe9e2df201cb1ec6ee91cc2b8d292 Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-06-03Merge "Updated mso bpmn urn properties app c"Seshu Kumar M1-4/+4
2018-06-03Merge "Set controllerType to DEFAULT when null."Seshu Kumar M1-0/+6
2018-06-03Merge "Fix controllerType variable name"Seshu Kumar M1-2/+2
2018-06-03Merge "Update ConfigScaleOut payload format"Seshu Kumar M1-1/+1
2018-06-01Fix formatting issue in RNGildas Lanilis1-1/+3
Fix issue in quick link section Change-Id: I6216fd607f273ccbbdb7132308f413a0b09e11c9 Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-06-01Updated mso bpmn urn properties app cBancala, Ben (bb3476)1-4/+4
Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com> swapped read and write in mso bpmn urn properties Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com> reversed the order of read and write Issue-ID: SO-663 Change-Id: I875653072f3d4319503aa74b0198e16d1c868e5f Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
2018-06-01Merge "Document Security section of the Release Notes"Seshu Kumar M1-6/+14
2018-06-01Merge "Introduce resource sequence as per modelname"Chuanyu Chen2-3/+6
2018-05-31Document Security section of the Release NotesGildas Lanilis1-6/+14
Change-Id: I51f436745c8edaaf3eb10f43665f93e22ab80af7 Issue-ID: DOC-271 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-05-31Set controllerType to DEFAULT when null.Elena Kuleshov1-0/+6
Change-Id: I6fa62b9dca0e7f69030fffab5cbc13fe57b39294 Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-31Fix controllerType variable nameElena Kuleshov1-2/+2
Change-Id: Ida50f031fb4a4d81e8948e8b8c4e7611434aa202 Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-31Update ConfigScaleOut payload formatElena Kuleshov1-1/+1
Change-Id: Ib05c30783b1c719c84b91be81cf052422da8fb9a Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-31Merge "fix resource_operation_status table change"Chuanyu Chen3-8/+9
2018-05-31Add RegionOne_flavorList to bpmn variablesMarcus G K Williams3-0/+5
Flavor Labels are not passed to DoCreateVnfAndModules.bpmn, in turn it needs to be passed to DoCreateVfModule Issue-ID: SO-661 Change-Id: I51c4e77677a17513725d5b832e379bbb72f13185 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-05-31fix resource_operation_status table changeguanwenyao3-8/+9
Issue-ID: SO-634 Change-Id: I2ddf86640d7d20808dbbe379949f61b9f8031769 Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
2018-05-31Fix OOF serviceResourceId bugMarcus G K Williams5-14/+23
- Works around a bug in OOF where OOF does not return a serviceResourceId with homing solutions. SO uses serviceResourceId to match a homing deman to a homing request. This patch addes resourceModuleName as another way to match a demand to a request, as currently OOF needs this to be unique. - Changes SO homing processing of key cloudRegionId to key locationId as this is now the key used for cloudRegionId in solutions sent back from OOF Issue-ID: OPTFRA-249 Change-Id: I8e5d9244a227ea4d3d061a758f202144bac270ce Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-05-31Merge "Throw exception if resource receipe is not avail"Seshu Kumar M1-4/+13
2018-05-31Introduce resource sequence as per modelnamesubhash kumar singh2-3/+6
Resource sequence can be defined in mso.apihandler-infra.properties file as per following: mso.workflow.custom.<service-model-name>.resource.sequence=<, separated values> Change-Id: I156cfcfea4936be541014726dc6063f7f4e2d2b4 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-05-31Throw exception if resource receipe is not availsubhash kumar singh1-4/+13
Throw exception if resource receipe is not available for the resource in service. Change-Id: Ic6110a1f03d9a0f22d963812eab99e571191140d Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-05-31Miscellaneous fixes for SO-SDNC integrationArthur Martella3-4/+5
changing capitalization of SDNC in LCM property adding payload to createVfModule bpmn Change-Id: Ib4d8e172a929a8138cf4e3fbf446170467b44a42 Issue-ID: INT-475 Signed-off-by: Arthur Martella <am153x@att.com>
2018-05-30Add ConfigScaleOut to ApplicationControllerActionArthur Martella1-0/+1
Change-Id: Ia9aaf05cd2a255491b0f73351653f1b622140e62 Issue-ID: SO-602 Signed-off-by: Arthur Martella <am153x@att.com>
2018-05-30Merge "Set CreateVfModuleInfra health check to false"Marcus Williams1-1/+1
2018-05-30Set CreateVfModuleInfra health check to falseBancala, Ben (bb3476)1-1/+1
Issue-ID: SO-659 Change-Id: I4f7d9ce861db6d997ebc1108cdf1bd0995a7aa19 Signed-off-by: Bancala, Ben (bb3476) <bb3476@att.com>
2018-05-30Merge "Change topics setup for LCM"Marcus Williams2-11/+6
2018-05-30Change topics setup for LCMElena Kuleshov2-11/+6
- Fix general topic properties. - Fix junit for getLcmProperties Change-Id: I424129c18a017908280c6bdc831a6a72ba1192ca Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-30Merge "Correct controllerType property name"Marcus Williams1-1/+1
2018-05-30Merge "Add space to 'Tunnel XConn'"Marcus Williams9-25/+25
2018-05-30Correct controllerType property nameElena Kuleshov1-1/+1
Change-Id: I71003381548d1d221854f78e0d0734994dd16d5f Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-30Add space to 'Tunnel XConn'Arthur Martella9-25/+25
Adding space to change TunnelXConn to Tunnel XConn so that SO will match SDNC. Change-Id: I2a752fd1c6b3ed115c8a2dafbd47e3ce24f49a57 Issue-ID: SO-650 Signed-off-by: Arthur Martella <am153x@att.com>
2018-05-30Merge "Fix OOF Homing Interface"Seshu Kumar M6-86/+186
2018-05-29Fix OOF Homing InterfaceMarcus G K Williams6-86/+186
- Update homing request build to send correct request to OOF - Use nfFunction field as resourceModuleName requires updating nfFunction fields during vcpeRestCust service creation in SDC - Fix No Solution Error from OOF - Made subscriber info and cloud info optional as OOF Homing does not require it - Update Homing Requests for AR to provide vgMuxInfra modelInfo instead of vgmuxAR modelInfo as required by OOF Issue-ID: SO-573 Change-Id: If1c41c81f387bb614be954d158d6cc4d9c48e2c8 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-05-29Merge "Use actual vfModuleId in APP-C payload."Seshu Kumar M1-2/+2
2018-05-29Merge "Pass parameters from SDNC response to APP-C."Seshu Kumar M2-19/+97
2018-05-29Use actual vfModuleId in APP-C payload.Elena Kuleshov1-2/+2
Change-Id: I6d0d30b10615fd7b411ab723cf27fbeea2fec21e Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-29Pass parameters from SDNC response to APP-C.Elena Kuleshov2-19/+97
Change-Id: I7d83ee933361ca16d9b05639bfb84b9c1466887c Issue-ID: SO-602 Signed-off-by: Elena Kuleshov <ek1439@att.com>
2018-05-29Merge "CorrelationId implementation correction"Seshu Kumar M13-383/+411
2018-05-29fix query ns scale endless loopguanwenyao1-5/+4
Issue-ID: SO-634 Change-Id: I79ac70be79345c966642dc5b99c25b4a39dc575d Signed-off-by: guanwenyao <guanwenyao@chinamobile.com>
2018-05-29Merge "Fix library CVEs in SO"Chuanyu Chen1-15/+33
2018-05-28CorrelationId implementation correctionLukasz Muszkieta13-383/+411
service instance id is now correctly passed in case of delete instance operation Change-Id: Ifb5c27194d6a588852051df0aa391b559b484ac0 Issue-ID: SO-640 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-05-24Merge "Fix serviceInstanceName in Homing"Seshu Kumar M4-13/+28
2018-05-24Fix serviceInstanceName in HomingMarcus G K Williams4-13/+28
serviceInstanceName was not set in CreateVcpeResCustService and not made available in Homing Flow. Issue-ID: SO-573 Change-Id: I9d3098aa252ceba139c75a24c71950bab70b14b6 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>