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

c.g: Failing tests #68

Closed
felixfontein opened this issue Mar 29, 2020 · 7 comments · Fixed by #429
Closed

c.g: Failing tests #68

felixfontein opened this issue Mar 29, 2020 · 7 comments · Fixed by #429
Labels
bug This issue/PR relates to a bug has_pr

Comments

@felixfontein
Copy link
Collaborator

felixfontein commented Mar 29, 2020

SUMMARY

A current complete CI run: https://app.shippable.com/github/ansible-collections/community.general/runs/313/summary/console

Disabled or failing integration tests:

xfs_quota/aliases:disabled #fixme

The xfs_quota tests depend on mount, which is currently broken (see ansible/ansible#68223 and ansible-collections/ansible.posix#3).

Deprecated modules, to be removed in 2.10 (I guess we can do that once ansible/ansible#67684 has been merged):

plugins/modules/cloud/misc/ovirt.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/misc/ovirt.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'This module is for deprecated version of ovirt.', 'alternative': 'Use M(ovirt_vm) instead'}
plugins/modules/cloud/ovirt/ovirt_affinity_label_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_affinity_label_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_affinity_label_info) instead'}
plugins/modules/cloud/ovirt/ovirt_api_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_api_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_api_info) instead'}
plugins/modules/cloud/ovirt/ovirt_cluster_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_cluster_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_cluster_info) instead'}
plugins/modules/cloud/ovirt/ovirt_datacenter_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_datacenter_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_datacenter_info) instead'}
plugins/modules/cloud/ovirt/ovirt_disk_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_disk_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_disk_info) instead'}
plugins/modules/cloud/ovirt/ovirt_event_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_event_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_event_info) instead'}
plugins/modules/cloud/ovirt/ovirt_external_provider_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_external_provider_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_external_provider_info) instead'}
plugins/modules/cloud/ovirt/ovirt_group_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_group_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_group_info) instead'}
plugins/modules/cloud/ovirt/ovirt_host_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_host_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_host_info) instead'}
plugins/modules/cloud/ovirt/ovirt_host_storage_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_host_storage_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_host_storage_info) instead'}
plugins/modules/cloud/ovirt/ovirt_network_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_network_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_network_info) instead'}
plugins/modules/cloud/ovirt/ovirt_nic_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_nic_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_nic_info) instead'}
plugins/modules/cloud/ovirt/ovirt_permission_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_permission_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_permission_info) instead'}
plugins/modules/cloud/ovirt/ovirt_quota_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_quota_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_quota_info) instead'}
plugins/modules/cloud/ovirt/ovirt_scheduling_policy_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_scheduling_policy_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_scheduling_policy_info) instead'}
plugins/modules/cloud/ovirt/ovirt_snapshot_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_snapshot_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_snapshot_info) instead'}
plugins/modules/cloud/ovirt/ovirt_storage_domain_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_storage_domain_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_storage_domain_info) instead'}
plugins/modules/cloud/ovirt/ovirt_storage_template_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_storage_template_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_storage_template_info) instead'}
plugins/modules/cloud/ovirt/ovirt_storage_vm_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_storage_vm_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_storage_vm_info) instead'}
plugins/modules/cloud/ovirt/ovirt_tag_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_tag_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_tag_info) instead'}
plugins/modules/cloud/ovirt/ovirt_template_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_template_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_template_info) instead'}
plugins/modules/cloud/ovirt/ovirt_user_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_user_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_user_info) instead'}
plugins/modules/cloud/ovirt/ovirt_vm_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_vm_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_vm_info) instead'}
plugins/modules/cloud/ovirt/ovirt_vmpool_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/ovirt/ovirt_vmpool_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.10', 'why': 'When migrating to collection we decided to use only _info modules.', 'alternative': 'Use M(ovirt_vmpool_info) instead'}

Deprecated modules, to be removed in later versions (need to be updated once ansible/ansible#67684 is merged):

plugins/modules/cloud/cloudstack/cs_instance_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/cloudstack/cs_instance_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Transformed into an info module.', 'alternative': 'Use M(cs_instance_info) instead.'}
plugins/modules/cloud/cloudstack/cs_zone_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/cloudstack/cs_zone_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Transformed into an info module.', 'alternative': 'Use M(cs_zone_info) instead.'}
plugins/modules/cloud/digital_ocean/digital_ocean.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/digital_ocean/digital_ocean.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Updated module to remove external dependency with increased functionality.', 'alternative': 'Use M(digital_ocean_droplet) instead.'}
plugins/modules/cloud/digital_ocean/digital_ocean_sshkey_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/digital_ocean/digital_ocean_sshkey_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(digital_ocean_sshkey_info) instead.'}
plugins/modules/cloud/google/gcdns_record.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/google/gcdns_record.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Updated modules released with increased functionality', 'alternative': 'Use M(gcp_dns_resource_record_set) instead.'}
plugins/modules/cloud/google/gcdns_zone.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/google/gcdns_zone.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Updated modules released with increased functionality', 'alternative': 'Use M(gcp_dns_managed_zone) instead.'}
plugins/modules/cloud/google/gce.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/google/gce.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Updated modules released with increased functionality', 'alternative': 'Use M(gcp_compute_instance) instead.'}
plugins/modules/cloud/google/gcp_backend_service.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/google/gcp_backend_service.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Updated modules released with increased functionality', 'alternative': 'Use M(gcp_compute_backend_service) instead.'}
plugins/modules/cloud/online/online_server_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/online/online_server_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(online_server_info) instead.'}
plugins/modules/cloud/online/online_user_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/online/online_user_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(online_user_info) instead.'}
plugins/modules/cloud/scaleway/scaleway_image_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/scaleway/scaleway_image_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(scaleway_image_info) instead.'}
plugins/modules/cloud/scaleway/scaleway_ip_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/scaleway/scaleway_ip_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(scaleway_ip_info) instead.'}
plugins/modules/cloud/scaleway/scaleway_organization_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/scaleway/scaleway_organization_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(scaleway_organization_info) instead.'}
plugins/modules/cloud/scaleway/scaleway_security_group_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/scaleway/scaleway_security_group_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(scaleway_security_group_info) instead.'}
plugins/modules/cloud/scaleway/scaleway_server_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/scaleway/scaleway_server_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(scaleway_server_info) instead.'}
plugins/modules/cloud/scaleway/scaleway_snapshot_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/scaleway/scaleway_snapshot_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(scaleway_snapshot_info) instead.'}
plugins/modules/cloud/scaleway/scaleway_volume_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/scaleway/scaleway_volume_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(scaleway_volume_info) instead.'}
plugins/modules/cloud/vultr/_vultr_account_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_account_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_account_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Transformed into an info module.', 'alternative': 'Use M(vultr_account_info) instead.'}
plugins/modules/cloud/vultr/vultr_block_storage_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_block_storage_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Transformed into an info module.', 'alternative': 'Use M(vultr_block_storage_info) instead.'}
plugins/modules/cloud/vultr/vultr_dns_domain_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_dns_domain_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(vultr_dns_domain_info) instead.'}
plugins/modules/cloud/vultr/vultr_firewall_group_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_firewall_group_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(vultr_firewall_group_info) instead.'}
plugins/modules/cloud/vultr/vultr_network_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_network_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(vultr_network_info) instead.'}
plugins/modules/cloud/vultr/vultr_os_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_os_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Transformed into an info module.', 'alternative': 'Use M(vultr_os_info) instead.'}
plugins/modules/cloud/vultr/vultr_plan_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_plan_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(vultr_plan_info) instead.'}
plugins/modules/cloud/vultr/vultr_region_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_region_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(vultr_region_info) instead.'}
plugins/modules/cloud/vultr/vultr_server_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_server_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(vultr_server_info) instead.'}
plugins/modules/cloud/vultr/vultr_ssh_key_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_ssh_key_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Transformed into an info module.', 'alternative': 'Use M(vultr_ssh_key_info) instead.'}
plugins/modules/cloud/vultr/vultr_startup_script_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_startup_script_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(vultr_startup_script_info) instead.'}
plugins/modules/cloud/vultr/vultr_user_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/cloud/vultr/vultr_user_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Transformed into an info module.', 'alternative': 'Use M(vultr_user_info) instead.'}
plugins/modules/net_tools/ldap/ldap_attr.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/net_tools/ldap/ldap_attr.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.14', 'why': 'The current "ldap_attr" module does not support LDAP attribute insertions or deletions with objectClass dependencies.', 'alternative': 'Use M(ldap_attrs) instead. Deprecated in 2.10.'}
plugins/modules/remote_management/foreman/foreman.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/remote_management/foreman/foreman.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Replaced by re-designed individual modules living at https://github.com/theforeman/foreman-ansible-modules', 'alternative': 'https://github.com/theforeman/foreman-ansible-modules'}
plugins/modules/remote_management/foreman/katello.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/remote_management/foreman/katello.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Replaced by re-designed individual modules living at https://github.com/theforeman/foreman-ansible-modules', 'alternative': 'https://github.com/theforeman/foreman-ansible-modules'}
plugins/modules/source_control/github/github_hooks.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/source_control/github/github_hooks.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.12', 'why': 'Replaced by more granular modules', 'alternative': 'Use M(github_webhook) and M(github_webhook_info) instead.'}
plugins/modules/storage/purestorage/purefa_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/storage/purestorage/purefa_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favor of C(_info) module.', 'alternative': 'Use M(purefa_info) instead.'}
plugins/modules/storage/purestorage/purefb_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/storage/purestorage/purefb_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favor of C(_info) module.', 'alternative': 'Use M(purefb_info) instead.'}
plugins/modules/web_infrastructure/nginx_status_facts.py:0:0: deprecation-mismatch: Module deprecation/removed must agree in Metadata, by prepending filename with "_", and setting DOCUMENTATION.deprecated for deprecation or by removing all documentation for removed
plugins/modules/web_infrastructure/nginx_status_facts.py:0:0: invalid-documentation: DOCUMENTATION.deprecated: extra keys not allowed @ data['deprecated']. Got {'removed_in': '2.13', 'why': 'Deprecated in favour of C(_info) module.', 'alternative': 'Use M(nginx_status_info) instead.'}
ISSUE TYPE
  • Bug Report
COMPONENT NAME

all

ANSIBLE VERSION
unrelated
@gundalow
Copy link
Contributor

This is great info. Thank you. I thought all the modules that should deleted would have been done when stable-2.9 was branched. Will need to look into that some more.

@felixfontein
Copy link
Collaborator Author

@gundalow maybe that wasn't made because the future of tombstoning hasn't been defined back then.

@felixfontein
Copy link
Collaborator Author

felixfontein commented Mar 30, 2020

Problems with netapp modules should (will) be fixed here: #76

@felixfontein
Copy link
Collaborator Author

felixfontein commented Mar 30, 2020

#77 will fix supervisorctl tests

@felixfontein
Copy link
Collaborator Author

felixfontein commented Mar 30, 2020

#78 will fix CS tests

@felixfontein
Copy link
Collaborator Author

After network modules went (#84), more tests pass. Now we're mainly left with deprecated modules failing validate-modules.

@ansibullbot

This comment has been minimized.

@ansibullbot ansibullbot added affects_2.10 bug This issue/PR relates to a bug has_pr needs_info This issue requires further information. Please answer any outstanding questions needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly labels Apr 9, 2020
@ansibullbot ansibullbot removed needs_info This issue requires further information. Please answer any outstanding questions needs_template This issue/PR has an incomplete description. Please fill in the proposed template correctly labels Apr 17, 2020
@gundalow gundalow changed the title Failing tests c.g: Failing tests Apr 24, 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants