From 9bc46c4017065e68a1b0d4cd0ade67d83e351a50 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 11 Mar 2024 15:07:22 +0100 Subject: [PATCH 1/3] docs: Update links to KubeVirt API reference Signed-off-by: Felix Matouschek --- plugins/modules/kubevirt_vm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/kubevirt_vm.py b/plugins/modules/kubevirt_vm.py index 05bb2a4..e419675 100644 --- a/plugins/modules/kubevirt_vm.py +++ b/plugins/modules/kubevirt_vm.py @@ -78,13 +78,13 @@ options: data_volume_templates: description: - Specify the DataVolume templates of the VirtualMachine. - - 'See: http://kubevirt.io/api-reference/v1.0.0/definitions.html#_v1_datavolumetemplatespec' + - 'See: https://kubevirt.io/api-reference/main/definitions.html#_v1_datavolumetemplatespec' type: list elements: 'dict' spec: description: - Specify the template spec of the VirtualMachine. - - 'See: http://kubevirt.io/api-reference/v1.0.0/definitions.html#_v1_virtualmachineinstancespec' + - 'See: https://kubevirt.io/api-reference/main/definitions.html#_v1_virtualmachineinstancespec' type: dict wait: description: From 2a6255233eac3c75da9e310ede830c26280dc3ed Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 11 Mar 2024 15:14:12 +0100 Subject: [PATCH 2/3] docs: Update inventory matches on string Signed-off-by: Felix Matouschek --- plugins/inventory/kubevirt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/kubevirt.py b/plugins/inventory/kubevirt.py index ca6007d..d37f0fd 100644 --- a/plugins/inventory/kubevirt.py +++ b/plugins/inventory/kubevirt.py @@ -19,7 +19,7 @@ description: - Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector. - Groups by namespace, namespace_vmis and labels. - Uses the kubectl connection plugin to access the Kubernetes cluster. -- Uses kubevirt.(yml|yaml) YAML configuration file to set parameter values. +- Uses *.kubevirt.(yml|yaml) YAML configuration file to set parameter values. extends_documentation_fragment: - inventory_cache From 232d8020807637e818f3e1277f6f7c067cdc498e Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Mon, 11 Mar 2024 15:40:28 +0100 Subject: [PATCH 3/3] chore: Update requires_ansible placeholder in README.md Signed-off-by: Felix Matouschek --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f85cec0..58f69ca 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and inventory source for use with Ansible. - + ## Ansible and Python version compatibility This collection has been tested against Ansible versions **>=2.14,<=2.16** and Python versions **>=3.9,<=3.12**. See the [Ansible core support matrix](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix) for supported combinations. - + ## Included content