mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 21:30:22 -07:00
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>
This commit is contained in:
parent
96b493002c
commit
5ef6f1ebd2
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