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

Import issue with IPAM models when DLM app not installed #641

Closed
bile0026 opened this issue Jan 6, 2025 · 0 comments · Fixed by #642
Closed

Import issue with IPAM models when DLM app not installed #641

bile0026 opened this issue Jan 6, 2025 · 0 comments · Fixed by #642
Assignees
Labels
integration: bootstrap Issues/PRs for Bootstrap integration type: bug Issues/PRs addressing a bug.

Comments

@bile0026
Copy link
Contributor

bile0026 commented Jan 6, 2025

Environment

  • Python version: 3.11.4
  • Nautobot version: 2.3.15
  • nautobot-ssot version: 3.3.0

Expected Behavior

Plugin should work without the nautobot_device_lifecycle app installed.

Observed Behavior

Imports for the following models are failing if DLM plugin is not installed becuase they are within the if block checking for whether the app is installed and they should not be.
BootstrapNamespace
BootstrapRiR
BootstrapVLANGroup
BootstrapVLAN
BootstrapVRF
BootstrapPrefix

Steps to Reproduce

  1. Run Bootstrap to Nautobot job without the DLM app installed in the Nautobot environment
@jdrew82 jdrew82 added type: bug Issues/PRs addressing a bug. integration: bootstrap Issues/PRs for Bootstrap integration labels Jan 7, 2025
@jdrew82 jdrew82 mentioned this issue Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: bootstrap Issues/PRs for Bootstrap integration type: bug Issues/PRs addressing a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants