
The iscsi deploy interface depends on sgdisk for partioning. Additionally mkfs.fat is needed for uefi partitions. This commit installs said dependencies if the iscsi interface is enabled. Change-Id: Id400e5c7364eb8825234c49034d084c835c29776
45 lines
816 B
YAML
45 lines
816 B
YAML
---
|
|
init_template: systemd_template.j2
|
|
init_dest_dir: /usr/lib/systemd/system/
|
|
init_ext: .service
|
|
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:
|
|
- mariadb-server
|
|
- dnsmasq
|
|
- python-devel
|
|
- MySQL-python
|
|
- libselinux-python
|
|
- python-iniparse
|
|
- libffi-devel
|
|
- libxslt-devel
|
|
- openssl-devel
|
|
- libxml2-devel
|
|
- ipxe-bootimgs
|
|
- tftp-server
|
|
- xinetd
|
|
- parted
|
|
- ipmitool
|
|
- psmisc
|
|
- nginx
|
|
- wget
|
|
- genisoimage
|
|
- kpartx
|
|
- qemu-kvm
|
|
- qemu-img
|
|
- openwsman-python
|
|
- libselinux-python
|
|
- policycoreutils-python
|
|
- policycoreutils-python-utils
|
|
- debootstrap
|
|
- gcc
|
|
- socat
|
|
iscsi_required_packages:
|
|
- iscsi-initiator-utils
|
|
- gdisk
|
|
- dosfstools
|