Skip to content

Commit

Permalink
Set hosted-engine VM with custom bios type (Q35+SeaBIOS)
Browse files Browse the repository at this point in the history
To prevent its bios type from changing when the cluster's bios type changes

Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Sep 22, 2020
1 parent 4fdbceb commit 43fa6f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- hosted_engine_setup - set custom bios type of hosted-engine VM to Q35+SeaBIOS (https://github.com/oVirt/ovirt-ansible-collection/pull/125).
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
protocol: "{{ he_graphic_protocols }}"
serial_console: false
operating_system: rhel_8x64
bios_type: q35_sea_bios
type: server
high_availability_priority: 1
high_availability: false
Expand Down

0 comments on commit 43fa6f7

Please sign in to comment.