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

Decommissioning of config_context reverts to the initial state without honouring non-tracked keys #166

Open
chadell opened this issue Jun 10, 2024 · 0 comments

Comments

@chadell
Copy link
Contributor

chadell commented Jun 10, 2024

Environment

  • Python version:
  • Nautobot version: 1.6.22
  • nautobot-design-builder version: 1.3.0

Expected Behavior

When a local_config_context is modified by a design deployment, only the keys defined by the deployment should be reverted when the design deployment decommissioned

For example:

  • initial state: null
  • changed by design: { "mpls_enabled": true }
  • manually updated: { "mpls_enabled": true, "something": "else" }
  • expected result: { "something": "else" }

Observed Behavior

However, this was the result:

  • actual result when decommissioning: null

Steps to Reproduce

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

1 participant