Awx: RFE enable vmware inventory plugin for ansible 2.9+

Created on 26 Mar 2019  路  7Comments  路  Source: ansible/awx

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

  • API
SUMMARY


Usage of vmware inventory plugin was not enabled with https://github.com/ansible/awx/pull/3266

We should work on getting this enabled in the future.

ADDITIONAL INFORMATION


We need to do more research about what differences there may be between script and plugin and get any fixes into ansible core before we can do this.

api high enhancement

Most helpful comment

The plugin works but I cannot get the tags to work. Also would be useful to group bt folder but the documentation is missing a lot of examples..

All 7 comments

Link https://github.com/ansible/ansible/issues/46727

It's going to be hard to update the script for issues when core is no longer maintaining it.

Firstly, this is blocked by the need to convert to collections, because ansible/ansible is no longer accepting patches, particularly not for 2.10, and even if we did a 2.9 backport, it needs to go in the collection first.

https://github.com/ansible/awx/pull/6283

Secondly, this is blocked by actually getting this patch in:

https://github.com/ansible-collections/vmware/pull/58

More patches may be needed, but this passes our first-level of smoke tests.

Assuming those blockers are addressed, here is the branch for enablement:

https://github.com/ansible/awx/compare/devel...AlanCoding:vmware_plugin?expand=1

Other stuff needs to merge first before we can seriously consider this.

We are now using the plugin and our regression tests are running and passing -- calling this verified. Any follow up issues for options or small bugs will be tracked in new issues.

The plugin works but I cannot get the tags to work. Also would be useful to group bt folder but the documentation is missing a lot of examples..

I cannot get the vmware tags in AWX.

Was this page helpful?
0 / 5 - 0 ratings