mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-07-30 11:24:40 +00:00
Update docs for main
Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
@@ -115,12 +115,12 @@
|
|||||||
<p><a class="reference external" href="https://github.com/kubevirt/kubevirt.core/actions"><img alt="Build Status" src="https://github.com/kubevirt/kubevirt.core/workflows/CI/badge.svg?event=push" /></a></p>
|
<p><a class="reference external" href="https://github.com/kubevirt/kubevirt.core/actions"><img alt="Build Status" src="https://github.com/kubevirt/kubevirt.core/workflows/CI/badge.svg?event=push" /></a></p>
|
||||||
<!--end build_status -->
|
<!--end build_status -->
|
||||||
<p>This repository hosts the <code class="docutils literal notranslate"><span class="pre">kubevirt.core</span></code> Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible.</p>
|
<p>This repository hosts the <code class="docutils literal notranslate"><span class="pre">kubevirt.core</span></code> Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible.</p>
|
||||||
<!--start requires_ansible-->
|
<!--start requires_ansible -->
|
||||||
<section id="ansible-and-python-version-compatibility">
|
<section id="ansible-and-python-version-compatibility">
|
||||||
<h2>Ansible and Python version compatibility<a class="headerlink" href="#ansible-and-python-version-compatibility" title="Link to this heading"></a></h2>
|
<h2>Ansible and Python version compatibility<a class="headerlink" href="#ansible-and-python-version-compatibility" title="Link to this heading"></a></h2>
|
||||||
<p>This collection has been tested against Ansible versions <strong>>=2.14,<=2.16</strong> and Python versions <strong>>=3.9,<=3.12</strong>.</p>
|
<p>This collection has been tested against Ansible versions <strong>>=2.14,<=2.16</strong> and Python versions <strong>>=3.9,<=3.12</strong>.</p>
|
||||||
<p>See the <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix">Ansible core support matrix</a> for supported combinations.</p>
|
<p>See the <a class="reference external" href="https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-core-support-matrix">Ansible core support matrix</a> for supported combinations.</p>
|
||||||
<!--end requires_ansible-->
|
<!--end requires_ansible -->
|
||||||
</section>
|
</section>
|
||||||
<section id="included-content">
|
<section id="included-content">
|
||||||
<h2>Included content<a class="headerlink" href="#included-content" title="Link to this heading"></a></h2>
|
<h2>Included content<a class="headerlink" href="#included-content" title="Link to this heading"></a></h2>
|
||||||
|
|||||||
@@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible.
|
This repository hosts the `kubevirt.core` Ansible Collection, which provides virtual machine operations and an inventory source for use with Ansible.
|
||||||
|
|
||||||
<!--start requires_ansible-->
|
<!--start requires_ansible -->
|
||||||
## Ansible and Python version compatibility
|
## Ansible and Python version compatibility
|
||||||
|
|
||||||
This collection has been tested against Ansible versions **>=2.14,<=2.16** and Python versions **>=3.9,<=3.12**.
|
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.
|
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.
|
||||||
<!--end requires_ansible-->
|
<!--end requires_ansible -->
|
||||||
|
|
||||||
## Included content
|
## Included content
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Synopsis
|
|||||||
- Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector.
|
- Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector.
|
||||||
- Groups by namespace, namespace\_vmis and labels.
|
- Groups by namespace, namespace\_vmis and labels.
|
||||||
- Uses the kubectl connection plugin to access the Kubernetes cluster.
|
- 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.
|
||||||
|
|
||||||
|
|
||||||
.. Aliases
|
.. Aliases
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ Parameters
|
|||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell">
|
<td><div class="ansible-option-cell">
|
||||||
<p>Specify the DataVolume templates of the VirtualMachine.</p>
|
<p>Specify the DataVolume templates of the VirtualMachine.</p>
|
||||||
<p>See: http://kubevirt.io/api-reference/v1.0.0/definitions.html#_v1_datavolumetemplatespec</p>
|
<p>See: https://kubevirt.io/api-reference/main/definitions.html#_v1_datavolumetemplatespec</p>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even">
|
<tr class="row-even">
|
||||||
@@ -617,7 +617,7 @@ Parameters
|
|||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell">
|
<td><div class="ansible-option-cell">
|
||||||
<p>Specify the template spec of the VirtualMachine.</p>
|
<p>Specify the template spec of the VirtualMachine.</p>
|
||||||
<p>See: http://kubevirt.io/api-reference/v1.0.0/definitions.html#_v1_virtualmachineinstancespec</p>
|
<p>See: https://kubevirt.io/api-reference/main/definitions.html#_v1_virtualmachineinstancespec</p>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-odd">
|
<tr class="row-odd">
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
|
|||||||
<li><p>Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector.</p></li>
|
<li><p>Fetch running VirtualMachineInstances for one or more namespaces with an optional label selector.</p></li>
|
||||||
<li><p>Groups by namespace, namespace_vmis and labels.</p></li>
|
<li><p>Groups by namespace, namespace_vmis and labels.</p></li>
|
||||||
<li><p>Uses the kubectl connection plugin to access the Kubernetes cluster.</p></li>
|
<li><p>Uses the kubectl connection plugin to access the Kubernetes cluster.</p></li>
|
||||||
<li><p>Uses kubevirt.(yml|yaml) YAML configuration file to set parameter values.</p></li>
|
<li><p>Uses *.kubevirt.(yml|yaml) YAML configuration file to set parameter values.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
<section id="requirements">
|
<section id="requirements">
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
|
|||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell">
|
<td><div class="ansible-option-cell">
|
||||||
<p>Specify the DataVolume templates of the VirtualMachine.</p>
|
<p>Specify the DataVolume templates of the VirtualMachine.</p>
|
||||||
<p>See: http://kubevirt.io/api-reference/v1.0.0/definitions.html#_v1_datavolumetemplatespec</p>
|
<p>See: https://kubevirt.io/api-reference/main/definitions.html#_v1_datavolumetemplatespec</p>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-even">
|
<tr class="row-even">
|
||||||
@@ -682,7 +682,7 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
|
|||||||
</div></td>
|
</div></td>
|
||||||
<td><div class="ansible-option-cell">
|
<td><div class="ansible-option-cell">
|
||||||
<p>Specify the template spec of the VirtualMachine.</p>
|
<p>Specify the template spec of the VirtualMachine.</p>
|
||||||
<p>See: http://kubevirt.io/api-reference/v1.0.0/definitions.html#_v1_virtualmachineinstancespec</p>
|
<p>See: https://kubevirt.io/api-reference/main/definitions.html#_v1_virtualmachineinstancespec</p>
|
||||||
</div></td>
|
</div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="row-odd">
|
<tr class="row-odd">
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user