Skip to content

Commit 82cb175

Browse files
authored
Merge pull request #141 from eda-labs/schemas
update schemas
2 parents 0e19a25 + cb4015c commit 82cb175

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

clab_connector/models/node/nokia_srl.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ def __init__(
108108
"https://github.com/nokia-eda/schema-profiles/"
109109
"releases/download/nokia-srl-25.7.2/srlinux-25.7.2-266.zip"
110110
),
111+
"25.10.1": (
112+
"https://github.com/nokia-eda/schema-profiles/"
113+
"releases/download/nokia-srl-25.10.1/srlinux-25.10.1-399.zip"
114+
),
111115
}
112116

113117
def get_default_node_type(self):

clab_connector/models/node/nokia_sros.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ class NokiaSROSNode(Node):
5050
"https://github.com/nokia-eda/schema-profiles/"
5151
"releases/download/nokia-sros-v25.7.r1/sros-25.7.r1.zip"
5252
),
53+
"25.7.r2": (
54+
"https://github.com/nokia-eda/schema-profiles/"
55+
"releases/download/nokia-sros-25.7.r2/sros-25.7.r2.zip"
56+
),
57+
"25.10.r1": (
58+
"https://github.com/nokia-eda/schema-profiles/"
59+
"releases/download/nokia-sros-25.10.r1/sros-25.10.r1.zip"
60+
),
5361
}
5462

5563
# Map of node types to their line card and MDA components

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "clab-connector"
7-
version = "0.8.3"
7+
version = "0.8.4"
88
description = "EDA Containerlab Connector"
99
readme = "README.md"
1010
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)