aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic
AgeCommit message (Collapse)AuthorFilesLines
2021-09-21Buf fixing for creation, deletion, and modification of a cloud leased-line ↵Hesam Rahimi12-10117/+17664
(CLL) service. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I4da3a04db97a3e6358cd24cdff540e2e97c208cc Former-commit-id: 0fab18d499c857b08812b099d9e0d88a93102247
2021-09-20Release 2.2.0 maven artifacts and roll versionDan Timoney10-10/+10
Release version 2.2.0 sdnc/oam maven artifacts and roll version Issue-ID: SDNC-1609 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I93262c278a6be224c6f92798bb36959875f0f3f5 Former-commit-id: bcb990d74c92cd1e46fc445ae0002b821454efff
2021-09-07New DGs required for deletion and bandwidth modification of a given cloud ↵Hesam Rahimi8-1528/+4793
leased-line (E-TREE) service. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I0b6f2e32ddb103ca7ac053a80461980cfe10aab2 Former-commit-id: 926d912ec35ecd30f5f1c32ca91da2758b018223
2021-08-27New DGs required for creation of a cloud leased-line (E-TREE) service.Hesam Rahimi21-719/+17841
Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I23e2008c497289c20415f012a77aa4478e7c0815 Former-commit-id: 748b1c0d2e20f88c327673fe3bc32d3d50e5e12b
2021-08-22New DGs added for CCVPN scenario enhancement.Zhuangyang3-20/+34
Fix DGs URL and add rest-api template Issue-ID: CCSDK-3389 Signed-off-by: zychen <418624178@qq.com> Change-Id: I0d77a0ffe2b20e55a8cb21a2771838b19013515f Former-commit-id: 929ae023c5e20f3a8e95cbef72647184f8ec3c67
2021-08-22New DGs added for CCVPN scenario enhancement.Zhuangyang3-0/+294
Issue-ID: CCSDK-3389 Signed-off-by: zychen <418624178@qq.com> Change-Id: I01ca7d4cfdeb5476c664fe2eb784015f1e55eaac Former-commit-id: 32d0fbff0bfb130b605fa35fdc2465995f6c2ce0
2021-07-28Merge "Update to support use of version ranges"Dan Timoney1-15/+12
Former-commit-id: 894a8b9fb692863b1e34bc4ed368cd1887a76265
2021-07-27Update to support use of version rangesDan Timoney1-15/+12
Updates to allow use of ranges in CCSDK version properties. Issue-ID: CCSDK-3387 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I63be4ff42c79b50aadb45635e22918aa13b76990 Former-commit-id: 24396db9c62ba9f0d4f94a3382e3b45d0d1be2a5
2021-07-23Updating Topology Discovery DGs to align with the latest changes of IETF ↵Hesam Rahimi6-1543/+1543
TE-Topology YANG models. Issue-ID: SDNC-1585 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I93ee9ea574ec6b0aa9932b2e6ece0c505fdac1c7 Former-commit-id: 83d8f398dc0acce88475c694902d5542a8e811d1
2021-06-22Effort to reduce image layer and sizeHesam Rahimi10-22/+2
Removing few ENV version variable and those should be read from pom properties (maven-resource-plugin filtering true) Combined Dockerfile and Standalone.Dockerfile Adding Docker build arg AAF which will decide whether to add aaa-app-config.xml in docker image or not for standalone Updated docker-maven-plugin to 0.34.0 to have noCache true Removing start-it-container execution as it's being tested by CSIT Replacing maven-exec-plugin with maven-antrun-plugin Updating latest base docker images versions Updating parent version to 2.1.7 Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I68f8f4780804a2014b73b5eeb9dba29d1896a602 Former-commit-id: 866ddebbcac80c38c79c46bb37373123a0c678f0
2021-06-17Calculating the maximum tpn for otn tunnels among all domainsHesam Rahimi7-18/+384
Issue-ID: SDNC-1563 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I4a0207d09698d7bd5f9c35160f98b64bb8221e39 Former-commit-id: c53664df29b5fed1c2c413434cefa890f68ec815
2021-05-12Place version properties in root pomhighstreetherbert1-4/+0
ccsdk related versions Issue-ID: SDNC-1522 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: Iff7d56586997e85b19879e426785cf5387b654f4 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 5bccac3337bb3ca27b3777c8e3f3dc3ec706eaee
2021-04-27Bug fixing required for H release.Hesam Rahimi5-51/+112
1) fixing and issue in the modify operation 2) fixing automatic loading of the delete/deallocate DG 3) fixing ESR registration issue Issue-ID: SDNC-1528 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I2c95d00c400559d8aae57b106bcde3886ed096a6 Former-commit-id: 79ad1bea4f5f5dc831e3d4159b21a3028ef775b3
2021-04-16Bug fixing required for integration testing with PCE.Hesam Rahimi8-6361/+6398
Issue-ID: SDNC-1525 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I10f44c73b8d664ab124eff12f20eb3cc33c68b77 Former-commit-id: fa60f239af143e446fa4227644df5efaf77396b0
2021-03-24Update to use correct Istanbul versionsDan Timoney1-2/+1
Update to use correct versions of dependencies for Istanbul Change-Id: Ic81d6d3f466f2cbe536d19c327af22162d594ab3 Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c85f133e5df56a12e1ffc35964cff36c02897926
2021-03-19Roll to Istanbul release versionDan Timoney10-20/+20
Roll master to Istanbul release version Change-Id: I7da45e40569b80f5a1fff3146adef93966786095 Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 95737493d20a3ebfaba4235f4438cf6f21d99b48
2021-03-05Support for "Modify" operation of a given Transport Slice.Hesam Rahimi11-2023/+9421
Issue-ID: SDNC-1501 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I8a145ddac9283baebeec40cc7c6c1fdc0f23a48c Former-commit-id: 4afe227ed1415a0492b34bdeb3ee12855b90bc5f
2021-02-26Bug fixing to support more than two domains for Transport Slicing.Hesam Rahimi3-1267/+270
Issue-ID: SDNC-1487 Change-Id: I472e84b064649eec7c39e3672e487b40d6925b1b Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: efe3d21392ff65f3b281c1b3ba0b1f492c713d5b
2021-02-26Release version 2.1.2 dockers and roll versionDan Timoney10-20/+20
Create version 2.1.2 dockers. This corrects a bug in startODL.sh that was no longer installing A1 adaptor Change-Id: I1561b2808575ec2ba52146b587bef9ed7cbeb77c Issue-ID: SDNC-1496 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 80df53c54957b0d0a18faef0c5f37b18c6798077
2021-02-25Release 2.1.1 dockers and roll versionDan Timoney10-20/+20
Release 2.1.1 version docker containers and roll version to 2.1.2-SNAPSHOT Change-Id: Iebc8d3f48ce5ca73ed086493e953d8a2cabff284 Issue-ID: SDNC-1473 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9f98e3d0c695c3aa833ce31492b7d87f7affee4c
2021-02-23Use released Honolulu M3 version of CCSDK artifactsDan Timoney1-1/+1
Use released Honolulu M3 artifacts to build SDNC docker containers Change-Id: Ib2de618693e2b00f69eaeb8a0f0bd1433752efb5 Issue-ID: SDNC-1473 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: b6fccad86289280ef6d607ce3a70529f756d9989
2021-02-22Supporting 3 or more network domains for Transport Slicing use case.Hesam Rahimi14-4031/+7434
Issue-ID: SDNC-1487 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Ia497741d70eff0f5fba12ad487f0f240709b5cb5 Former-commit-id: c2ff57f8ac2f830bb4709a29dca9644dd8d4c82d
2021-01-29Adding code in oder to supporting multiple E-Line services per each ↵Hesam Rahimi8-1784/+2114
Transport Slice. Issue-ID: SDNC-1458 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I1a503db48020ca2f085f4937638cdcd1764fef2d Former-commit-id: 7189c44abd762ce9459c619e8da16ba46dfc35ff
2020-12-23Passing a correct OTN tunnel ID and a correct Ethernet Service ID for deletion.Hesam Rahimi8-554/+556
Reading VLAN id from northbound. Issue-ID: SDNC-1431 Change-Id: Ic89481230fc91ad45fcc8b0d9f14932575ba9b9a Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: 9889bd77c51dcabea7b564df80b5a22d9b34839e
2020-12-15fixed property version for platform logic installerMichael DÜrre1-1/+1
fixed property Issue-ID: SDNC-1438 Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com> Change-Id: I1806a83fa7e1cb2538d7e39e134cf0aa3f8499e9 Former-commit-id: 447d879a19e10f695245092a5c900123c372525c
2020-12-10Use same name for OTN Tunnels and Ethernet Services in both domains.Hesam Rahimi5-1428/+1475
Issue-ID: SDNC-1431 Change-Id: I5cc4d3c503d3b3e16e1223a50df654d19478b8cc Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: b89b641bc03235f14409107dea771ae2f6db44d7
2020-12-07Release 2.1.0 dockersDan Timoney10-20/+20
Release version 2.1.0 of SDNC docker containers Change-Id: Ibaaaab943cf8b3b844dc37d73aea6f8445cc3dfb Issue-ID: CCSDK-3002 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: a05e6faab7ec5577daf3e6a73a4fb681ca11565f
2020-12-01DG fixCheung, Pat (kc1472)2-199/+1540
fix vnf-get-resource-request DG to use the correct indexes to retrieve vnf and vf-module param data Issue-ID: SDNC-1423 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: I6fd549f65cc0444d2dc82a406f796b0abca43c6a Former-commit-id: 24de8f4a027dc6d4faa3c0cad38e60bccb65b8d3
2020-11-24Fix CCSDK DG versionDan Timoney1-1/+1
Fix sdnc-image to install correct version of CCSDK DGs for Honolulu release Change-Id: I40d899d1ee2e5ef5d2f1ee0ad0ddc1d11cfdbd41 Issue-ID: SDNC-1425 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 4d38d96c7f70fa6e3b6e3abf02bb7012df9a3e41
2020-11-16Reset a context memory variable (vpn-binding) in a for loop blockHesam Rahimi2-1/+16
Issue-ID: SDNC-1414 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I9582036fbee5f676b12a0b7df4d7d119c020706b Former-commit-id: 14efdd64ace038a131d7aca9e14c057fa5d7a0b0
2020-11-12- Changing POST operation to PATCH for OTN Tunnel creation.Hesam Rahimi13-2935/+2979
- Adding Transport Slicing DGs into graph.versions - Fixing template files for OTN tunnel creation Issue-ID: SDNC-1413 Change-Id: I3ddabd4c0d361a4e0d5e98caf86e9bb361b41b63 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: 97afd8c7495cf23e8819cb666be9ccbe4f968f68
2020-11-02Completing the logic and the call flow for Transport Slicing operations:Hesam Rahimi25-7901/+10534
- Allocate a Transport Slice - Activate a Transport Slice - DeActivate a Transport Slice - Delete a Transport Slice Bug Fixing and cleaning up the DGs. Issue-ID: SDNC-1202 Issue-ID: SDNC-1404 Change-Id: Ib2eae06c543ae8277ee2014fda87ca2ca3a516af Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: 37a6361877cd1b9cae35e94f4a0be3a19bd4d088
2020-09-17Merge "Adding DGs to support Transport Slicing operations. - Allocate a ↵Dan Timoney12-1404/+10141
Transport Slice - Activate a Transport Slice - DeActivate a Transport Slice - Delete a Transport Slice The logic and the required call-flow inside the DGs are not yet completed and are still work-in-progress." Former-commit-id: 3360cf8f057417bca230f0c092eacd2cfe7041e8
2020-09-14Roll to initial Honolulu snapshotDan Timoney10-20/+20
Roll to initial Honolulu snapshot version Change-Id: Ic4be591d50fe3bfdf616af43d1245b1ba8d20dbf Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: ed8420fb7b28582b36b3df30a54e7502f362bd22
2020-09-11Update sdnc/oam to build against released M4 versionsDan Timoney1-1/+1
Update sdnc/oam to build dockers against released M4 versions Change-Id: I9c114a4becb1f86ae9dca9e33367d8d50f1f187f Issue-ID: SDNC-1355 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 96f21a4d6bf50fb54e17c2443ee2f677af382ee3
2020-09-03Adding DGs to support Transport Slicing operations.Hesam Rahimi12-1404/+10141
- Allocate a Transport Slice - Activate a Transport Slice - DeActivate a Transport Slice - Delete a Transport Slice The logic and the required call-flow inside the DGs are not yet completed and are still work-in-progress. Issue-ID: SDNC-1202 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I0c9246063861ac43b645ad198d02ad35bada8e96 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Former-commit-id: a6df651138e1da2668515ee6d23e89670f376186
2020-08-28Rolling to next SNAPSHOTSingal, Kapil (ks220y)10-20/+20
Ran mvn tidy:pom to refactor poms Issue-ID: SDNC-1340 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I845330844c5e453601d2f142be14fb26de6e0066 Former-commit-id: 7126148e8ce4a7a472e9ea084259792d77697fc5
2020-08-25Fix ccsdk distribution version to include latest DGsRehanRaza1-1/+1
Change-Id: I90722d5b65563880d61f4452af2605b5ccc703cc Issue-ID: SDNC-1334 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech> Former-commit-id: ceb9821e1b60cadbd553d0ea78e51d9c1c1a4043
2020-08-10Remove unused modules and fix pom structureDan Timoney10-162/+152
Removed modules not currently being used and restructured poms into parent/child relationship to fix problem that was causing version plugin not to update versions properly. Change-Id: I41d63d469a24c65e8771e1546c879ab1bf8d0d53 Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 9bf0c309085118b432f0fab1d7012a3b33180d4b
2020-08-07Use released version of artifacts to build dockerDan Timoney10-10/+10
Use released version of artifacts to build sdnc/oam dockers Change-Id: I33020197329d87e5ae006a1ec5909c183f6be64b Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 92dc52513bc90f327addbbf46edafaf864e66766
2020-08-03Support cloud-owner input paramDan Timoney10-6784/+8194
If cloud-owner is passed in input, it should override the value from properties file Change-Id: I67b0e7e0b4fe546dbdfcaa24785ebd1b3b96e7b5 Issue-ID: SDNC-1260 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 131845c1b3185b5efb8b5bd287747c7086eface8
2020-07-31Merge "DG changes for the closed loop and async support in MDONS"Dan Timoney23-2739/+3873
Former-commit-id: fbf997335b6cca38872e855ca168f20b18b286f5
2020-07-02DG changes for the closed loop and asyncMehreen Kaleem23-2739/+3873
support in MDONS Change-Id: Ibb16b84cd37d8d41dd0f511fea81ec329a0f8021 Issue-ID: SDNC-1233 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> Former-commit-id: 225e1b887423a6a5972cf90216156eebc727a41d
2020-06-29Bandwidth-attribute support for OOF in MDONSFranklin Dsilva2-679/+1026
Change-Id: Ifbb1d450fedb701ab2a1e21c4d0167fcca934ae8 Issue-ID: SDNC-1233 Signed-off-by: Franklin Dsilva <franklin.dsilva@us.fujitsu.com> Former-commit-id: abe1af4d8cf553f94425f719a3e293e92c15d42b
2020-05-14Merge "MSA delete services issues fixed for MDONS use case"Dan Timoney4-8/+8
Former-commit-id: a8398eef1ac270ab7a145e812856b62171af8b6f
2020-05-14MSA delete services issues fixed forMehreen Kaleem4-8/+8
MDONS use case Issue-ID: SDNC-1189 Change-Id: I974156a4de10b9962b330abe966b7a95670dd164 Signed-off-by: Mehreen Kaleem <mehreen.kaleem@us.fujitsu.com> Former-commit-id: 1fdf4c6078f561c4b07b069a8fc3e90d0d3d15ec
2020-05-13Using RestApiCallNode instead of RestconfApiCallNode and updating templates ↵Hesam Rahimi6-268/+398
accordingly. - This is also required for F release. Issue-ID: SDNC-1184 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I527253d75dd1e49e87877b17588c1d4c2c3dbed1 Former-commit-id: ca9f45cb92f35a6f0235f0a84e8d7b2f50e0e0de
2020-05-13Adding local-link-connectivity-list (llcl) information to match ttp and tp ↵Hesam Rahimi10-716/+2036
locally (to support NNI-based Service creation use-case). - This is needed for F release Issue-ID: SDNC-1184 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I24f1ef56884b874baed029182a984945080af769 Former-commit-id: 4ff90dd1689d772865399ab5a995119981b127e1
2020-05-07NNI-based Service creation DG bug fixes (uni, l2vpn, and underlay resources).Hesam Rahimi24-4755/+5261
- This is needed for F release Issue-ID: SDNC-1184 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: Ib35d7a70e862c6068d9e3edc10f7d80ba5764e6a Former-commit-id: f515a8831e0036414d69d73030e871dec88180f8
2020-05-01self-serve DG fixCheung, Pat (kc1472)4-12/+44
default value to success when RA returns it as emptystring and object status is success Issue-ID: SDNC-1140 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Change-Id: I0a38d525d54a83c2863b73d944935defbb02b495 Former-commit-id: 1df36cd2a20f26dfa1c80bc5c3baaa03140f1987