bifrost/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_RedHat_family.yml
Dmitry Tantsur deaa4d7186 Use firewalld to open ports on CentOS and RHEL.
The current code does not properly open ports in the libvirt zone
and firewalld is the default in CentOS/RHEL 8.

We will update Fedora once we switch to a newer version that
defaults to firewalld (30 apparently does not).

Change-Id: If6b3d13e2b4bf0e71b0968850e05ea93efd6f189
2020-06-29 09:42:04 +02:00

43 lines
765 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/
nginx_user: nginx
mysql_service_name: mariadb
tftp_service_name: tftp
required_packages:
- mariadb-server
- dnsmasq
- python3-devel
- python3-PyMySQL
- python3-iniparse
- libffi-devel
- libxslt-devel
- openssl-devel
- libxml2-devel
- ipxe-bootimgs
- tftp-server
- xinetd
- parted
- ipmitool
- psmisc
- nginx
- wget
- genisoimage
- kpartx
- kernel-tools
- qemu-img
- python3-libselinux
- python3-policycoreutils
- gcc
- python3-pip
- socat
- firewalld
- python3-firewall
iscsi_required_packages:
- iscsi-initiator-utils
- gdisk
- dosfstools