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

Is this plugin still in development ? Fails to work with Nautobot v1.6.0 #52

Open
svestenik opened this issue Oct 27, 2023 · 1 comment

Comments

@svestenik
Copy link

svestenik commented Oct 27, 2023

Environment

  • Python version: Python 3.8.17
  • Nautobot version: Nautobot v1.6.0
  • nautobot-ssot-vsphere version: Release v0.1.4
  • Linux distribution version: CentOS Stream 8

Expected Behavior

Install as described in instructions

Observed Behavior

Installation breaks wit warning about pip version, fails to create Job for vsphere discovery.

Tried to install plugin by following documentation:

pip install nautobot-ssot-vsphere

Install throws a error about pip:

[nautobot@Nautobot ~]$ pip install nautobot-ssot-vsphere
Requirement already satisfied: nautobot-ssot-vsphere in ./lib/python3.8/site-packages (0.1.4)
Requirement already satisfied: diffsync<2.0.0,>=1.4.3 in ./lib/python3.8/site-packages (from nautobot-ssot-vsphere) (1.8.0)
Requirement already satisfied: nautobot-ssot<2.0.0,>=1.1.0 in ./lib/python3.8/site-packages (from nautobot-ssot-vsphere) (1.3.2)
Requirement already satisfied: netutils<2.0.0,>=1.1.0 in ./lib/python3.8/site-packages (from nautobot-ssot-vsphere) (1.5.0)
Requirement already satisfied: colorama<0.5.0,>=0.4.3 in ./lib/python3.8/site-packages (from diffsync<2.0.0,>=1.4.3->nautobot-ssot-vsphere) (0.4.6)
Requirement already satisfied: packaging<24.0,>=21.3 in ./lib/python3.8/site-packages (from diffsync<2.0.0,>=1.4.3->nautobot-ssot-vsphere) (23.1)
Requirement already satisfied: pydantic!=1.8,!=1.8.1,<2.0.0,>=1.7.4 in ./lib/python3.8/site-packages (from diffsync<2.0.0,>=1.4.3->nautobot-ssot-vsphere) (1.9.2)
Requirement already satisfied: structlog<23.0.0,>=20.1.0 in ./lib/python3.8/site-packages (from diffsync<2.0.0,>=1.4.3->nautobot-ssot-vsphere) (20.2.0)
Requirement already satisfied: Markdown!=3.3.5 in ./lib/python3.8/site-packages (from nautobot-ssot<2.0.0,>=1.1.0->nautobot-ssot-vsphere) (3.3.7)
Requirement already satisfied: prometheus-client<0.15.0,>=0.14.1 in ./lib/python3.8/site-packages (from nautobot-ssot<2.0.0,>=1.1.0->nautobot-ssot-vsphere) (0.14.1)
Requirement already satisfied: importlib-metadata>=4.4 in ./lib/python3.8/site-packages (from Markdown!=3.3.5->nautobot-ssot<2.0.0,>=1.1.0->nautobot-ssot-vsphere) (4.13.0)
Requirement already satisfied: typing-extensions>=3.7.4.3 in ./lib/python3.8/site-packages (from pydantic!=1.8,!=1.8.1,<2.0.0,>=1.7.4->diffsync<2.0.0,>=1.4.3->nautobot-ssot-vsphere) (3.10.0.2)
Requirement already satisfied: zipp>=0.5 in ./lib/python3.8/site-packages (from importlib-metadata>=4.4->Markdown!=3.3.5->nautobot-ssot<2.0.0,>=1.1.0->nautobot-ssot-vsphere) (3.16.2)
WARNING: There was an error checking the latest version of pip.

In Nautobot GUI, plugin is visible in installed plugins, but no Job is created for Vsphere discovery and can't be created manualy.

@h4ndzdatm0ld
Copy link
Owner

Hello,
I'm not actively developing or keeping up with Nautobot changes on this. I would happily accept a pull request! If you're up for it, just send it over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants