mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 17:22:23 +00:00
- Align dhcp-relay with ols-ucentral-client
Declare dhcp-relay in interface.ipv4.dhcp.yml, aligns with client and allows setting per logical interface. - STP object typo #7 Fix spelling Additional: schema/ethernet.yml - make power limit an integer Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
This commit is contained in:
@@ -94,7 +94,7 @@ properties:
|
||||
power-limit:
|
||||
description:
|
||||
Option to configure user defined absolute power limit PoE port can dain (in milliwatts, mW).
|
||||
type: number
|
||||
type: integer
|
||||
default: 99900
|
||||
priority:
|
||||
description:
|
||||
|
||||
@@ -20,3 +20,19 @@ properties:
|
||||
type: string
|
||||
format: uc-timeout
|
||||
default: 6h
|
||||
relay-server:
|
||||
description:
|
||||
Use host at this IPv4 address to forward packets between clients and servers on different subnets.
|
||||
type: string
|
||||
format: ipv4
|
||||
example: 192.168.2.1
|
||||
circuit-id-format:
|
||||
description:
|
||||
This option selects what info shall be contained within a relayed frame's circuit ID.
|
||||
The string passed in has placeholders that are placed inside a bracket pair "{}".
|
||||
Any text not contained within brackets will be included as freetext.
|
||||
Valid placeholders are "Interface, VLAN-ID"
|
||||
type: string
|
||||
example:
|
||||
- \{Interface\}:\{VLAN-ID\}}
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ properties:
|
||||
and Learning states before transitioning to the Forwarding state.
|
||||
type: integer
|
||||
default: 15
|
||||
hellow_time:
|
||||
hello_time:
|
||||
description:
|
||||
Determines how often switches send BPDU.
|
||||
type: integer
|
||||
|
||||
1314
schemareader.uc
1314
schemareader.uc
File diff suppressed because it is too large
Load Diff
@@ -611,7 +611,7 @@
|
||||
},
|
||||
"power-limit": {
|
||||
"description": "Option to configure user defined absolute power limit PoE port can dain (in milliwatts, mW).",
|
||||
"type": "number",
|
||||
"type": "integer",
|
||||
"default": 99900
|
||||
},
|
||||
"priority": {
|
||||
@@ -794,7 +794,7 @@
|
||||
"type": "integer",
|
||||
"default": 15
|
||||
},
|
||||
"hellow_time": {
|
||||
"hello_time": {
|
||||
"description": "Determines how often switches send BPDU.",
|
||||
"type": "integer",
|
||||
"default": 2
|
||||
@@ -1524,6 +1524,19 @@
|
||||
"type": "string",
|
||||
"format": "uc-timeout",
|
||||
"default": "6h"
|
||||
},
|
||||
"relay-server": {
|
||||
"description": "Use host at this IPv4 address to forward packets between clients and servers on different subnets.",
|
||||
"type": "string",
|
||||
"format": "ipv4",
|
||||
"example": "192.168.2.1"
|
||||
},
|
||||
"circuit-id-format": {
|
||||
"description": "This option selects what info shall be contained within a relayed frame's circuit ID. The string passed in has placeholders that are placed inside a bracket pair \"{}\". Any text not contained within brackets will be included as freetext. Valid placeholders are \"Interface, VLAN-ID\"",
|
||||
"type": "string",
|
||||
"example": [
|
||||
"\\{Interface\\}:\\{VLAN-ID\\}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -413,7 +413,7 @@
|
||||
"default": "dot3bt"
|
||||
},
|
||||
"power-limit": {
|
||||
"type": "number",
|
||||
"type": "integer",
|
||||
"default": 99900
|
||||
},
|
||||
"priority": {
|
||||
@@ -569,7 +569,7 @@
|
||||
"type": "integer",
|
||||
"default": 15
|
||||
},
|
||||
"hellow_time": {
|
||||
"hello_time": {
|
||||
"type": "integer",
|
||||
"default": 2
|
||||
},
|
||||
@@ -985,6 +985,17 @@
|
||||
"type": "string",
|
||||
"format": "uc-timeout",
|
||||
"default": "6h"
|
||||
},
|
||||
"relay-server": {
|
||||
"type": "string",
|
||||
"format": "ipv4",
|
||||
"example": "192.168.2.1"
|
||||
},
|
||||
"circuit-id-format": {
|
||||
"type": "string",
|
||||
"example": [
|
||||
"\\{Interface\\}:\\{VLAN-ID\\}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -463,7 +463,7 @@
|
||||
},
|
||||
"power-limit": {
|
||||
"description": "Option to configure user defined absolute power limit PoE port can dain (in milliwatts, mW).",
|
||||
"type": "number",
|
||||
"type": "integer",
|
||||
"default": 99900
|
||||
},
|
||||
"priority": {
|
||||
@@ -645,7 +645,7 @@
|
||||
"type": "integer",
|
||||
"default": 15
|
||||
},
|
||||
"hellow_time": {
|
||||
"hello_time": {
|
||||
"description": "Determines how often switches send BPDU.",
|
||||
"type": "integer",
|
||||
"default": 2
|
||||
@@ -1122,6 +1122,19 @@
|
||||
"type": "string",
|
||||
"format": "uc-timeout",
|
||||
"default": "6h"
|
||||
},
|
||||
"relay-server": {
|
||||
"description": "Use host at this IPv4 address to forward packets between clients and servers on different subnets.",
|
||||
"type": "string",
|
||||
"format": "ipv4",
|
||||
"example": "192.168.2.1"
|
||||
},
|
||||
"circuit-id-format": {
|
||||
"description": "This option selects what info shall be contained within a relayed frame's circuit ID. The string passed in has placeholders that are placed inside a bracket pair \"{}\". Any text not contained within brackets will be included as freetext. Valid placeholders are \"Interface, VLAN-ID\"",
|
||||
"type": "string",
|
||||
"example": [
|
||||
"\\{Interface\\}:\\{VLAN-ID\\}}"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user