Skip to content
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

Add napalm_optional_args field to platform model #2190

Closed
wants to merge 1 commit into from

Conversation

orgito
Copy link

@orgito orgito commented Jun 22, 2018

Fixes: #2029

Adding napalm_optional_args as suggested by @jeremystretch to the platform model allowing the user to pass extra arguments directly to the napalm driver.

Instead of a JSON string, the field will accept a comma-separated list of key=value pairs that will be parsed in a dictionary and passed to the napalm driver.

That format is simpler for users to understand and is compatible with the format of the napalm cli tool --optional_args argument.

image

@jeremystretch
Copy link
Member

jeremystretch commented Jun 29, 2018

This has been implemented in 35d58d2 using a JSON field as discussed in #2029.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define napalm port and transport for each platform
2 participants