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

community.vmware.vmware_cluster_info or facts not showing tag info in esxi/vc 7 #453

Closed
ImranJMughal opened this issue Oct 20, 2020 · 3 comments · Fixed by #455
Closed
Assignees
Labels
bug This issue/PR relates to a bug has_pr verified This issue has been verified/reproduced by maintainer vSphere7 vSphere 7.0 specific

Comments

@ImranJMughal
Copy link

ImranJMughal commented Oct 20, 2020

ansible 2.10.2
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.6/site-packages/ansible
  executable location = /usr/bin/ansible
  python version = 3.6.8 (default, Nov 21 2019, 19:31:34) [GCC 8.3.1 20190507 (Red Hat 8.3.1-4)]

{
            "drs_default_vm_behavior": "fullyAutomated",
            "drs_enable_vm_behavior_overrides": true,
            "drs_vmotion_rate": 3,
            "enable_ha": true,
            "enabled_drs": true,
            "enabled_vsan": false,
            "ha_admission_control_enabled": true,
            "ha_failover_level": 1,
            "ha_host_monitoring": "enabled",
            "ha_restart_priority": [
                "medium"
            ],
            "ha_vm_failure_interval": [
                30
            ],
            "ha_vm_max_failure_window": [
                -1
            ],
            "ha_vm_max_failures": [
                3
            ],
            "ha_vm_min_up_time": [
                120
            ],
            "ha_vm_monitoring": "vmMonitoringDisabled",
            "ha_vm_tools_monitoring": [
                "vmMonitoringDisabled"
            ],
            "hosts": [],
            "resource_summary": {
                "cpuCapacityMHz": 0,
                "cpuUsedMHz": 0,
                "memCapacityMB": 0,
                "memUsedMB": 0,
                "pMemAvailableMB": 0,
                "pMemCapacityMB": 0,
                "storageCapacityMB": 0,
                "storageUsedMB": 0
            },
            "tags": [],
            "vsan_auto_claim_storage": false
        }

tags are empty, worked in 2.9 using vmware_cluster_facts against the same cluster on the same esxi /vc version

image

@ImranJMughal
Copy link
Author

vmware_cluster_facts in 2.9.14 works...doesnt work when using the latest community.vmware.vmware_cluster_facts

2.9.14
image

commmunity
image

@Akasurde
Copy link
Member

Related issue - vmware/vsphere-automation-sdk-python#242

Akasurde added a commit to Akasurde/community.vmware that referenced this issue Oct 21, 2020
Fixes: ansible-collections#453

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
@Akasurde
Copy link
Member

resolved_by_pr #455

@Akasurde Akasurde self-assigned this Oct 21, 2020
@Akasurde Akasurde added bug This issue/PR relates to a bug has_pr verified This issue has been verified/reproduced by maintainer labels Oct 21, 2020
@mariolenz mariolenz added the vSphere7 vSphere 7.0 specific label Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug has_pr verified This issue has been verified/reproduced by maintainer vSphere7 vSphere 7.0 specific
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants