nautobot-app-golden-config icon indicating copy to clipboard operation
nautobot-app-golden-config copied to clipboard

Golden Config Settings Sync'd From Git Aren't Removed

Open jdrew82 opened this issue 1 year ago • 2 comments

Environment

  • Python version: 3.7
  • Nautobot version: 1.4.3
  • nautobot-golden-config version: 1.2.0

Steps to Reproduce

  1. Set up Nautobot and the Golden Config plugin.
  2. Add some Golden Config settings to a git repo and set up the repo in Nautobot.
  3. Include some Config Replace or Config Removal rules in the settings

Expected Behavior

Would expect a Config Replace/Removal rule that's removed from the Git repo to also be removed from Nautobot.

Observed Behavior

The rule that is removed from git still exists in Nautobot.

jdrew82 avatar Sep 28 '22 15:09 jdrew82

The net result of this is the Git sync process is not declarative.

itdependsnetworks avatar Oct 05 '22 13:10 itdependsnetworks