aboutsummaryrefslogtreecommitdiffstats
path: root/generic-resource-api/model
AgeCommit message (Collapse)AuthorFilesLines
2022-01-12Upgrade to log4j2 version 2.17.1Dan Timoney5-5/+5
Upgrade to log4j2 version 2.17.1 to address log4j security vulnerability Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1fb2285e9a1bb1e8b9d5779556fc0faca4a7af93
2021-12-09Release version 2.2.2Dan Timoney3-3/+3
Release version 2.2.2 of sdnc/northbound and roll to next snapshot Issue-ID: SDNC-1640 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I68b933b1832165b08b9fba55c5ae08b01fc553ac
2021-12-02Use Silicon SR2 version of parent pomsDan Timoney3-3/+3
Update to use Istanbul / Silicon SR2 version of parent poms Issue-ID: CCSDK-3512 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I8c5e7b252ed2ce47766860f0832b99f8827d4e3b
2021-10-21Release version 2.2.1Dan Timoney3-3/+3
Release version 2.2.1 of sdnc/northbound and roll to next snapshot Issue-ID: SDNC-1615 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I12ecf8ea9a0259dace4a37cf3dae92a02a393495
2021-10-19Update to use Istanbul RC parent pomDan Timoney3-3/+3
Update to use Istanbul RC version of parent pom Issue-ID: SDNC-1615 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I6e66ee2640fea0ce9cfbefc61e450abedda63691
2021-09-15Release version 2.2.0 (initial Istanbul)Dan Timoney3-3/+3
Release version 2.2.0 (initial Istanbul) of sdnc/northbound and roll to next snapshot version Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I4a8a034af6ca9206e9e7700c662bba3ea7365fd4
2021-09-14Use version 2.2.1 of parent pomDan Timoney3-3/+3
Use version 2.2.1 of parent pom to pick up change to ccsdk.sli.version Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Iccad9baa359b34c53ef2fae0fca4069ea701aa99
2021-09-13Update to use released parent pomDan Timoney5-2175/+2227
Update to use released version of parent pom Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If6a58fd72c9041173201bd2322feda6651928690
2021-08-26New DGs added for CCVPN scenario enhancement.chenkai1-0/+19
Add performance data collection API and service Issue-ID: CCSDK-3389 Signed-off-by: kai chen <kaichen@fiberhome.com> Change-Id: I4ba2796e5817df319aaf21d75f811e487b11f9f7
2021-07-09CLeaning up moved modules and running mvn tidy:pomSingal, Kapil (ks220y)3-23/+25
Issue-ID: SDNC-1582 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0ba59010d54d2a379d794beeb7d21b601ac1abf4
2021-06-16Adding required APIs into the generic-resource-api YANG model to support ↵Hesam Rahimi1-0/+6
cloud-leased-line use-case. Issue-ID: SDNC-1564 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I3eb9fc7621a4f3eebccf150e48103a91f0bb3e36
2021-03-19Roll to Istanbul release versionDan Timoney3-6/+6
Roll master to Istanbul release version Change-Id: I8f87f404d6e8f44ad7cb4abb60b7335c4caad84e Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-23Release version 2.1.1 and roll versionsDan Timoney5-5314/+5314
Release version 2.1.1 (Honolulu M3) and roll versions Change-Id: I16a9ffced38230ecf329151c6b305cdd7a7ed66a Issue-ID: SDNC-1473 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-04Upgrade to ODL AluminumDan Timoney5-5312/+5314
Updated code to conform to OpenDaylight Aluminum release. Change-Id: I3ef7daebc689a5d2e344fc7b96ce885bda77a7f8 Issue-ID: SDNC-1474 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-01-26Adding Modify API into generic-resource-api.yang file to support ↵Hesam Rahimi1-0/+2
modification of a transport slice. Issue-ID: SDNC-1457 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Id36f3418d8d8e67b200fb170281e54dee62c0445
2020-12-07Roll to next snapshotDan Timoney3-3/+3
Roll to next snapshot version Change-Id: If4cb5c3e10669dbfbf2faa49a2209f7b590e70c0 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-02Use released 2.1.0 version of ccsdk/parent pomsDan Timoney3-3/+3
Use initial Honolulu released version of parent poms Change-Id: Ic88c7ee02033ba62b9bfdaabb6998064b56e3593 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-11-05Removed dup module name from GRA yamlDan Timoney4-5422/+5449
Removed duplicate instances of module name in generated swagger yaml for generic resource api by running a script after yang2swagger. Change-Id: I274e01eb2c19f6945ea7eff72c15d560a80c5aba Issue-ID: SDNC-1406 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-10-06GRAPI yang model updateCheung, Pat (kc1472)3-4650/+5425
Added limit for String items to address Lack of Resources and Rate Limiting Security Vulnerability Issue-ID: SDNC-1347 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: I12a85e8db37280f7cd3981cad48a3bcf806a974e
2020-09-11Roll to initial Honolulu versionDan Timoney3-6/+6
Roll master branch to initial Honolulu version Change-Id: Ic3285445768330c87ae757666022e5250e3690fd Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-22Roll versions to next Guilin snapshotDan Timoney5-9/+17
Update version to next Guilin snapshot Change-Id: I2441a75c7cd87582f2a4075e74edfffbb33fad97 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-06Adding required service actions to support Transport Slicing.Hesam Rahimi1-0/+8
Change-Id: I5f818d78755dd4878a38e5b14cce8f59bd3d6bd6 Issue-ID: SDNC-1202 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
2020-06-08Generate ODL compliant swagger models from yangDan Timoney8-47/+91689
Updated generic-resource-api to generate swagger v2 models from yang that comply with OpenDaylight RESTCONF structure Change-Id: Ib74d3ff49b2f13ec9026a33b4a70ef506e12632b Issue-ID: SDNC-409 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-17Roll to first Guilin snapshotDan Timoney1-2/+2
Roll to first Guilint snapshot version Change-Id: I3137ae6c5407ed723056364674ad827072810cb8 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Use released Frankfurt M4 parent pomsDan Timoney1-1/+1
Update to use released Frankfurt M4 version of parent poms. Change-Id: I6defeb51d195755b99669c1785df3ec0815afe89 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-02-24Update CCSDK parent pom version to 1.5.2-SNAPSHOTherbert1-1/+1
Update to use latest CCSDK Frankfurt parent pom snapshot. Issue-ID: SDNC-1083 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Ie7d10f607e3f2aafff2f34b33ac520d509902837
2020-02-03Update to use released CCSDK parent pomsDan Timoney1-1/+1
Update to use released version 1.5.1 of CCSDK parent poms. Change-Id: I816d3974d7d8080bb6025d0b7ecab958cb336b63 Issue-ID: SDNC-1059 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-30Add payload leaf to GR-APIBrandon, Bruce (bb2697)1-0/+3
Add payload leaf to param.resource-resolution-data container to hold request sent to microservices Change-Id: Ia3cef761d109bb72f6c3c3d8854d7857fce1c7b2 Issue-ID: SDNC-1035 Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
2020-01-22Update GENERIC-RESOURCE-API swaggerDan Timoney1-654/+6952
Update swagger for GENERIC-RESOURCE-API to match latest yang Change-Id: I91937c39c0136696f458765e4ee56143af6f0dd6 Issue-ID: SDNC-980 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-01-16Request-actions for SOTN NNI requirementprakash.e1-0/+24
Added new request-actions for SOTN NNI based service creation Change-Id: Ib0aa68d9ae3bf4642144ef5e529ee32c4b2a7d84 Issue-ID: SDNC-900 Signed-off-by: Prakash.E <prakash.e@huawei.com>
2020-01-15Convert yang2props.py to python 3Dan Timoney1-11/+11
Convert yang2props.py scripts to python 3 format. Change-Id: I5a89525f4a3cafea4c159b0cd0acb017521458bf Issue-ID: SDNC-967 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-12-06Update CCSDK parent pom version to 1.5.1-SNAPSHOTTimoney, Dan (dt5972)1-1/+1
Update to use latest CCSDK Frankfurt parent pom snapshot. Change-Id: I3b45961216c6563bb0f0f335dec36c63eee0eef2 Issue-ID: SDNC-993 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-17Roll versions for FrankfurtTimoney, Dan (dt5972)1-2/+2
Roll versions in master branch for Frankfurt development Change-Id: Ie3d03680b11112ae5c7c90c273932e1195caf018 Issue-ID: SDNC-918 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-13Roll versionTimoney, Dan (dt5972)1-2/+2
Roll version to 1.7.2-SNAPSHOT Change-Id: I32f8fc88c90f23cf5e3ea4aadee8e037f1ed6197 Issue-ID: SDNC-905 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-09-11Roll versionsTimoney, Dan (dt5972)1-2/+2
Roll version to 1.7.1-SNAPSHOT and use version 1.4.1-SNAPSHOT of parent poms Change-Id: Ia942b58adcef0306b566aed21f81e27cb0024b0e Issue-ID: SDNC-905 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-19Code changes for NeonTimoney, Dan (dt5972)1-8/+6
Code changes for Neon port Change-Id: I4dea521cabdf79e5dcefc7fa079516e2215337a4 Issue-ID: SDNC-850 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-09Test case addition for SONAR coverageprakash.e1-2/+2
Added new case for delete flow in PreloadVnfTopologyOperationRPCTest Change-Id: I6eac70c388523853e519626039bb6bfafc46bd77 Issue-ID: SDNC-840 Signed-off-by: Prakash.E <prakash.e@huawei.com>
2019-08-07Roll version to recreate artifactsTimoney, Dan (dt5972)1-2/+2
Roll version to 1.6.1-SNAPSHOT to recreate El Alto early drop artifacts Change-Id: I16b8739911d9167885c4cddf2690c740fc94f34d Issue-ID: SDNC-827 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-05Use release version of parent pomsTimoney, Dan (dt5972)1-1/+1
Use release version 1.3.1 of parent poms Change-Id: I72a210f17d247d7ea16b5cba39f31eca93802c9a Issue-ID: SDNC-827 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-31Network concurrency supportBrandon, Bruce (bb2697)1-1/+1
Add ability in network GR-API for DG to do the MD-SAL update Change-Id: I3b94c0cfb31fc915f9c5f85c7b8e04995c446a22 Issue-ID: SDNC-826 Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
2019-07-26GR-API Yang change and add async supportBrandon, Bruce (bb2697)1-0/+11
Add aggregate-route-policy to Yang and add support for VNF and VF Module async Change-Id: I140986894a8ba24f547980bad34c79d9621f03c3 Issue-ID: SDNC-822 Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
2019-04-30Update master for El Alto versioningTimoney, Dan (dt5972)1-2/+2
Update version in master branch to El Alto version scheme (1.6.0-SNAPSHOT) Change-Id: Iaecc14b953068ce8c006f473adaf1f61ab756712 Issue-ID: SDNC-735 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-04-24Update to use released 1.2.2 parent1.5.1Timoney, Dan (dt5972)1-1/+1
Update to use released 1.2.2 version of parent poms. Change-Id: I37e1362d7ba9dc38b0c4da24f5d77f78e360d287 Issue-ID: SDNC-735 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-25Update to Fluorine SR2Timoney, Dan (dt5972)1-2/+2
Compile against ODL Fluorine SR2 Change-Id: I076ff5bb0507bbf5516568274351794afb247af0 Issue-ID: SDNC-708 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-22Merge "Add bbs action-enum in GR-API.yang"Dan Timoney1-0/+10
2019-03-18Use released 1.2.1 CCSDK parentTimoney, Dan (dt5972)1-1/+1
Use released 1.2.1 version of CCSDK parent pom Change-Id: I22743371db1abb679fd099f808fe0d4e6e7fe831 Issue-ID: SDNC-704 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-03-18Add bbs action-enum in GR-API.yangBryan Guo1-0/+10
Issue-ID: SDNC-695 Change-Id: Icaec5cf9d9630f109369e2eadeeb5e991f9be2cc Signed-off-by: Gxxxx <guofengbei@huawei.com>
2019-03-12Merge "Add dhcp-subnet-assignments container"Dan Timoney1-0/+15
2019-03-12Add dhcp-subnet-assignments containerBrandon, Bruce (bb2697)1-0/+15
Add dhcp-subnet-assignments container to vf-module-assignments container in GR-API Change-Id: If76ac0ddecfeea4b54a0db95c655c328d1e3a8a8 Issue-ID: SDNC-688 Signed-off-by: Brandon, Bruce (bb2697) <bb2697@att.com>
2019-03-11Dublin yang model updateCheung, Pat (kc1472)1-1/+109
PNF support in Dublin Change-Id: Icb2a00b37be11e1d0ac1b13940c0c8053a2a5b64 Issue-ID: SDNC-633 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>