1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/unit/plugins/inventory
Emmanuel Benoît 761171b532
Proxmox inventory filters (#4352)
* Proxmox inventory plugin - Initial implementation of filters

  * This is an attempt at implementing something that would satisfy
    issue #3553
  * A rather massive code rewrite was needed as adding the host to the
    inventory, setting its variables and adding it to various groups
    used to be done as soon as the information became available. This is
    not possible when it is not known whether the host should be added
    to the inventory before all data has been gathered.
  * The code for both LXC containers and Qemu VMs was refactored into a
    single loop.
  * Helper functions to generate group and fact names were added.

* Proxmox inventory plugin - Warnings for filter errors

  * When an error occurs while compositing a filter's value and strict
    mode is disabled, display a warning.

* Proxmox inventory plugin - Fixed pool groups building

  * Hosts that were excluded by the host filters were still being added
    to pool groups, causing errors.

* Proxmox inventory plugin - Refactoring

  * Split off the VM/container handling code from the
    `_populate()` method
  * Split off pool group attribution from the `_populate()` method

* Proxmox inventory filters - Changelog fragment

* proxmox inventory - Simplify _can_add_host() method

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-03-15 12:22:43 +01:00
..
fixtures LXD inventory: Support virtual machines (#3519) 2021-12-13 22:01:52 +01:00
__init__.py
test_cobbler.py
test_icinga2.py Added new feature for ansible_user and ansible_port in Icinga2 inventory source (#4088) 2022-01-31 19:50:08 +01:00
test_linode.py Fix linode inventory filtering (#4336) 2022-03-14 20:38:32 +01:00
test_lxd.py LXD inventory: Support virtual machines (#3519) 2021-12-13 22:01:52 +01:00
test_opennebula.py Added OpenNebula inventory plugin (#810) 2021-09-28 16:32:15 +02:00
test_proxmox.py Proxmox inventory filters (#4352) 2022-03-15 12:22:43 +01:00
test_stackpath_compute.py
test_xen_orchestra.py Xen orchestra inventory: Added groups, keyed_groups and compose support (#3766) 2021-11-22 13:53:25 +01:00