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

Document dispatcher methods #45

Open
itdependsnetworks opened this issue Nov 15, 2021 · 2 comments
Open

Document dispatcher methods #45

itdependsnetworks opened this issue Nov 15, 2021 · 2 comments
Labels
status: help wanted This issue is tentatively accepted pending a volunteer committed to its implementation

Comments

@itdependsnetworks
Copy link
Contributor

Currently when the dispatched fails, the operator is provided with an error based on f"Unable to find the driver for {method} for platform: {task.host.platform}"). It would be good to add a link into that error message to point to a website of what was supported from a platform and method perspective, similar to the napalm getters.

@jvanderaa jvanderaa added the status: help wanted This issue is tentatively accepted pending a volunteer committed to its implementation label Jun 27, 2022
@cablesquirrel
Copy link
Contributor

@itdependsnetworks, are you talking about these methods? This is what I gathered from looking at the class methods.

default_nornir default_netmiko ASA FASTIRON EOS IOS IOSXR JUNOS NXOS ROUTEROS ROUTEROS_API SMARTZONE_API
check_connectivity
compliance_config
generate_config
get_config
provision_config

@itdependsnetworks
Copy link
Contributor Author

yes, something like f"Unable to find the driver for {method} for platform: {task.host.platform}, and expect {netutils.config.compliance.join(', ')}")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: help wanted This issue is tentatively accepted pending a volunteer committed to its implementation
Projects
None yet
Development

No branches or pull requests

3 participants