Skip to content

Commit

Permalink
Add operating_system type
Browse files Browse the repository at this point in the history
This is needed to make this work under RHEV 4.4
  • Loading branch information
arjanvanham authored Sep 12, 2020
1 parent 52fede3 commit ed3e7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/openshift_ovirt/tasks/deploy_host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
cloud_init_persist: True
memory: '{{ item.memory_gb }} GiB'
cpu_cores: '{{ item.num_cpus }}'
operating_system: 'rhcos_x64'
nics:
- name: nic1
mac_address: '{{ item.macaddr }}'
Expand Down

0 comments on commit ed3e7ec

Please sign in to comment.