Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UEFI boot option #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions etc/kayobe/seed-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ seed_vm_vcpus: 1
#
#seed_vm_interfaces:

# Boot firmware - 'efi' or 'bios' - with latter being the default
seed_vm_boot_firmware: efi

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
2 changes: 2 additions & 0 deletions tenks-compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ ipmi_address: 192.168.33.4

ipmi_port_range_start: 6238

default_boot_mode: uefi

nova_flavors:
- resource_class: test-rc
node_type: baremetal-compute
Expand Down
2 changes: 2 additions & 0 deletions tenks-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ specs:

ipmi_address: 192.168.33.4

default_boot_mode: uefi

nova_flavors: []

physnet_mappings:
Expand Down
2 changes: 2 additions & 0 deletions tenks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ specs:

ipmi_address: 192.168.33.4

default_boot_mode: uefi

nova_flavors: []

physnet_mappings:
Expand Down