Having troubles trying to get napalm to work within a containerized environment. #11164
alvinstarr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a bunch of switches that have passwordless SSH logins setup.
I have set NAPALM_ARGS = { "ssh_config_file" : "/opt/netbox/private_keys/config" } in the env/netbox.env
private_keys is a mapped volume that contains the config and users private key.
I have also tried setting the napalm arguments in the platforms page to.
{
"optional_args": {
"ssh_config_file": "/opt/netbox/private_keys/config"
},
"password": "xxxxxxxxx",
"port": 22,
"username": "yyyyyyyyy"
}
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions