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/plugins/inventory
Ilija Matoski ca48917b4f
inventory/proxmox: Added some cases for unsupported network interface and multi-nic and unsupported guest error (#2263)
* added some cases for unsupported network interface and multi-nic without IP addresses

* added changelog fragment

* lint fixes and added option for ansible_host setting

* added description about the new option

* lint fix too long line

* Update changelogs/fragments/2259-proxmox-multi-nic-and-unsupported.yml

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

* Update plugins/inventory/proxmox.py

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

* Update plugins/inventory/proxmox.py

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

* Update plugins/inventory/proxmox.py

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

* Added CommandDisabled

* refactored to code and added a test case where an interfaces doesnt have a mac address or is invalid to reset it to 00:00:00:00:00:00

* Update tests/unit/plugins/inventory/test_proxmox.py

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* Update tests/unit/plugins/inventory/test_proxmox.py

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

* mac-address is set to None instead of 00:00:... when not defined

* changed None to empty string for mac-address

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
2021-04-21 19:52:45 +02:00
..
__init__.py Initial commit 2020-03-09 09:11:07 +00:00
cobbler.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
gitlab_runners.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
linode.py Remove unneeded fields (with typos). (#1887) 2021-02-23 23:11:49 +01:00
nmap.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
online.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
proxmox.py inventory/proxmox: Added some cases for unsupported network interface and multi-nic and unsupported guest error (#2263) 2021-04-21 19:52:45 +02:00
scaleway.py update scaleway zones (#1690) 2021-01-28 12:51:07 +01:00
stackpath_compute.py <plugin_type>: -> name: (#1541) 2021-01-12 07:12:03 +01:00
virtualbox.py Update CI (#1782) 2021-02-11 10:24:58 +01:00