a28b13eb7c
There is currently a lot of duplication between nginx setup for keystone (identity API) and ironic (httpboot directory). This change moves the common code to a new role and makes the httpboot configuration a separate nginx configuration file. Change-Id: Ic5239aba764f632c48a422812fde7010ffb1a339
47 lines
933 B
YAML
47 lines
933 B
YAML
---
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
ipxe_dir: /usr/share/ipxe
|
|
ipxe_full_binary: ipxe.lkrn
|
|
ipxe_efi_binary: ipxe-x86_64.efi
|
|
ironic_rootwrap_dir: /usr/bin/
|
|
mysql_service_name: mysql
|
|
tftp_service_name: tftp
|
|
# FIXME(dtantsur): this may be incorrect, but I cannot figure out the correct
|
|
# path from just looking at various sources.
|
|
efi_distro: BOOT
|
|
grub_efi_binary: /usr/share/efi/x86_64/grub.efi
|
|
shim_efi_binary: /usr/share/efi/x86_64/shim.efi
|
|
required_packages:
|
|
- python-selinux
|
|
- mariadb-server
|
|
- dnsmasq
|
|
- python-devel
|
|
- python-iniparse
|
|
- libffi-devel
|
|
- libxslt-devel
|
|
- openssl-devel
|
|
- libxml2-devel
|
|
- ipxe-bootimgs
|
|
- qemu-ipxe
|
|
- parted
|
|
- ipmitool
|
|
- psmisc
|
|
- wget
|
|
- mkisofs
|
|
- kpartx
|
|
- qemu-tools
|
|
- policycoreutils-python
|
|
- dpkg
|
|
- iptables
|
|
- tar
|
|
- curl
|
|
- socat
|
|
- python-pip
|
|
- gcc
|
|
- python-PyMySQL
|
|
- apache2-utils
|
|
- syslinux
|
|
- grub2-x86_64-efi
|
|
- shim
|
|
- dosfstools
|