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

49 lines
984 B
YAML

---
init_dest_dir: /usr/lib/systemd/system/
# NOTE (cinerama): The iPXE binaries are not currently packaged for SuSE,
# so we download them and install them to /usr/local/share/ipxe. If the
# files are packaged, download_ipxe can be removed and ipxe_dir set to
# the location of the packaged files.
download_ipxe: true
ipxe_dir: /usr/local/share/ipxe
ipxe_full_binary: ipxe.pxe
ironic_rootwrap_dir: /usr/bin/
nginx_user: nginx
mysql_service_name: mysql
tftp_service_name: tftp
required_packages:
- python-selinux
- mariadb-server
- dnsmasq
- python-devel
- python-iniparse
- libffi-devel
- libxslt-devel
- openssl-devel
- libxml2-devel
- qemu-ipxe
- tftp
- xinetd
- parted
- ipmitool
- psmisc
- nginx
- wget
- mkisofs
- kpartx
- qemu-tools
- policycoreutils-python
- dpkg
- iptables
- tar
- curl
- socat
- python-pip
- gcc
- python-PyMySQL
- apache2-utils
iscsi_required_packages:
- open-iscsi
- gptfdisk
- dosfstools