bifrost/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Debian_family.yml
Dmitry Tantsur ccdfa1d02d Support Debian Buster and add CI jobs for it
Let us extend our supported OS coverage! I also suspect this patch
fixes Debian Stretch support since all required changes seem to
apply to it as well.

Change-Id: I233082dff072ab7033ff68fce7f7b92ad557de80
2020-06-02 11:51:36 +02:00

47 lines
991 B
YAML

---
init_template: systemd_template.j2
init_dest_dir: /lib/systemd/system/
init_ext: .service
ipxe_dir: /usr/lib/ipxe/
ipxe_full_binary: ipxe.pxe
ironic_rootwrap_dir: /usr/local/bin/
nginx_user: www-data
mysql_service_name: mysql
tftp_service_name: tftpd-hpa
required_packages:
- mariadb-server
- python-dev
- python-mysqldb
- python-configparser
- libffi-dev
- libxslt1-dev
- libssl-dev
- libxml2-dev
- ipxe
- tftpd-hpa
- tftp-hpa
- xinetd
- parted
- ipmitool
- psmisc
- nginx
- wget
- genisoimage
- kpartx
- qemu-utils
- debootstrap
- uuid-runtime
- curl
- socat
- python-pip
- gcc
- dnsmasq
# NOTE(TheJulia): The above entry for dnsmasq must be the last entry in the
# package list as the installation causes name resolution changes that can
# temporarily block packages following it while the system is being
# reconfigured. See: https://review.opendev.org/#/c/223813
iscsi_required_packages:
- open-iscsi
- gdisk
- dosfstools