aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-06-21Releasing 2.1.5 and rolling to next SNAPSHOThonoluluSingal, Kapil (ks220y)39-46/+51
Issue-ID: SDNC-1567 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ie8d0e39e001ba7555890f7bf4f0cac007ee70ba1
2021-06-20Updating parent verson to 2.1.7Singal, Kapil (ks220y)28-678/+673
Running mvn tidy:pom Issue-ID: SDNC-1567 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Id0157c1f7306c6ecb0b9fac2a078394f5c41cd73
2021-05-11Release version 2.1.4 and roll versions @media only all and (prefers-color-scheme: dark) { .highlight .hll { background-color: #49483e } .highlight .c { color: #75715e } /* Comment */ .highlight .err { color: #960050; background-color: #1e0010 } /* Error */ .highlight .k { color: #66d9ef } /* Keyword */ .highlight .l { color: #ae81ff } /* Literal */ .highlight .n { color: #f8f8f2 } /* Name */ .highlight .o { color: #f92672 } /* Operator */ .highlight .p { color: #f8f8f2 } /* Punctuation */ .highlight .ch { color: #75715e } /* Comment.Hashbang */ .highlight .cm { color: #75715e } /* Comment.Multiline */ .highlight .cp { color: #75715e } /* Comment.Preproc */ .highlight .cpf { color: #75715e } /* Comment.PreprocFile */ .highlight .c1 { color: #75715e } /* Comment.Single */ .highlight .cs { color: #75715e } /* Comment.Special */ .highlight .gd { color: #f92672 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gi { color: #a6e22e } /* Generic.Inserted */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #75715e 37-2213/+2216
Update parent poms to Aluminum SR3 version (2.1.4), and replace deprecated references to org.opendaylight.controller:odl-mdsal-broker with org.opendaylight.mdsal:odl-mdsal-dom-broker Change-Id: I76b66317adcfa8aec26044f79237979e44bcba27 Issue-ID: SDNC-1542 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-20Release version 2.1.3 and roll versionDan Timoney30-29/+34
Release version 2.1.3 and roll to next snapshot Change-Id: I01f545850608edadac4af6272e8a3a159d03e1ae Issue-ID: SDNC-1520 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-19Update to use rSR2 version of parent pomsDan Timoney35-35/+35
Update to use SR2 version of parent poms to pick up fix for SDNC-1515 Change-Id: Iaa71a06eed449e0ecfc845569aa4b15718e7b887 Issue-ID: SDNC-1515 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-24Release version 2.1.2 and roll versionDan Timoney30-29/+34
Release version 2.1.2 and roll to next snapshot version Change-Id: I4b85d87f50c118b8c3d19636c94db86849c0f849 Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-24Update versions for sli fixDan Timoney35-35/+35
Update versions of ccsdk artifacts/parents to pick up version with sli fix Change-Id: If8b37e78e4785d18363abdb1bd3b40f69f2334ff Issue-ID: CCSDK-3237 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-02-23Release version 2.1.1 and roll versionsDan Timoney39-5373/+5378
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 Timoney59-5649/+5586
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 Timoney29-29/+29
Roll to next snapshot version Change-Id: If4cb5c3e10669dbfbf2faa49a2209f7b590e70c0 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-03Release version 2.1.0 of sdnc/northboundDan Timoney1-0/+5
Release initial Honolulu version of sdnc/northbound Change-Id: Ifa97349542edd1ac9c92a41ab83a08c0c5267648 Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-02Use released 2.1.0 version of ccsdk/parent pomsDan Timoney35-35/+35
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 Timoney5-5422/+5450
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 Timoney36-66/+66
Roll master branch to initial Honolulu version Change-Id: Ic3285445768330c87ae757666022e5250e3690fd Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-09-11Release M4 version of sdnc/northboundDan Timoney1-0/+5
Release M4 version of sdnc/northbound Issue-ID: SDNC-1355 Change-Id: I662a7e73b387a9e66d0a99c5730931a95a1ebefa Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-25fix for J11Michael Dürre1-2/+8
add missing dep to generic-res-api-client Issue-ID: SDNC-1333 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I1f7d1cae22edb82d129c5332d3ec229e2c1c8db6
2020-08-22Roll versions to next Guilin snapshotDan Timoney39-106/+99
Update version to next Guilin snapshot Change-Id: I2441a75c7cd87582f2a4075e74edfffbb33fad97 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-11Update info.yamlKevin Smokowski1-11/+17
Add new committers. Issue-ID: SDNC-1316 Change-Id: Ie7b63504ed561521adc9340914d35b093e9070a0 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2020-08-07Release 2.0.0 version of sdnc/northboundDan Timoney2-0/+7
Release version 2.0.0 of sdnc/northbound artifacts Change-Id: Idbb314e03eeb9fd9d3baee496e9de1924a2fdf41 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-08-06Merge "Adding required service actions to support Transport Slicing."Dan Timoney1-0/+8
2020-08-06Changes for the async support in MDONSMehreen Kaleem2-8/+19
Change-Id: I16bc015e6982441fbc59b121639fa44917cb5cb7 Issue-ID: SDNC-1233 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.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-08-05Remove deprecated VNF-API interfaceDan Timoney3-12/+0
Remove deprecated VNF-API interface Issue-ID: SDNC-1237 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0682cfa959d44f36da8c21e376dd112c38d45965
2020-06-08Generate ODL compliant swagger models from yangDan Timoney18-145/+91738
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-04-15Updated the yang for optical-serviceMehreen Kaleem1-44/+21
package Change-Id: Ie212e8de35c4ac2b0239b21be07e16d9e8431d28 Issue-ID: SDNC-1144 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
2020-03-17Roll to first Guilin snapshotDan Timoney35-68/+69
Roll to first Guilint snapshot version Change-Id: I3137ae6c5407ed723056364674ad827072810cb8 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Release Frankfurt M4 artifactsDan Timoney1-0/+5
Release Frankfurt M4 release artifacts Change-Id: I964102b18c107b3b4fe94ce2ee7f42f7cdbfdd42 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-03-06Use released Frankfurt M4 parent pomsDan Timoney33-33/+33
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-SNAPSHOTherbert33-33/+33
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-19optical-service package added for service createMehreen Kaleem21-0/+1673
and service delete and to handle async notifications from controller. Change-Id: I117c331e73520a023b9a67a07ede9cc4171cd414 Issue-ID: SDNC-928 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com>
2020-02-03Update to use released CCSDK parent pomsDan Timoney26-26/+26
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 Timoney2-22/+22
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)26-26/+26
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)27-54/+54
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)27-53/+53
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)27-53/+53
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-28Release version 1.7.0Timoney, Dan (dt5972)1-0/+5
Release version 1.7.0 Change-Id: I50db9f2587ea0f0db9c68862d9b7a8c19caf78d8 Issue-ID: SDNC-874 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-19Code changes for NeonTimoney, Dan (dt5972)31-69/+146
Code changes for Neon port Change-Id: I4dea521cabdf79e5dcefc7fa079516e2215337a4 Issue-ID: SDNC-850 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-16Release SDNC 1.6.2Timoney, Dan (dt5972)1-0/+5
Create release artifacts for 1.6.2 release Change-Id: I21ca0385a1e976cbdce2bfc6fdaf6ff98f647a65 Issue-ID: SDNC-849 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-13Test case added for code coverageprakash.e1-0/+16
Added test case with valid ServiceInstanceID in GetpathsegmentTopologyOperation Change-Id: I6e647d8b19ad986427ad3642926ee1d12de3ab25 Issue-ID: SDNC-840 Signed-off-by: Prakash.E <prakash.e@huawei.com>
2019-08-12Merge "New test case added for SDNC code coverage"Dan Timoney1-0/+16
2019-08-12Merge "New test case added for code coverage"Dan Timoney1-0/+12
2019-08-12Merge "New test case added for code coverage"Dan Timoney1-1/+14
2019-08-12Merge "Test case addition for sdnc code coverage"Dan Timoney1-0/+38