
* Remove definitions for ubuntu 15.04 and 15.10 * Changed binary packages to the python3 package names. * Removed python-configparser as it is no longer required Change-Id: I8f102bb6ea6238a7f5a638b89f01dc16852fc741
37 lines
779 B
YAML
37 lines
779 B
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /lib/systemd/system/
|
|
init_ext: .service
|
|
required_packages:
|
|
- mariadb-server
|
|
- python3-dev
|
|
- python3-mysqldb
|
|
- python3-pymysql
|
|
- python3-setuptools
|
|
- libffi-dev
|
|
- libxslt1-dev
|
|
- libssl-dev
|
|
- libxml2-dev
|
|
- ipxe
|
|
- tftpd-hpa
|
|
- tftp-hpa
|
|
- xinetd
|
|
- parted
|
|
- iptables
|
|
- bsdmainutils
|
|
- ipmitool
|
|
- psmisc
|
|
- nginx
|
|
- wget
|
|
- genisoimage
|
|
- kpartx
|
|
- qemu-utils
|
|
- debootstrap
|
|
- uuid-runtime
|
|
- curl
|
|
- 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
|