Skip to content

Commit ed3e7ec

Browse files
authored
Add operating_system type
This is needed to make this work under RHEV 4.4
1 parent 52fede3 commit ed3e7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/openshift_ovirt/tasks/deploy_host.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
cloud_init_persist: True
1515
memory: '{{ item.memory_gb }} GiB'
1616
cpu_cores: '{{ item.num_cpus }}'
17+
operating_system: 'rhcos_x64'
1718
nics:
1819
- name: nic1
1920
mac_address: '{{ item.macaddr }}'

0 commit comments

Comments
 (0)