
AMT drivers have been removed from ironic tree. As a result, ironic-conductor installed by bifrost with default settings (enable_pxe_drivers=true) does not start as 'pxe_amt' driver can not be found. AMT drivers are now exclusively part of ironic-staging-drivers, and setting them up (including dependencies installation) must be handled by tasks installing those. Change-Id: Ie85f8b7453bd99e824f63e41003db8089026d8c1
38 lines
584 B
YAML
38 lines
584 B
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /lib/systemd/system/
|
|
init_ext: .service
|
|
required_packages:
|
|
- mysql-server
|
|
- rabbitmq-server
|
|
- python-dev
|
|
- python-mysqldb
|
|
- python-configparser
|
|
- libffi-dev
|
|
- libxslt1-dev
|
|
- libssl-dev
|
|
- libxml2-dev
|
|
- ipxe
|
|
- tftpd-hpa
|
|
- tftp-hpa
|
|
- syslinux-common
|
|
- syslinux
|
|
- xinetd
|
|
- parted
|
|
- ipmitool
|
|
- psmisc
|
|
- nginx
|
|
- wget
|
|
- genisoimage
|
|
- kpartx
|
|
- qemu-utils
|
|
- python-openwsman
|
|
- sgabios
|
|
- libvirt-bin
|
|
- debootstrap
|
|
- uuid-runtime
|
|
- curl
|
|
- dnsmasq
|
|
- python-pip
|
|
- python-pymysql
|