c7e513243d
Currently when selinux is enabled, nginx fails with permission denied on /httpboot, and could not bind to address errors. To fix port issues: add the right rule to selinux To fix permission issues: add the right policies and custom modules to selinux Change-Id: Ieb5afe758981940a04c5076d2cebd6746db57da1
46 lines
939 B
YAML
46 lines
939 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
|
|
- libselinux-python
|
|
- policycoreutils-python
|
|
# NOTE(cinerama): amtterm is not currently packaged for RHEL/CentOS 7.
|
|
- libvirt-daemon
|
|
- debootstrap
|
|
iscsi_client_package: "iscsi-initiator-utils"
|