Skip to content

Commit

Permalink
Update schema descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Oct 2, 2024
1 parent 799509f commit 2e78278
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,17 @@ $defs:
max: 2100
loopback_description:
type: str
description: Provide a custom description for loopback interface.
# TODO: Insert link to format string syntax article.
description: |-
Provide a custom description or description template to be used on the VRF diagnostic loopback interface.
This can be a template using the format string syntax.
The available template fields are:
- `interface`: The Loopback interface name.
- `vrf`: The VRF name.
- `tenant`: The tenant name.
The default description is set by `default_vrf_diag_loopback_description`.
By default the description is templated from the VRF name.
loopback_ip_range:
type: str
description: |
Expand Down

0 comments on commit 2e78278

Please sign in to comment.