-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(eos_cli_config_gen): Support of a global tacacs timeout #3173
Feat(eos_cli_config_gen): Support of a global tacacs timeout #3173
Conversation
Thanks for this PR - please add some molecule test to cover the newly added knobs. Some how-to guide for a change to
|
timeout: | ||
type: int | ||
convert_types: | ||
- str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the min and max values are constant across platforms, please add them in the schema as well as a description indicating that this is in "seconds"
leaf1(config)#tacacs-server timeout ?
<1-1000> Number of seconds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I'll put a max/min for global timeout, I shall make the same for the timeout per host. Can I make it as part of the same PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it can be inserted in this PR yes, but first please check if this is the same on all platforms, otherwise it is probably best to not enforce these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks @mmaaloul !
Change Summary
Support of tacacs glocal timer setting
Related Issue(s)
Fixes #3126
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
1/ Changed schema fragment "tacacs_servers.schema.yml"
2/ Ran the pre-commit playbook
3/ Changed template eos/tacacs-servers.j2 accordingly
Repository Checklist