299a7259aa
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
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
init_ext: .service
|
|
syslinux_tftp_dir: /usr/share/syslinux
|
|
# NOTE (cinerama): The iPXE binaries are not currently packaged for SuSE,
|
|
# so we download them and install them to /usr/local/share/ipxe. If the
|
|
# files are packaged, download_ipxe can be removed and ipxe_dir set to
|
|
# the location of the packaged files.
|
|
download_ipxe: true
|
|
ipxe_dir: /usr/local/share/ipxe
|
|
ipxe_full_binary: ipxe.lkrn
|
|
sgabios_dir: /usr/share/sgabios/
|
|
ironic_rootwrap_dir: /usr/bin/
|
|
nginx_user: nginx
|
|
virt_group: libvirt
|
|
mysql_service_name: mysql
|
|
tftp_service_name: tftp
|
|
required_packages:
|
|
- python-selinux
|
|
- mariadb-server
|
|
- dnsmasq
|
|
- rabbitmq-server
|
|
- python-devel
|
|
- python-MySQL-python
|
|
- python-iniparse
|
|
- libffi-devel
|
|
- libxslt-devel
|
|
- openssl-devel
|
|
- libxml2-devel
|
|
- qemu-ipxe
|
|
- tftp
|
|
- syslinux
|
|
- xinetd
|
|
- parted
|
|
- ipmitool
|
|
- psmisc
|
|
- nginx
|
|
- wget
|
|
- genisoimage
|
|
- kpartx
|
|
- qemu-tools
|
|
- openwsman-python
|
|
- qemu-sgabios
|
|
- policycoreutils-python
|
|
- libvirt-daemon
|
|
- debootstrap
|
|
- iptables
|
|
- tar
|
|
- curl
|
|
- socat
|
|
- python-pip
|
|
- gcc
|
|
iscsi_client_package: "open-iscsi"
|