Skip to content

Commit 61f88dd

Browse files
committed
Clean up sushy-tools config
Signed-off-by: Lennart Jern <[email protected]>
1 parent 2a05c35 commit 61f88dd

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

test/e2e/sushy-tools/sushy-emulator.conf

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,7 @@ SUSHY_EMULATOR_LISTEN_IP = u'192.168.222.1'
44
# Bind to TCP port 8000
55
SUSHY_EMULATOR_LISTEN_PORT = 8000
66

7-
# Serve this SSL certificate to the clients
8-
SUSHY_EMULATOR_SSL_CERT = None
9-
10-
# If SSL certificate is being served, this is its RSA private key
11-
SUSHY_EMULATOR_SSL_KEY = None
12-
13-
# The OpenStack cloud ID to use. This option enables OpenStack driver.
14-
SUSHY_EMULATOR_OS_CLOUD = None
157
# The libvirt URI to use. This option enables libvirt driver.
168
SUSHY_EMULATOR_LIBVIRT_URI = u'qemu:///system'
179

18-
# Instruct the libvirt driver to ignore any instructions to
19-
# set the boot device. Allowing the UEFI firmware to instead
20-
# rely on the EFI Boot Manager
21-
# Note: This sets the legacy boot element to dev="fd"
22-
# and relies on the floppy not existing, it likely wont work
23-
# your VM has a floppy drive.
24-
SUSHY_EMULATOR_IGNORE_BOOT_DEVICE = False
25-
2610
SUSHY_EMULATOR_STORAGE_POOL = 'baremetal-e2e'
27-
28-
# The map of firmware loaders dependant on the boot mode and
29-
# system architecture. Ideally the x86_64 loader will be capable
30-
# of secure boot or not based on the chosen nvram.
31-
SUSHY_EMULATOR_BOOT_LOADER_MAP = {
32-
u'UEFI': {
33-
u'x86_64': u'/usr/share/OVMF/OVMF_CODE.secboot.fd'
34-
},
35-
u'Legacy': {
36-
u'x86_64': None
37-
}
38-
}

0 commit comments

Comments
 (0)