mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Adds the oVirt High Performance (high_performance) VM type.
This commit is contained in:
parent
358e63232f
commit
56ce2773c5
2 changed files with 6 additions and 6 deletions
|
@ -176,7 +176,7 @@ options:
|
|||
description:
|
||||
- Type of the Virtual Machine.
|
||||
- Default value is set by oVirt/RHV engine.
|
||||
choices: [ desktop, server ]
|
||||
choices: [ desktop, server, high_performance ]
|
||||
quota_id:
|
||||
description:
|
||||
- "Virtual Machine quota ID to be used for disk. By default quota is chosen by oVirt/RHV engine."
|
||||
|
@ -1668,7 +1668,7 @@ def main():
|
|||
cpu_cores=dict(type='int'),
|
||||
cpu_shares=dict(type='int'),
|
||||
cpu_threads=dict(type='int'),
|
||||
type=dict(type='str', choices=['server', 'desktop']),
|
||||
type=dict(type='str', choices=['server', 'desktop', 'high_performance']),
|
||||
operating_system=dict(type='str',
|
||||
choices=[
|
||||
'rhel_6_ppc64', 'other', 'freebsd', 'windows_2003x64', 'windows_10',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue