VMware Cloud Community
rajeevtomar001
Enthusiast
Enthusiast

Python Library missing from ansible-modules-extras-gpl3

The GitHub - vmware/ansible-modules-extras-gpl3: Hosts all GPL3 licensed code used in the Chaperone Ansi... is using from  omsclient import oms_controller

file name is vio_deploy.py

But this omsclient library is not found.

Can you help me where to find it.

0 Kudos
3 Replies
rboswell
Contributor
Contributor

Thanks Rajeev, we are looking now at the bug report you filed.

0 Kudos
rajeevtomar001
Enthusiast
Enthusiast

In the code vio_deploy.py . It is mentioned that oms-client can be downloaded from

devpi

pip install --index-url http://p3-pypi.eng.vmware.com:3141/slave/dev/+simple --trusted-host p3-pypi.eng.vmware.com oms-client.

is the above source is open as it is not reachable.

How to retrieve it ?

0 Kudos
rboswell
Contributor
Contributor

Rajeev, that utility is closed source, we are working on switching to a full Ansible implementation of the omsclient functionality.

0 Kudos