
When devstack boots a node over virtual media in BIOS boot mode, `isolinux.bin` boot loader needs to be present for grilling hybrid ISO images. This patch makes devstack pulling necessary packages and configure ironic accordingly. Change-Id: I2f4e582aa05fc54610a4c43695124219714368c2
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
# apparmor is an undeclared dependency for docker on ubuntu: https://github.com/docker/docker/issues/9745
|
|
# Starting with Debian Jessie (and thus in Ubuntu Xenial too),
|
|
# pxelinux package provides the pxelinux.0 boot loader,
|
|
# but such package is absent from Debian Wheezy / Ubuntu Trusty.
|
|
# Also, in Debian Wheezy / Ubuntu Trusty 'syslinux' depends on syslinux-common,
|
|
# but only recommends it in Jessie/Xenial.
|
|
# Make sure syslinux-common is installed for those distros as it provides
|
|
# *.c32 modules for syslinux
|
|
# TODO remove distro pinning when Wheezy / Trusty are EOLed (May 2019)
|
|
# or DevStack stops supporting those.
|
|
# In the mean time, new Debian-based release codenames will have to be added
|
|
# as distros can not be pinned with 'if-later-than' specified.
|
|
apparmor
|
|
docker.io
|
|
ipmitool
|
|
iptables
|
|
ipxe
|
|
isolinux
|
|
gnupg
|
|
libguestfs0
|
|
libguestfs-tools
|
|
libvirt-bin # dist:xenial,bionic NOPRIME
|
|
open-iscsi
|
|
openssh-client
|
|
# TODO (etingof) pinning to older version in devstack/lib/ironic
|
|
#ovmf
|
|
pxelinux # dist:xenial,bionic
|
|
python-libguestfs
|
|
qemu
|
|
qemu-kvm
|
|
qemu-utils
|
|
sgabios
|
|
shellinabox
|
|
syslinux-common # dist:xenial,bionic
|
|
tftpd-hpa
|
|
xinetd
|
|
squashfs-tools
|
|
libvirt-dev
|
|
socat
|
|
ipxe-qemu
|
|
jq
|