You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that AWX is open source software provided for free and that I might not receive a timely response.
I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)
Bug Summary
community.vmware inventory plugin is about to be deprecated in favor of vmware.vmware inventory plugin (plugin is available starting in v1.9.0).
I installed vmware.vmware v1.9.0 on my awx-ee and add "plugin: vmware.vmware.vms" at the top of the source variables, but AWX defaults to 'community.vmware.vmware_vm_inventory'.
The source is of type "VMware vCenter".
When running ansible-inventory -i hosts.vmware-vms.yml --list inside my awx-ee it is working as expected.
hosts.vmware-vms.yml has the same content as the AWX inventory source.
AWX version
24.6.1
Select the relevant components
UI
UI (tech preview)
API
Docs
Collection
CLI
Other
Installation method
kubernetes
Modifications
yes
Ansible version
2.18.1
Operating system
MAC
Web browser
No response
Steps to reproduce
Inventory source:
plugin: vmware.vmware.vms
properties:
- all
compose:
ansible_host: guest.ipAddress
Sync error:
redirecting (type: inventory) ansible.builtin.vmware_vm_inventory to community.vmware.vmware_vm_inventory
[WARNING]: * Failed to parse /runner/inventory/vmware_vm_inventory.yml with
auto plugin: inventory config '/runner/inventory/vmware_vm_inventory.yml'
Expected results
Populated inventory.
Actual results
Sync error:
redirecting (type: inventory) ansible.builtin.vmware_vm_inventory to community.vmware.vmware_vm_inventory
[WARNING]: * Failed to parse /runner/inventory/vmware_vm_inventory.yml with
auto plugin: inventory config '/runner/inventory/vmware_vm_inventory.yml'
Additional information
No response
The text was updated successfully, but these errors were encountered:
Please confirm the following
[email protected]
instead.)Bug Summary
community.vmware inventory plugin is about to be deprecated in favor of vmware.vmware inventory plugin (plugin is available starting in v1.9.0).
I installed vmware.vmware v1.9.0 on my awx-ee and add "plugin: vmware.vmware.vms" at the top of the source variables, but AWX defaults to 'community.vmware.vmware_vm_inventory'.
The source is of type "VMware vCenter".
When running ansible-inventory -i hosts.vmware-vms.yml --list inside my awx-ee it is working as expected.
hosts.vmware-vms.yml has the same content as the AWX inventory source.
AWX version
24.6.1
Select the relevant components
Installation method
kubernetes
Modifications
yes
Ansible version
2.18.1
Operating system
MAC
Web browser
No response
Steps to reproduce
Inventory source:
Sync error:
Expected results
Populated inventory.
Actual results
Sync error:
Additional information
No response
The text was updated successfully, but these errors were encountered: