cef6a98305
debootstrap might not be installed on some systems. Add it to our list of install requirements. Change-Id: I642370d067e1623add9305f8e290b32f44fcf9ff
42 lines
711 B
YAML
42 lines
711 B
YAML
---
|
|
init_template: upstart_template.j2
|
|
init_dest_dir: /etc/init/
|
|
init_ext: .conf
|
|
syslinux_tftp_dir: /usr/lib/syslinux/
|
|
ipxe_dir: /usr/lib/ipxe/
|
|
ipxe_full_binary: ipxe.pxe
|
|
sgabios_dir: /usr/share/qemu/
|
|
nginx_user: www-data
|
|
virt_group: libvirtd
|
|
mysql_service_name: mysql
|
|
required_packages:
|
|
- mysql-server
|
|
- dnsmasq
|
|
- 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
|
|
- amtterm
|
|
- sgabios
|
|
- libvirt-bin
|
|
- debootstrap
|