bifrost/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_RedHat_family.yml
Dmitry Tantsur bcda97b630 Support HTTP basic auth and switch bifrost-cli to it
The voting jobs also use the new mode (since it requires more OS
coverage), the DHCP jobs are left with no-auth.

Change-Id: I8c8ee112edbc1e61b54aff13c06c518c7daa9700
2020-08-07 15:21:27 +02:00

44 lines
781 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
- httpd-tools
iscsi_required_packages:
- iscsi-initiator-utils
- gdisk
- dosfstools