aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic
AgeCommit message (Collapse)AuthorFilesLines
2019-04-19Merge "Fixed get-vf-module-lanport-param DG with proper input param"Dan Timoney2-171/+171
Former-commit-id: 7abc384133b055fa56b8c9f33ff52255b18afbf7
2019-04-19Merge "Add missing payload for DGs and Playbooks of LCM APIs"Dan Timoney6-935/+2135
Former-commit-id: ebeec4dcc523026106a2b7f82768a5ac89afd4a2
2019-04-19Merge "SDWAN tenant auth DG"Dan Timoney2-1191/+98
Former-commit-id: d8d10533ee6b88981f7c32480544b0816aa35675
2019-04-19Merge "SDWAN device oper status not updated in AAI"Dan Timoney2-412/+433
Former-commit-id: b6f2775e642f2a0b7cfeb4162bae8a98ec0ea0ae
2019-04-19Merge "SDWAN wan port creation failed."Dan Timoney2-291/+291
Former-commit-id: f68d82e64933a6301aef43bb8df4b0477c21d477
2019-04-19Merge "vf module id validation removed from DG"Dan Timoney2-10/+557
Former-commit-id: fc6b5397529d984b897e6ce681f4257258bb9645
2019-04-19SDWAN tenant auth DGshashikanth.vh2-1191/+98
json file not merged with proper DG in previous commit reverting the change Change-Id: If6bbb5f81a96d78c9e01aeb8165900e986646839 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 8759135ce1c25d9602ae5674da74c5d1f95e6967
2019-04-19Fixed get-vf-module-lanport-param DG with proper input paramprakash.e2-171/+171
input parameter is updated with vf-module-request-input which is copied in parent lan-port-create DG Change-Id: Ia472883fb8cb166dfd7cd3315d1f46f0ce073cf1 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 86d8e681534c52c5bb420bb9e3bf188e8303dd15
2019-04-19Add missing payload for DGs and Playbooks of LCM APIsEnbo Wang6-935/+2135
Add missing payload for DGs and Playbooks of LCM:rollback, LCM:upgrade-pre-check and LCM:upgrade-post-check. Change-Id: I96d8d86af1200843f85b9ee8a0cc8abf6a0b8ec8 Issue-ID: SDNC-733 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Former-commit-id: 681d674c31d356fb46fa8301219878619185b68b
2019-04-19SDWAN device oper status not updated in AAIshashikanth.vh2-412/+433
fixed few issues 1.calling sube DG sdwan-get-tenant-auth not required 2.AAI device not updated with active on device activate Change-Id: Ib782c0db8735c446b018412a0865df65ef55f10d Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 59e7b1c3ed08541fd712af64c897441306954c1d
2019-04-19SDWAN wan port creation failed.shashikanth.vh2-291/+291
invalid input parameter used instead of vf-module-request-input.vf-module-input-parameters for getting input properties Change-Id: Ib972aa9bb03a6a91de64c0ebe7e7d78d469b2e1e Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 96011c3446b6bb188d1022ec9314af309ad013b0
2019-04-19Merge "Dublin pnf DG bugfix"Dan Timoney2-367/+367
Former-commit-id: d9246eaf20822e867adcad0fba2b28705f9eded8
2019-04-19Merge "SDWAN LanPort DGs are called in parent DG"Dan Timoney2-497/+430
Former-commit-id: 2a92fc2dbeeed599a64a2939dfcfe631d7486370
2019-04-19Merge "SDN-C GR-API to RA Interface Enhancement"Dan Timoney4-4/+4
Former-commit-id: 1d55f197344f21800a990ad97a2b80134e133bab
2019-04-19Merge "SDWAN Device vf create not handled for invalid vnf id"Dan Timoney2-298/+565
Former-commit-id: c22029820429abd26f334140f98e81d76ba5a87b
2019-04-19Merge "updated generated vf-module-index parameter"Dan Timoney2-227/+229
Former-commit-id: d00db45f0cc36915e14c53f1c95e4939b202db8a
2019-04-17Dublin pnf DG bugfixCheung, Pat (kc1472)2-367/+367
update pnf-ra-assignment due to blueprint output change Change-Id: Iaac65cf10d5dd704a062d4ea3904309a57cab300 Issue-ID: SDNC-732 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Former-commit-id: 0adf9badc570b556353c233e6fdb452855b39bef
2019-04-17SDWAN LanPort DGs are called in parent DGprakash.e2-497/+430
Fixed in vf-module-topology-operation DG by calling SDWALanPort DGs for create,activate,deactivate and delete svc-actions Change-Id: I2cbff74df8ec1f513572b82a60db57beb7d47466 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 083d8457edba7f889bedb3992d4f64098790a652
2019-04-17SDN-C GR-API to RA Interface EnhancementAlexis de Talhouët4-4/+4
Change-Id: Id02ff9adc2c2221b42ea8861d978af5ee6197197 Issue-ID: CCSDK-1188 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: 97909daea9066b7877443a005f27484a340c6033
2019-04-17SDWAN Device vf create not handled for invalid vnf idshashikanth.vh2-298/+565
1.vnf id validation not handled while device vf creation 2.device instance in AAI can be created be SO or SDNC if SO create then SDNC has to update otherwise create device instance in AAI, this scenario handled. Change-Id: Ia7591f6dbeffcac6041237e3822e68a9bd005684 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: ea0bc09eba2eeb36f99d32d42b94a5a84801eab4
2019-04-17vf module id validation removed from DGshashikanth.vh2-10/+557
GRA provider code is modified to return vf module id if present in the input request otherwise vf module id (Generated in DG)will be returned from the response object. In validate-vf-module-input DG vf-id validation check is deleted. Change-Id: I389d2d42a939c60481cd7690ccb98b3f820974e4 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 5560feac3ab5cb6a0c749648878be3bf273fdfcf
2019-04-17updated generated vf-module-index parameterprakash.e2-227/+229
vf-module-id is assigned with correct parameter prop.vpn-vf-index since vf-module-id is NULL in response Change-Id: I39c4541996d9809aacecec70ac4e84da8011cb33 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: f6b4d96d8938241d95c0f75f28444231ff425eae
2019-04-17Add placeholder for multi part form data filesGaurav Agrawal2-0/+10
Add placeholder for multi part form data files used in RestApiCallNode plugin Change-Id: Ie7a46d3bcd9813c4592ff55fecb0d33294ddc0fd Issue-ID: CCSDK-239 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com> Former-commit-id: 4eeb462a79689788d66248b47735166274d18f00
2019-04-16Merge "Fix sdwan-vf-vpn-delete DG by passing vf-module-id"Dan Timoney2-70/+346
Former-commit-id: 15c6cfe1990346af373968693fd7c568003bea11
2019-04-16Merge "Device input parameter processing failed"Dan Timoney2-226/+226
Former-commit-id: 6748f871443426f8ac06a069ac602452b9a837bf
2019-04-16Fix sdwan-vf-vpn-delete DG by passing vf-module-idprakash.e2-70/+346
Vf-module-id is passed as it is not passed and returned Missing key is getVfModuleId. Change-Id: I576f6fd11b97aa1af423837bcd741abc653a2803 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 169cf9a5afb5b9518dfd2ccaf0f37f988dd3831b
2019-04-16unused parameter tenant-id is removedprakash.e2-249/+198
unused parameter tenant-id in vpn-deactivate DG is removed and tmp.nidx is modified to tmp.vidx Change-Id: Ibd8629b2309ae0f34a49ba8f9f50094d60728a50 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 3da4178f0341a8c897770c3f2aeb7e13806dd3d6
2019-04-15context-parameter returned to caller DG is not correctprakash.e2-452/+452
parameter tmp.vidx is used in vpn-activate DG, updated validate-vpn DG by returning tmp.vidx inplace of tmp.nidx Change-Id: I42ddac5eb6384dd01992c2bbb387a3cc14aade54 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 58a3b6851697cd28042583d6f60a6845694a2f74
2019-04-15Device input parameter processing failedshashikanth.vh2-226/+226
Input parameter processing failed, vf-module-topology-operation is used instead of vf-module-request-input. Change-Id: I578da11c6e0505ee67523504235a64169ccfe605 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 663dbb29fe1b5335eaa16646b8eb6eb42136595d
2019-04-15Fix Authorization Failed issue in SDWAN VPN activateprakash.e2-226/+211
Fixed vpn-activate DG by calling sdwan-get-tenant-auth DG to fix Authorization issue Change-Id: I0ced9b9a1630baaffdee7402e609de9c64f97ed4 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: fac6813d763bd635d66fd2e213330bc2e6501b77
2019-04-14Fix SDWAN VPN-create DG to update relationship-list in AAIprakash.e2-240/+235
update AAI with generic-vnf and sdwan-vpn relationship-list Change-Id: I8ae2ddcf8d92078b15d9523b07901ae6e2c99b68 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 4b685f825bedb03d135f7f5c9b07f52efd718953
2019-04-12Fix SDWAN device DG to create AAI resourceprakash.e2-182/+220
Add a missing node in device DG to add a device record in AAI. Change-Id: Iaf6ce5ff52bd13db960954c982c66d5c54a130d2 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 797f52bd97a384e245ba166138ba5b8f6def226c
2019-04-12peer wise testing issue fixprakash.e2-130/+134
generated vnf-index is not updated in service data Change-Id: Ib06ac5829072f50bdbf53a5624165327bb6b4e85 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 09b79f552d5f9a99991d3f9377c2fc77952368b7
2019-04-10zte 3rd party controller for sdwanZhuoyao Huang24-0/+6034
creating a placeholder for specific templates & DG nodes required to talk to ZTE as 3rd party domain controller. Issue-ID: SDNC-657 Change-Id: Icb774966cd9f4cd15e1beebb2dfb5194f241e4bc Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> Former-commit-id: 22f440deb271000c1accc7abe679335e3e1916b0
2019-04-09Changing the DG param to use "_"janani b4-1584/+1580
All the parameters of DG will use "_" instead of ":" Issue-ID: CCSDK-1045 Change-Id: Iaf4d76f808798ca9a3209dfe0fd792f26a3c939a Signed-off-by: janani b <janani.b@huawei.com> Former-commit-id: 0fb3e0e11b347f001353df62b428f5e2d5ef1f9c
2019-04-04Fix bbs dgs bug for edgeBryanGuo2-331/+326
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: I5ba0b5bf99d24fd10175b5eb397b9ff18aa2ae71 Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: 8e5015c79e5d841cc04fa70823ce91ddd10f0492
2019-04-04Fix bbs dgs bug for edgeBryanGuo6-248/+646
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: I46b0cade01a06b494772fc95a8d32b4d6ba11d9c Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: 3e28f5fce8eb4a35d094e5b1667de24002c1a719
2019-04-04Fix bbs dgs bug,replace 'vendor' by 'manufacturer'BryanGuo6-495/+967
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: Ida80d2ca97f786be36e4610ed0e4e18fab15773a Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: 879baef9f68011412253def6a014fcbfe261c4da
2019-04-01Merge "SDWAN bandwidth update DG."Dan Timoney2-0/+2308
Former-commit-id: 1b34b6dd37c6fc1963fe66b00a1ee91344f65ef6
2019-04-01CCVPN extension vf-module-topology DGsprakash.e4-1258/+1422
vf-module-topology-operation DGs modified for bandwidth policy change Change-Id: Ifc3a9fcc3942cd4761c1967598428ff605636c45 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: b477ae268d7035bb15a33085f3fbda7f1da453ed
2019-04-01SDWAN bandwidth update DG.shashikanth.vh2-0/+2308
Change-Id: I4a933ae8297e4a27fa72ed53705aa8536e12f219 Issue-ID: SDNC-653 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 62721594686caa7ebe0967c7b94fd3e26dafa211
2019-03-29Dublin pnf DGsCheung, Pat (kc1472)3-0/+832
Adding DGs to support aai put for pnf Change-Id: I04d66be61be3b8d13daf1c14310ff75b24c687ba Issue-ID: SDNC-634 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Former-commit-id: 2b38887a7cde529a01f15702358d4678e3d7b120
2019-03-29Merge "Add a DG for PNF software rollback action"Dan Timoney3-0/+1043
Former-commit-id: 7573a1d8192032c8a7af0e8e61f359e5b22b2fc4
2019-03-29CCVPN extension lan-port templatesprakash.e5-0/+93
lan-port - device-port, bridge-domain and ip-subnets templates Change-Id: I94797ee8f58c8817d578a263a631ca0ac485dd26 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 30a75914225f313fac7a40b6bc2a2d0d782fc112
2019-03-28CCVPN extension lan-port DGsprakash.e10-0/+6618
lan-port vf-module-topology-operation DGs Change-Id: If1eed2e899229eb311c2cc6324dfa7858404ce18 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: b5d769f019aba5bdd25eaae21d7c190d7b428f64
2019-03-28CCVPN extension site resource DGsprakash.e44-971/+22722
DEVICE and SITE VF-topology-operation DGs Change-Id: Ieb9fdfed7918489ce56d10e848663f81e56445e7 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 11f5aef76dcff7ceadaa240c068c727793c7d64a
2019-03-27Add a DG for PNF software rollback actionEnbo Wang3-0/+1043
Add a DG for LCM:rollback action to support PNF software rollback. Change-Id: Id82e1dc20a0792713fb079ea302f7d71e2949fc8 Issue-ID: SDNC-670 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Former-commit-id: 90cd373ebe1409b523b6fd64a436199a66d2bd97
2019-03-26Update to Fluorine SR2Timoney, Dan (dt5972)9-18/+18
Compile against ODL Fluorine SR2 Change-Id: I016ac0b5f9d5f93c16f760415318cd3db0a19117 Issue-ID: SDNC-708 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 279d602669da7a26f00cd20a340a243d488e0fbf
2019-03-25CCVPN extension DGsprakash.e10-900/+3219
VPN and SITE resource VNF-topology-operation DGs Change-Id: I2f39a26280b7a9a2add0783c614b542fe2073439 Issue-ID: SDNC-659 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 201b92b81c7f50e7733297df88141357dc05c05c
2019-03-22Fix bugs in BBS DGsBryan Guo8-13/+13
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: I7e3891a25baf3864368a281165da70999313d6ce Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: b29c2cdabddc4b982b597fa9cc7d845f0d0b403a