summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-06-20[actn-interface-tools] Added test files in sample-apps module. Modified some ↵HEADmasterruilin cai15-97/+1597
model classes in sample-apps module The test files are used to do the unit tests for each functions inside OSS ACTN sdk including get/set/delete/update otnnetwork/otnTunnel/EthernetService. Change-Id: I3e8a5cac16d0b7359414c4af1c87f0da0421a045 Signed-off-by: ruilin cai <ruilin.cai@huawei.com> Issue-ID: INT-2213 Signed-off-by: ruilin cai <ruilin.cai@huawei.com>
2023-06-20[actn-interface-tools] Added global-app module. Deleted some unused ↵ruilin cai8-13/+1004
comments. Changed some import expressions. global-app module: this module is under global-control module which is parallel with global-api module. It is used to contain implementations of interfaces in global-api module. Those implementations are able to control the lifecycle of objects in this OSS actn sdk. Change-Id: I2032b9485a0b625193cb0b22f960d4f8739efa77 Signed-off-by: ruilin cai <ruilin.cai@huawei.com> Issue-ID: INT-2213 Signed-off-by: ruilin cai <ruilin.cai@huawei.com>
2023-06-20[actn-interface-tools] Added files in global-api module and yang-utils ↵ruilin cai24-195/+2516
module. Amend files in actn-client module. Added files including several interfaces and abstract class in global-api module. Added filed with function of converting between yang pojo and json. Deleted some unnessessary files in actn-client module and added copyright to each files. Issue-ID: INT-2213 Change-Id: I9958b6950fa96bd3a1566190d976ddbec4543982 Signed-off-by: ruilin cai <ruilin.cai@huawei.com>
2023-06-20[actn-interface-tools] Add commentruilin cai1-2/+2
Add comment on MdscController in actn-client module Issue-ID: INT-2209 Change-Id: If6b9dc9ac12fcf189b084f13166ad6bb6b3feccd Signed-off-by: ruilin cai <ruilin.cai@huawei.com>
2023-06-16[actn-interface-tools] Add restconf module. Create empty shell for ↵ruilin cai14-0/+1381
global-control and yang-utils modules. Add copyrights and delete unessessary comments and unneeded resource files. restconf module: This module is to send restful request to SDN by using restconf. It acts as a client to send restful requests to the SDN server. global-control module: This module controls the lifecycle and initiation of objects in other modules. yang-utils module: This module response for transferring between yang pojo and json. Also in this commit delete unneeded resource files, add copyrights to the maven pom files and delete some unnessessary comments. Change-Id: Idfc04649285bd6c5b67b1cc6c2115bf4bb267660 Signed-off-by: ruilin cai <ruilin.cai@huawei.com> Issue-ID: INT-2213 Signed-off-by: ruilin cai <ruilin.cai@huawei.com>
2023-06-16[actn-interface-tools] Add sample-app as a test moduleruilin cai23-0/+3021
sample-app: This is a module which acts as a test module with function of converting actn-model to customer OSS model. The module is parellel with module actn-interface-tools. Change-Id: I6e5aaddea5f37510caa836faf67c8f501b38a5a5 Signed-off-by: ruilin cai <ruilin.cai@huawei.com> Issue-ID: INT-2213
2023-06-16Add interfaces in actn-client and modified pom filesruilin cai8-5/+230
Change-Id: Ia9e905cde40e3d70777c98285f1f703b51f1decf Signed-off-by: ruilin cai <ruilin.cai@huawei.com> Issue-ID: INT-2213
2023-04-19Update INFO.yaml with new PTLMarek Szwałkiewicz1-9/+12
Marek Szwalkiewicz was added as the new INT PTL and committer. Issue-ID: INT-2218 Change-Id: Id2ff6c8fff211c68372209f1920af7bbf26325f8 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-18Pin tox.ini basepython to 3.8Marek Szwałkiewicz1-1/+1
Issue-ID: INT-2222 Change-Id: I2afde7be59f158e041f1df9ac826ac96d793d0da Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-14Update deprecated whitelist_externals in toxMarek Szwałkiewicz1-1/+4
Issue-ID: INT-2221 Change-Id: I1b8d308af14137aad975c6de2c231a2d8a6ece27 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2022-10-24[INTEGRATION] Update committers listMichal Jagiello1-32/+6
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2146 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8b59d7d8e4cdbaee6624aa31413324d2c1051bb0
2022-07-21[actn-interface-tools] First commit for actn-interface-toolsdecheng zhang34-0/+20796
Actn-interface-tools: this sdk module is aiming to promote usage of actn standard and explore the potential of IETF protocol. Issue-ID: INT-2136 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: Ide2835342f0618f581b2726e7fd94ba084feeb9d Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
2022-05-05[INTEGRATION] Update committers listMichal Jagiello1-0/+8
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2106 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I952ac289dc534f1e4c4dca8640c370d39f246ba9
2022-02-28[INTEGRATION] Update committers listjakartaMichal Jagiello1-10/+16
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2077 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I331cd8663af6125615a2d9bf6772556659e4b031
2021-11-25[INTEGRATION] Remove Bartosz Gardziejewski from commiters listMichal Jagiello1-5/+3
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2008 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Iac6dcd1c85523f72abe22a6907fbee2f695282c4
2021-09-02[ADMIN] Update INFO.yaml (new PTL and cleanup)istanbulmorganrol1-10/+8
Update: - Michal Jagiello new Integration PTL Remove: - Marchin Przybysz Issue-ID: INT-1967 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I8eb44472795b206943584f5957cc167e84aa445e
2021-06-10[ADMIN] Update and clean Integration committer listmorganrol1-15/+16
Add: - Bartosz Gardziejewski - Alexander Mazuruk Remove: - Thierry Hardy - Lasse Kaihlavirta - Pawel Wieczorek Update lifecycle_state if needed Issue-ID: INT-1930 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: Ie92751a68e01abbafcc825735938e981920c29cb
2021-04-05[ADMIN] Add Illia Halych in INFO.yamlmrichomme1-0/+9
Add Eli and cleanup the INFO.yaml file Issue-ID: INT-1842 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I937cf6571bd8c85caea557fd0c10c71b13381f4c
2021-03-01Merge changes from topic "js-linter"honoluluMorgan Richomme6-0/+755
* changes: [IETF_ACTN_TOOLS] First upload of the Feature code of one of the ACTN tool chain in the new repo Setup JavaScript linter Add Tox setup for linters
2021-02-22Merge "Automation adds .gitreview"Bartek Grzybowski1-0/+6
2021-02-19Automation adds .gitreviewLF Jenkins CI1-0/+6
Issue-ID: CIMAN-33 Change-Id: I540caaa226ffdf344b5f08833948d39ae068ea8b Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2021-02-18[IETF_ACTN_TOOLS]sunjun2-0/+652
First upload of the Feature code of one of the ACTN tool chain in the new repo The code of this repos deals with "ACTN Topo Generator" tool It provides the features to design multi-domain OTN networks graphically and automatically generate ACTN topology data in JSON format that would be further used by another tool "ACTN PNC Simulator". It is used by the use cases of transport private line and transport slicing. Issue-ID: INT-1857 Change-Id: I075bf66da635365260bfc52b0fe13ac3cb69c3c6 Signed-off-by: Jun Sun <john.sunjun@huawei.com>
2021-02-17Setup JavaScript linterBartek Grzybowski2-2/+15
Change-Id: Ife25ded53fa82550b86a2adbbb8f8d453c436800 Issue-ID: CIMAN-33 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-02-17Add Tox setup for lintersBartek Grzybowski4-0/+90
Change-Id: I48734db48288b0f81a51261255afd2228f010707 Issue-ID: CIMAN-33 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-02-10Automation adds INFO.yamlLF Jenkins CI1-0/+119
Issue-ID: CIMAN-33 Change-Id: I5522069f9daa5cda34372d1a6a68ccda8975ff75 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2021-02-10Initial empty repositoryLF Jenkins CI0-0/+0