bifrost/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_RedHat_family.yml
stephane a28cec21f7 tftp service name can vary
In testing on Centos 7, I found that the service name
for tftpd was tftp. On Ubuntu and Debian it's
tftpd-hpa. Specify correct defaults and modify the
task where we disable the service to run it under
xinetd.

Change-Id: I6d3328fb80dcc3178d62a840dbc3a39461b42f2a
2016-02-23 16:12:47 -08:00

44 lines
890 B
YAML

---
init_template: systemd_template.j2
init_dest_dir: /usr/lib/systemd/system/
init_ext: .service
syslinux_tftp_dir: /var/lib/tftpboot
ipxe_dir: /usr/share/ipxe/
ipxe_full_binary: ipxe.lkrn
sgabios_dir: /usr/share/sgabios/
nginx_user: nginx
virt_group: libvirt
mysql_service_name: mariadb
tftp_service_name: tftp
required_packages:
- mariadb-server
- dnsmasq
- rabbitmq-server
- python-devel
- MySQL-python
- python-iniparse
- libffi-devel
- libxslt-devel
- openssl-devel
- libxml2-devel
- ipxe-bootimgs
- tftp-server
- syslinux
- syslinux-tftpboot
- xinetd
- parted
- ipmitool
- psmisc
- nginx
- wget
- genisoimage
- kpartx
- qemu-kvm-tools
- qemu-img
- openwsman-python
- sgabios-bin
# NOTE(cinerama): amtterm is not currently packaged for RHEL/CentOS 7.
- libvirt-daemon
- debootstrap
iscsi_client_package: "iscsi-initiator-utils"