bifrost/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Debian_jessie.yml
Julia Kreger 4b19d294aa Remove syslinux usage
Turns out we wer never using syslinux, and we don't need it
since we directly invoke ipxe.

Change-Id: Ibe6b62046efb58c085fa63eaed2ff98c6d8ecabd
Story: #2002934
Task: #22921
2018-07-13 10:55:21 -07:00

39 lines
843 B
YAML

---
init_template: systemd_template.j2
init_dest_dir: /usr/lib/systemd/system/
init_ext: .service
ipxe_dir: /usr/lib/ipxe/
ipxe_full_binary: ipxe.pxe
nginx_user: www-data
mysql_service_name: mysql
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
- xinetd
- parted
- ipmitool
- psmisc
- nginx
- wget
- genisoimage
- kpartx
- qemu-utils
- debootstrap
- uuid-runtime
- 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.openstack.org/#/c/223813