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/changelogs/fragments
patchback[bot] 5d6fcaef53
LXD inventory: Support virtual machines (#3519) (#3900)
* LXD 4.x compatibility (Containers and VMs)

* add changelog fragment

* update fixture

* update plugin options

* backwards compatible alias

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

* Update changelogs/fragments/3519-inventory-support-lxd-4.yml

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

* add lxd 4.0 requirement

* filter for type of virtualization added. due to duplication in the namespace, "type" is not used as the keyword but "nature".

* add type filter

Since the first version of this inventory plugin only supports containers,
a filter function was added to filter between containers and
virtual machines or both.
By default only containers are displayed, as in the first version of the plugin.
This behavior will change in the future.

* rename C(nature) to C(type)

The term "nature" does not fit into the lxd namespace.
Therefore i renamed nature to type.

* update changelog fragment

* Update plugins/inventory/lxd.py

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

* Apply suggestions from code review

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

* rename typefilter to type_filter

* fix tests with type_filter

* Update plugins/inventory/lxd.py

* Update plugins/inventory/lxd.py

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Frank Dornheim <“dornheim@posteo.de@users.noreply.github.com”>
(cherry picked from commit 8825ef4711)

Co-authored-by: Élie <elie@deloumeau.fr>
2021-12-14 06:42:47 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
4.2.0.yml Prepare 4.2.0 release. 2021-12-08 20:22:04 +01:00
1088-add_multiple_ipv6_address_support.yml nmcli: adding ipv6 address list support (#3776) (#3885) 2021-12-09 22:00:33 +01:00
3357-nmcli-eui64-and-ipv6privacy.yml nmcli - add support for addr-gen-mode and ip6-privacy options (#3802) (#3845) 2021-12-04 19:18:49 +01:00
3519-inventory-support-lxd-4.yml LXD inventory: Support virtual machines (#3519) (#3900) 2021-12-14 06:42:47 +01:00
3768-nmcli_fix_changed_when_no_mask_set.yml Fixing ip address without mask bug (#3784) (#3803) 2021-11-30 06:01:50 +01:00
3780-add-keycloak-sssd-user-federation.yml Keycloak: add sssd provider for user federation (#3780) (#3788) 2021-11-25 13:23:21 +01:00
3785-python_requirements_info-versionless-op.yaml python_requirements_info - fail when version operator used without version (#3785) (#3793) 2021-11-26 20:53:58 +01:00
3792-improve_gitlab_group_and_project.yml Moved changelog fragment file to the right directory (#3853) (#3858) 2021-12-05 17:40:43 +01:00
3797-python_requirements_info-improvements.yaml python_requirements_info - improvements (#3797) (#3816) 2021-11-30 08:32:42 +01:00
3798-fix-lxd-connection-option-vars-support.yml Update lxd connection to use all documented vars for options (#3798) (#3881) 2021-12-09 21:58:06 +01:00
3800-pipx-include-apps.yaml pipx - fixed --include-apps bug (#3800) (#3818) 2021-11-30 08:33:31 +01:00
3801-mh-deprecate-vardict-attr.yaml ModuleHelper - deprecate attribute VarDict (#3801) (#3819) 2021-11-30 08:32:56 +01:00
3805-iso_extract-run_command-list.yaml iso_extract - invoke run_command passing list (#3805) (#3812) 2021-11-30 06:53:00 +01:00
3806-xattr-run_command-list.yaml xattr - invoke run_command passing list (#3806) (#3820) 2021-12-01 06:58:39 +01:00
3807-logentries-run_command-list.yaml logentries - invoke run_command passing list (#3807) (#3811) 2021-11-30 06:52:49 +01:00
3808-logstash_plugin-run_command-list.yaml logstash_plugin - invoke run_command passing list (#3808) (#3827) 2021-12-01 07:09:49 +01:00
3821-monit-run-list.yaml monit - invoke run_command passing list (#3821) (#3832) 2021-12-02 08:12:52 +01:00
3822-ip_netns-run-list.yaml ip_netns - invoke run_command passing list (#3822) (#3828) 2021-12-01 13:19:28 +01:00
3829-svc-run-list.yaml svc - invoke run_command passing list (#3829) (#3830) 2021-12-01 20:43:16 +01:00
3833-aix_filesystem-run-list.yaml aix_filesystems - invoke run_command passing list (#3833) (#3882) 2021-12-09 22:00:12 +01:00
3834-aix-lvg-run-list.yaml aix_lvg - invoke run_command passing list (#3834) (#3883) 2021-12-09 22:01:28 +01:00
3835-java-cert-run-list.yaml java_cert - invoke run_command passing list (#3835) (#3842) 2021-12-03 08:07:15 +01:00
3837-opentelemetry_plugin-honour_ignore_errors.yaml opentelemetry: honour ignore errors (#3837) (#3847) 2021-12-04 19:55:17 +01:00
3838-jira-token.yaml jira - Add support for Bearer token auth (#3838) (#3884) 2021-12-09 22:05:02 +01:00
3840-hponcfg-mh-revamp.yaml hponcfg - revamped the module using ModuleHelper (#3840) (#3891) 2021-12-11 21:35:23 +01:00
3849-mh-check-mode-decos.yaml MH decorators - added decorators for check_mode (#3849) (#3860) 2021-12-05 22:14:08 +01:00
3851-lxc-container-run-list.yaml lxc_container - invoke run_command passing list (#3851) (#3886) 2021-12-10 06:43:19 +01:00
3862-interfaces-file-fix-dup-option.yaml interfaces_file - fixed dup options bug (#3862) (#3866) 2021-12-08 05:54:48 +00:00
3896-nmcli_vlan_missing_options.yaml Pass missing vlan-related options (flags, ingress, egress) to nmcli (#3896) (#3899) 2021-12-13 21:59:37 +01:00