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

Dell OS9: bypass netmiko save_config #19

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

msherman64
Copy link

Depending on OS Version, Dnos9 may not support the command:
copy running-configuration startup-configuration, instead
abbreviating it as copy running-config startup-config. However,
this asks for a confirmation.

Instead, write memory does the same thing.

This PR overrides the superclass so that we send write memory instead
of calling out to the netmiko implementation.

This should allow us to revert our netmiko patches, and use upstream
directly.

Depending on OS Version, Dnos9 may not support the command:
`copy running-configuration startup-configuration`, instead
abbreviating it as `copy running-config startup-config`. However,
this asks for a confirmation.

Instead, `write memory` does the same thing.

This PR overrides the superclass so that we send `write memory` instead
of calling out to the netmiko implementation.

This should allow us to revert our netmiko patches, and use upstream
directly.
@msherman64 msherman64 requested a review from codyhammock August 29, 2023 21:06
Copy link
Member

@codyhammock codyhammock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@msherman64 msherman64 merged commit c33aa31 into chameleoncloud/xena Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants