4b19d294aa
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
42 lines
773 B
YAML
42 lines
773 B
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
init_ext: .service
|
|
ipxe_dir: /usr/share/ipxe/
|
|
ipxe_full_binary: ipxe.lkrn
|
|
ironic_rootwrap_dir: /usr/bin/
|
|
nginx_user: nginx
|
|
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
|
|
- xinetd
|
|
- parted
|
|
- ipmitool
|
|
- psmisc
|
|
- nginx
|
|
- wget
|
|
- genisoimage
|
|
- kpartx
|
|
- qemu-kvm-tools
|
|
- qemu-img
|
|
- openwsman-python
|
|
- libselinux-python
|
|
- policycoreutils-python
|
|
- debootstrap
|
|
- gcc
|
|
- python2-pip
|
|
- socat
|
|
iscsi_client_package: "iscsi-initiator-utils"
|