DEPRECATED: This role is deprecated here because it was moved to the openshift_virtualization_ops collection.
This role performs and manages the lifecycle operations (start/stop/restart) of Virtual Machines.
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
Description: Management of the lifecycle activities of Virtual Machines.
These are static variables with lower priority
| Var | Type | Value | Choices | Required | Title |
|---|---|---|---|---|---|
vm_lifecycle_vm_operations_request |
list | [] |
None | True | List of VMs to perform lifecycle operations |
vm_lifecycle_kubevirt_api_version |
str | kubevirt.io/v1 |
None | True | KubeVirt API Version |
vm_lifecycle_openshift_host |
str | {{ openshift_host }} |
None | True | OpenShift host |
vm_lifecycle_openshift_api_key |
str | {{ openshift_api_key }} |
None | True | OpenShift API Key |
vm_lifecycle_openshift_verify_ssl |
str | {{ openshift_verify_ssl }} |
None | True | Enable SSL Verification |
vm_lifecycle_verify_retries |
int | 100 |
None | True | Number of retries |
vm_lifecycle_verify_delay |
int | 10 |
None | True | Number of delays |
`vm_lifecycle_vm_operations_request`: List of VM Lifecycle Operation requests
`vm_lifecycle_kubevirt_api_version`: KubeVirt API Version
`vm_lifecycle_openshift_host`: OpenShift host
`vm_lifecycle_openshift_api_key`: OpenShift API Key
`vm_lifecycle_openshift_verify_ssl`: Variable to enable SSL verification
`vm_lifecycle_verify_retries`: Number of retries
`vm_lifecycle_verify_delay`: Number of delays
These are variables with higher priority
| Var | Type | Value |
|---|---|---|
| vm_lifecycle_valid_vm_operations | dict | {} |
| vm_lifecycle_valid_vm_operations.start | dict | {} |
| vm_lifecycle_valid_vm_operations.start.endpoint | str | start |
| vm_lifecycle_valid_vm_operations.start.status | str | Running |
| vm_lifecycle_valid_vm_operations.start.ready | bool | True |
| vm_lifecycle_valid_vm_operations.stop | dict | {} |
| vm_lifecycle_valid_vm_operations.stop.endpoint | str | stop |
| vm_lifecycle_valid_vm_operations.stop.status | str | Stopped |
| vm_lifecycle_valid_vm_operations.restart | dict | {} |
| vm_lifecycle_valid_vm_operations.restart.endpoint | str | restart |
| vm_lifecycle_valid_vm_operations.restart.status | str | Running |
| vm_lifecycle_valid_vm_operations.restart.ready | bool | True |
| vm_lifecycle_valid_vm_operations.restart.idempotent | bool | True |
| Name | Module | Has Conditions |
|---|---|---|
| _collect_vms ¦ Verify Valid VM Operation | ansible.builtin.assert |
False |
| _collect_vms ¦ Verify Namespace Provided When Name Specified | ansible.builtin.assert |
True |
| _collect_vms ¦ Query VM's Without Label Selector | block |
True |
| _collect_vms ¦ Query VM's (Without Label Selector) | kubernetes.core.k8s_info |
False |
| _collect_vms ¦ Add VM's (Without Label Selector) | ansible.builtin.set_fact |
True |
| _collect_vms ¦ Query VM's Using Label Selector | block |
True |
| _collect_vms ¦ Query VM's (With Label Selector) | kubernetes.core.k8s_info |
False |
| _collect_vms ¦ Add VM's (With Label Selector) | ansible.builtin.set_fact |
True |
| Name | Module | Has Conditions |
|---|---|---|
| _perform_operation ¦ Perform VM Operation | ansible.builtin.uri |
False |
| Name | Module | Has Conditions |
|---|---|---|
| _verify_operation ¦ Verify VMs | kubernetes.core.k8s_info |
False |
| Name | Module | Has Conditions |
|---|---|---|
| vm_operations ¦ Verify OpenShift Connectivity Details Provided | ansible.builtin.assert |
False |
| vm_operations ¦ Initialize Variables | ansible.builtin.set_fact |
False |
| vm_operations ¦ Collect VM's | ansible.builtin.include_tasks |
False |
| vm_operations ¦ Print VM's | ansible.builtin.debug |
False |
| vm_operations ¦ Perform VM Operations | ansible.builtin.include_tasks |
False |
| vm_operations ¦ Verify VMs | ansible.builtin.include_tasks |
False |
flowchart TD
Start
classDef block stroke:#3498db,stroke-width:2px;
classDef task stroke:#4b76bb,stroke-width:2px;
classDef includeTasks stroke:#16a085,stroke-width:2px;
classDef importTasks stroke:#34495e,stroke-width:2px;
classDef includeRole stroke:#2980b9,stroke-width:2px;
classDef importRole stroke:#699ba7,stroke-width:2px;
classDef includeVars stroke:#8e44ad,stroke-width:2px;
classDef rescue stroke:#665352,stroke-width:2px;
Start-->|Task| _verify_operation___Verify_VMs0[ verify operation verify vms]:::task
_verify_operation___Verify_VMs0-->End
flowchart TD
Start
classDef block stroke:#3498db,stroke-width:2px;
classDef task stroke:#4b76bb,stroke-width:2px;
classDef includeTasks stroke:#16a085,stroke-width:2px;
classDef importTasks stroke:#34495e,stroke-width:2px;
classDef includeRole stroke:#2980b9,stroke-width:2px;
classDef importRole stroke:#699ba7,stroke-width:2px;
classDef includeVars stroke:#8e44ad,stroke-width:2px;
classDef rescue stroke:#665352,stroke-width:2px;
Start-->|Task| _collect_vms___Verify_Valid_VM_Operation0[ collect vms verify valid vm operation]:::task
_collect_vms___Verify_Valid_VM_Operation0-->|Task| _collect_vms___Verify_Namespace_Provided_When_Name_Specified1[ collect vms verify namespace provided when name<br>specified<br>When: **name in vm operations request instance**]:::task
_collect_vms___Verify_Namespace_Provided_When_Name_Specified1-->|Block Start| _collect_vms___Query_VM_s_Without_Label_Selector2_block_start_0[[ collect vms query vm s without label selector<br>When: **label selectors not in vm operations request<br>instance**]]:::block
_collect_vms___Query_VM_s_Without_Label_Selector2_block_start_0-->|Task| _collect_vms___Query_VM_s__Without_Label_Selector_0[ collect vms query vm s without label selector ]:::task
_collect_vms___Query_VM_s__Without_Label_Selector_0-->|Task| _collect_vms___Add_VM_s__Without_Label_Selector_1[ collect vms add vm s without label selector <br>When: **vm lifecycle vm operations vms default <br>map attribute vm list selectattr metadata<br>namespace equalto vm no label selectors<br>response metadata namespace list selectattr <br>metadata name equalto vm no label selectors<br>response metadata name list length 0 and <br>namespace in vm operations request instance and <br>names in vm operations request instance and vm no<br>label selectors response metadata name in vm<br>operations request instance names or <br>namespace in vm operations request instance and <br>names not in vm operations request instance or <br>namespace not in vm operations request instance <br>and idempotent in vm lifecycle valid vm<br>operations vm operations request instance <br>operation and vm lifecycle valid vm operations<br>vm operations request instance operation <br>idempotent bool or status in vm no label<br>selectors response and printablestatus in vm no<br>label selectors response status and vm no label<br>selectors response status printablestatus vm<br>lifecycle valid vm operations vm operations<br>request instance operation status**]:::task
_collect_vms___Add_VM_s__Without_Label_Selector_1-.->|End of Block| _collect_vms___Query_VM_s_Without_Label_Selector2_block_start_0
_collect_vms___Add_VM_s__Without_Label_Selector_1-->|Block Start| _collect_vms___Query_VM_s_Using_Label_Selector3_block_start_0[[ collect vms query vm s using label selector<br>When: **label selectors in vm operations request<br>instance**]]:::block
_collect_vms___Query_VM_s_Using_Label_Selector3_block_start_0-->|Task| _collect_vms___Query_VM_s__With_Label_Selector_0[ collect vms query vm s with label selector ]:::task
_collect_vms___Query_VM_s__With_Label_Selector_0-->|Task| _collect_vms___Add_VM_s__With_Label_Selector_1[ collect vms add vm s with label selector <br>When: **vm lifecycle vm operations vms default <br>map attribute vm list selectattr metadata<br>namespace equalto vm label selectors response<br>metadata namespace list selectattr metadata<br>name equalto vm label selectors response<br>metadata name list length 0 and <br>idempotent in vm lifecycle valid vm operations vm<br>operations request instance operation and vm<br>lifecycle valid vm operations vm operations<br>request instance operation idempotent bool or<br> status in vm label selectors response and <br>printablestatus in vm label selectors response<br>status and vm label selectors response status<br>printablestatus vm lifecycle valid vm<br>operations vm operations request instance <br>operation status**]:::task
_collect_vms___Add_VM_s__With_Label_Selector_1-.->|End of Block| _collect_vms___Query_VM_s_Using_Label_Selector3_block_start_0
_collect_vms___Add_VM_s__With_Label_Selector_1-->End
flowchart TD
Start
classDef block stroke:#3498db,stroke-width:2px;
classDef task stroke:#4b76bb,stroke-width:2px;
classDef includeTasks stroke:#16a085,stroke-width:2px;
classDef importTasks stroke:#34495e,stroke-width:2px;
classDef includeRole stroke:#2980b9,stroke-width:2px;
classDef importRole stroke:#699ba7,stroke-width:2px;
classDef includeVars stroke:#8e44ad,stroke-width:2px;
classDef rescue stroke:#665352,stroke-width:2px;
Start-->|Task| _perform_operation___Perform_VM_Operation0[ perform operation perform vm operation]:::task
_perform_operation___Perform_VM_Operation0-->End
flowchart TD
Start
classDef block stroke:#3498db,stroke-width:2px;
classDef task stroke:#4b76bb,stroke-width:2px;
classDef includeTasks stroke:#16a085,stroke-width:2px;
classDef importTasks stroke:#34495e,stroke-width:2px;
classDef includeRole stroke:#2980b9,stroke-width:2px;
classDef importRole stroke:#699ba7,stroke-width:2px;
classDef includeVars stroke:#8e44ad,stroke-width:2px;
classDef rescue stroke:#665352,stroke-width:2px;
Start-->|Task| vm_operations___Verify_OpenShift_Connectivity_Details_Provided0[vm operations verify openshift connectivity<br>details provided]:::task
vm_operations___Verify_OpenShift_Connectivity_Details_Provided0-->|Task| vm_operations___Initialize_Variables1[vm operations initialize variables]:::task
vm_operations___Initialize_Variables1-->|Include task| vm_operations___Collect_VM_s__collect_vms_yml_2[vm operations collect vm s<br>include_task: collect vms yml]:::includeTasks
vm_operations___Collect_VM_s__collect_vms_yml_2-->|Task| vm_operations___Print_VM_s3[vm operations print vm s]:::task
vm_operations___Print_VM_s3-->|Include task| vm_operations___Perform_VM_Operations__perform_operation_yml_4[vm operations perform vm operations<br>include_task: perform operation yml]:::includeTasks
vm_operations___Perform_VM_Operations__perform_operation_yml_4-->|Include task| vm_operations___Verify_VMs__verify_operation_yml_5[vm operations verify vms<br>include_task: verify operation yml]:::includeTasks
vm_operations___Verify_VMs__verify_operation_yml_5-->End
---
- name: Test
hosts: localhost
remote_user: root
roles:
- vm_lifecycle
...
flowchart TD
hosts[localhost]-->|Role| vm_lifecycle[vm lifecycle]
OpenShift Virtualization Migration Contributors
GPL-3.0-only
2.15.0
No platforms specified.