bifrost/playbooks/roles/bifrost-ironic-install/defaults/required_defaults_Fedora.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

41 lines
726 B
YAML

---
init_dest_dir: /usr/lib/systemd/system/
ipxe_dir: /usr/share/ipxe/
ipxe_full_binary: ipxe.lkrn
ironic_rootwrap_dir: /usr/bin/
nginx_user: nginx
mysql_service_name: mariadb
tftp_service_name: tftp
required_packages:
- dnsmasq
- gcc
- genisoimage
- httpd-tools
- ipmitool
- ipxe-bootimgs
- kpartx
- libffi-devel
- libxml2-devel
- libxslt-devel
- mariadb-server
- nginx
- openssl-devel
- parted
- policycoreutils-python-utils
- psmisc
- python3-devel
- python3-iniparse
- python3-libselinux
- python3-policycoreutils
- python3-PyMySQL
- qemu-img
- qemu-kvm
- socat
- tftp-server
- wget
- xinetd
iscsi_required_packages:
- iscsi-initiator-utils
- gdisk
- dosfstools