aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/generic-resource-api/src
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-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 Huang8-0/+5780
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 b2-1083/+1080
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-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-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 Guo6-11/+11
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: I7e3891a25baf3864368a281165da70999313d6ce Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: b29c2cdabddc4b982b597fa9cc7d845f0d0b403a
2019-03-21add DGs for BBS usecaseBryan Guo14-75/+1994
Issue-ID: SDNC-698,SDNC-699,SDNC-700 Change-Id: Iac71c3ad2a42def4bf1fd0e3464f028dae5a5414 Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: 05ccc1879959d01720065f633d08e68ede2c04aa
2019-03-21Add create\deleteAccessConnectivityInstance DGsBryan Guo6-0/+2234
Issue-ID: SDNC-697,SDNC-697 Change-Id: I13160216d52c32e5b54fb70b6128be4a71f4110e Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: c128094513b16ceb2902d712edf47d2371d8adab
2019-03-21Extend network-topology-operation rpc for bbsBryan Guo2-647/+1504
Issue-ID: SDNC-696 Change-Id: I2d2362e53b0e3560e87a0b13eb94fc9588b5dab3 Signed-off-by: Gxxxx <guofengbei@huawei.com> Former-commit-id: e4baee0166bf461d700c0939586bb5c1170e85ed
2019-03-15Dublin pnf DGsCheung, Pat (kc1472)27-5761/+10193
Adding DGs to support pnf unassign Change-Id: Ic480fc334729535d16c0f4f65ace502e69448a31 Issue-ID: SDNC-642 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Former-commit-id: e75b4f974c0d5f9ea54436b01aa85a93318e7199
2019-03-06Dublin release DGCheung, Pat (kc1472)2-0/+492
DGs to support pnf-topology-operation with deactivate svc-action Change-Id: I3261d704e6d42173c841f56fe1d18dddb00ed43e Issue-ID: SDNC-643 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Former-commit-id: 6f77209f79bc69c5335ef32c04365722ec9bb415
2019-03-06Dublin release DGCheung, Pat (kc1472)2-0/+492
DGs to support pnf-topology-operation with activate svc-action Change-Id: I3b018738e01e0d4da2ff05468ad79a34e090471b Issue-ID: SDNC-641 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Former-commit-id: 3749fcfacf157cd172826e92f58f1cbcc4ee690a
2019-03-06Merge "CDS integration in GR-API for self-serve"Dan Timoney4-32/+2291
Former-commit-id: 7b60fe453be2fa7d9908576765b7c220802afc39
2019-03-04Dublin releaseCheung, Pat (kc1472)10-0/+4577
DGs to support pnf-topology-operation with assign svc-action Change-Id: Ia257c03cd8e3b2dd8f801b67a0d55ab7f7ed1ba6 Issue-ID: SDNC-635 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Former-commit-id: 6120758d9eaf6d6aae57d94f236ff7ddda3503c7
2019-02-28CDS integration in GR-API for self-serveAlexis de Talhouët4-32/+2291
Change-Id: Iddf72ced078b15db726188b2dfb86ef0ee6e8f17 Issue-ID: CCSDK-466 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: 15ab9a0704e2cf001284692c0a1fa99d97d2e504
2019-02-28DG bugfixCheung, Pat (kc1472)8-2688/+4918
fix vnf and vf-module unassign to clear MD-SAL Change-Id: If4b9797fa3f206f299bc37fcfb1d68d7bd59241f Issue-ID: SDNC-676 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Former-commit-id: f491b4ef34c30f811e6a082c27fa1cb8c210acf3
2018-11-30Merge "Updating RestApi to RestconfApi"Dan Timoney2-3078/+3125
Former-commit-id: 7ad4dc9a7401802ca8c2c037296781c5001be445
2018-11-30Updating RestApi to RestconfApijanani b2-3078/+3125
Changing SOTN DG to use RestconfApiCallNode instead of RestApiCallNode Issue-ID: SDNC-474 Change-Id: I3c37a622a1fbf547b7f5bc65592aac4ee8c51d81 Signed-off-by: janani b <janani.b@huawei.com> Former-commit-id: 40cf8fa7974b7493c55c38d7ec7c455ebf7497be
2018-11-29CCVPN closed loop issue fixprakash.e2-1992/+2400
SOTN Reoptimization DGs call added in network-topology-operation DG to support policy. Change-Id: I1879be989e3cbb732932455c0ab2f6d3c8387c0a Issue-ID: SDNC-540 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 9665f620896c93b86fcd3cfd9b6ea5626c88489c