
We make the following changes in order to support openSUSE Leap 15.0 - Updates the bindep.txt file to match the SUSE family. - The netstat binary has been moved to net-tools-deprecated package. - We fix a bug when checking the status to extra dependencies. The variable is an array, but the code was only checking the first entry of the array. - Replace spaces with '_' on ansible_distribution since openSUSE Leap 15.0 is being reported as 'openSUSE Leap' by Ansible. Change-Id: I800331e29e0d47a3121229cd66a5814277e34b84
49 lines
1.0 KiB
YAML
49 lines
1.0 KiB
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
init_ext: .service
|
|
# 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
|
|
- rabbitmq-server
|
|
- 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
|
|
- python3-openwsman
|
|
- policycoreutils-python
|
|
- debootstrap
|
|
- iptables
|
|
- tar
|
|
- curl
|
|
- socat
|
|
- python-pip
|
|
- gcc
|
|
- python-PyMySQL
|
|
iscsi_client_package: "open-iscsi"
|