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

Missing method merge_config() when remediating, using netmiko in GC settings #780

Open
nathanielfernandez opened this issue Jul 12, 2024 · 0 comments

Comments

@nathanielfernandez
Copy link

nathanielfernandez commented Jul 12, 2024

Environment

  • Python version: 3.10.12
  • Nautobot version: 2.1.5
  • nautobot-golden-config version: 2.0.4

https://networktocode.slack.com/archives/C01NWPK6WHL/p1720765989705719

Expected Behavior

I'm trying out the config plans deployment. We are not using napalm because we don't have SCP configured on our routers and switches. When using netmiko as the driver instead of napalm for golden config, I was expecting the remediating configs to be pushed to our cisco device instance in lab.

Observed Behavior

The deployment job completed. But it has an error that says E1002: Unable to locate the method merge_config for , preemptively failed. Ken Celenza acknowledged the missing method in the slack thread.

image

Steps to Reproduce

  1. Configure admin settings > Golden configuration. And instead of using napalm for the platforms' default, use netmiko.
  2. Create a config plan to remediate a sample device with non-compliance (example: syslog).
  3. Approve and deploy the config plan. You would see the job status as complete, but there would be an error about the missing merge_config().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants