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

ACI SSoT Sync is not atomic, failures are not rolled back. #670

Open
kingfetty opened this issue Jan 17, 2025 · 0 comments
Open

ACI SSoT Sync is not atomic, failures are not rolled back. #670

kingfetty opened this issue Jan 17, 2025 · 0 comments
Labels
integration: ciscoaci Issues/PRs for Cisco ACI integration.

Comments

@kingfetty
Copy link
Contributor

Environment

  • Python version: 3.11
  • Nautobot version: 2.3.16
  • nautobot-ssot version: 3.4.0

Expected Behavior

Upon ACI Sync failure and changes applied should be undone.

Observed Behavior

ACI sync jobs that fail after making changes leave artifacts behind. This can cause unexpected behavior on subsequent syncs.

Steps to Reproduce

  1. Configure Nautobot and ACI SSoT
  2. Setup a failure scenario by creating an object that will exist in the ACI fabric but do not apply the configured ACI tag to the object
  3. Run the sync job, the job will make many changes to the system, then encounter the error and halt. The changes will remain in the system.
@kingfetty kingfetty changed the title ACI SSoT Sync is not transactional, failures are not rolled back. ACI SSoT Sync is not atomic, failures are not rolled back. Jan 17, 2025
@jdrew82 jdrew82 added the integration: ciscoaci Issues/PRs for Cisco ACI integration. label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: ciscoaci Issues/PRs for Cisco ACI integration.
Projects
None yet
Development

No branches or pull requests

2 participants