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

vmware_vm_facts: fix the support with regular ESXi #56375

Merged
merged 1 commit into from
May 22, 2019

Commits on May 22, 2019

  1. vmware_vm_facts: fix the support with regular ESXi

    Ensure the module still work with the ESXi where CustomFieldsManager
    does not exist.
    
    From: https://www.vmware.com/support/developer/converter-sdk/conv60_apireference/vim.CustomFieldsManager.html
    
        The CustomFieldsManager object is used to add and remove custom fields to
        managed entities.
        The custom fields values set on managed entities are available through the
        customValue property and through the summary objects for VirtualMachine
        and HostSystem. They are not available directly through this managed object.
        This functionality is only available through VirtualCenter.
    
    Fixes: ansible#56071
    
    (cherry picked from commit cf78759)
    goneri committed May 22, 2019
    Configuration menu
    Copy the full SHA
    761ed52 View commit details
    Browse the repository at this point in the history