- update test pillars
- update schemas
Related Prod: PROD-30096
Change-Id: I5796bee1226d725a857f70c2ed874999d58b3994
patternProperties:
"^[0-9]*$":
$ref: "#/definitions/_ntp:common:stratum"
+ interface:
+ description: |
+ Set of interface parameters.
+ type: object
+ items:
+ $ref: "#/definitions/_ntp:common:interface"
auth:
description: |
Support of ntp auth.
type: string
trustedkey:
type: boolean
+ _ntp:common:interface:
+ description: |
+ Define exactly one interface action and its value
+ type: object
+ additionalProperties: false
+ required: [action, value]
+ properties:
+ action:
+ type: string
+ value:
+ type: string
patternProperties:
"^[0-9]*$":
$ref: "#/definitions/_ntp:common:stratum"
+ interface:
+ description: |
+ Set of interface parameters.
+ type: object
+ items:
+ $ref: "#/definitions/_ntp:common:interface"
auth:
description: |
Support of ntp auth.
type: string
trustedkey:
type: boolean
-
+ _ntp:common:interface:
+ description: |
+ Define exactly one interface action and its value
+ type: object
+ additionalProperties: false
+ required: [action, value]
+ properties:
+ action:
+ type: string
+ value:
+ type: string
strata:
- ntp.cesnet.cz
- pool.ntp.org
+ interface:
+ test:
+ action: action
+ value: value
strata:
- ntp.cesnet.cz
- pool.ntp.org
+ interface:
+ test:
+ action: action
+ value: value
\ No newline at end of file