mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-11-01 10:37:48 +00:00
Merge pull request #40 from Telecominfraproject/staging-OLS-644-global-dns
OLS-644: Global DNS configuration
This commit is contained in:
@@ -300,6 +300,7 @@ properties:
|
|||||||
- Service-Online-Check
|
- Service-Online-Check
|
||||||
- Service-CaptivePortal
|
- Service-CaptivePortal
|
||||||
- Service-PublicIpCheck
|
- Service-PublicIpCheck
|
||||||
|
- Service-Global-DNS
|
||||||
# Tunneling
|
# Tunneling
|
||||||
- Tunneling-VxLAN
|
- Tunneling-VxLAN
|
||||||
- Tunneling-GRE
|
- Tunneling-GRE
|
||||||
|
|||||||
@@ -545,3 +545,8 @@ properties:
|
|||||||
$ref: "https://ucentral.io/schema/v1/switch/rtevent/"
|
$ref: "https://ucentral.io/schema/v1/switch/rtevent/"
|
||||||
acl:
|
acl:
|
||||||
$ref: "https://ucentral.io/schema/v1/switch/acl/"
|
$ref: "https://ucentral.io/schema/v1/switch/acl/"
|
||||||
|
dns:
|
||||||
|
description: Define a global list of dns servers.
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
type: string
|
||||||
|
|||||||
@@ -361,6 +361,7 @@
|
|||||||
"Service-Online-Check",
|
"Service-Online-Check",
|
||||||
"Service-CaptivePortal",
|
"Service-CaptivePortal",
|
||||||
"Service-PublicIpCheck",
|
"Service-PublicIpCheck",
|
||||||
|
"Service-Global-DNS",
|
||||||
"Tunneling-VxLAN",
|
"Tunneling-VxLAN",
|
||||||
"Tunneling-GRE",
|
"Tunneling-GRE",
|
||||||
"Tunneling-GRE6",
|
"Tunneling-GRE6",
|
||||||
|
|||||||
@@ -1803,6 +1803,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"dns": {
|
||||||
|
"description": "Define a global list of dns servers.",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1564,6 +1564,12 @@
|
|||||||
},
|
},
|
||||||
"acl": {
|
"acl": {
|
||||||
"$ref": "#/$defs/switch.acl"
|
"$ref": "#/$defs/switch.acl"
|
||||||
|
},
|
||||||
|
"dns": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1848,6 +1848,13 @@
|
|||||||
},
|
},
|
||||||
"acl": {
|
"acl": {
|
||||||
"$ref": "#/$defs/switch.acl"
|
"$ref": "#/$defs/switch.acl"
|
||||||
|
},
|
||||||
|
"dns": {
|
||||||
|
"description": "Define a global list of dns servers.",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user