Skip to content

Commit

Permalink
ovirt_vm: backport of cpu_pinning example (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas authored Mar 3, 2020
1 parent 599f7e9 commit 1eb09ad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions plugins/modules/ovirt_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,21 @@
name: myvm
url: ova:///path/myvm.ova
storage_domain: mystorage
- name: Cpu pinning of 0#12_1#13_2#14_3#15
ovirt_vm:
state: present
cluster: mycluster
name: myvm
cpu_pinning:
- cpu: 12
vcpu: 0
- cpu: 13
vcpu: 1
- cpu: 14
vcpu: 2
- cpu: 15
vcpu: 3
'''


Expand Down

0 comments on commit 1eb09ad

Please sign in to comment.