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

invoke Commands Fail for Postgres-backed Development #1583

Closed
bryanculver opened this issue Mar 30, 2022 · 0 comments · Fixed by #1586
Closed

invoke Commands Fail for Postgres-backed Development #1583

bryanculver opened this issue Mar 30, 2022 · 0 comments · Fixed by #1586
Assignees
Labels
type: bug Something isn't working as expected

Comments

@bryanculver
Copy link
Member

Environment

  • Python version: 3.7
  • Nautobot version: next

Steps to Reproduce

  1. Clone Nautobot repo
  2. Run poetry install command
  3. Run any invoke command (this will by default start a Postgres DB instead of MySQL)

Expected Behavior

Invoke commands run successfully.

Observed Behavior

Invoke commands fail with error: services.nautobot must be a mapping.

This was introduced with #1514, namely https://github.com/nautobot/nautobot/pull/1514/files#diff-489c90f6d394dcb54813ab8141172f7d6d862e880055bab253cf102cf77a3e7fL5-L6

@bryanculver bryanculver added the type: bug Something isn't working as expected label Mar 30, 2022
@bryanculver bryanculver self-assigned this Mar 30, 2022
bryanculver added a commit that referenced this issue Mar 31, 2022
bryanculver added a commit that referenced this issue Mar 31, 2022
* Remove empty nautobot service definition in the Postgres docker-compose file.

* Add release-note for #1583
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant