
Bifrost sets up iptables rules. Especially in container environments this package may be missing, so bifrost should install it as a requirement. Additionally iscsi deployments rely on hexdump, which is part of bsdmainutils, which may be missing as well. Change-Id: I2fe16e572ff0705248d842d93ea178bf0f8b35b4
39 lines
813 B
YAML
39 lines
813 B
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /lib/systemd/system/
|
|
init_ext: .service
|
|
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
|
|
- iptables
|
|
- bsdmainutils
|
|
- psmisc
|
|
- nginx
|
|
- wget
|
|
- genisoimage
|
|
- kpartx
|
|
- qemu-utils
|
|
- python-openwsman
|
|
- debootstrap
|
|
- uuid-runtime
|
|
- curl
|
|
- python-pip
|
|
- python-pymysql
|
|
- 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
|