mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
[PR #9959/5ef6f1eb backport][stable-10] Update one_vm.py (#10020)
Update one_vm.py (#9959)
* Update one_vm.py
Update updateconf attributes to match latest acceptable values.
* Add changelog fragment
* Update plugins/modules/one_vm.py
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
* Update plugins/modules/one_vm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/9959-update-opennebula-onevm-updateconf-params.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update one_vm.py
Add updateconf values to documentation
* Update one_vm.py
* Update one_vm.py
* Update one_vm.py
* Update one_vm.py
Fix doc formatting
* Update plugins/modules/one_vm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update one_vm.py
Colon causing test failure
* Add colon.
---------
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 5ef6f1ebd2
)
Co-authored-by: Tom Paine <github@aioue.net>
This commit is contained in:
parent
ee2779e6c1
commit
ab5c4b186b
2 changed files with 33 additions and 4 deletions
|
@ -0,0 +1,14 @@
|
|||
minor_changes:
|
||||
- |
|
||||
one_vm - update allowed values for ``updateconf`` to include new parameters as per the latest OpenNebula API documentation.
|
||||
Added parameters:
|
||||
|
||||
* ``OS``: ``FIRMWARE``;
|
||||
* ``CPU_MODEL``: ``MODEL``, ``FEATURES``;
|
||||
* ``FEATURES``: ``VIRTIO_BLK_QUEUES``, ``VIRTIO_SCSI_QUEUES``, ``IOTHREADS``;
|
||||
* ``GRAPHICS``: ``PORT``, ``COMMAND``;
|
||||
* ``VIDEO``: ``ATS``, ``IOMMU``, ``RESOLUTION``, ``TYPE``, ``VRAM``;
|
||||
* ``RAW``: ``VALIDATE``;
|
||||
* ``BACKUP_CONFIG``: ``FS_FREEZE``, ``KEEP_LAST``, ``BACKUP_VOLATILE``, ``MODE``, ``INCREMENT_MODE``.
|
||||
|
||||
(https://github.com/ansible-collections/community.general/pull/9959).
|
Loading…
Add table
Add a link
Reference in a new issue