h4ndzdatm0ld / nautobot-ssot-vsphere

Nautobot SSoT VMWare vSphere
https://h4ndzdatm0ld.github.io/nautobot-ssot-vsphere/index.html
Other
12 stars 6 forks source link

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

Open svestenik opened 10 months ago

svestenik commented 10 months ago

Environment

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 commented 10 months ago

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.