bifrost/playbooks/roles/ironic-install/defaults/required_packages_RedHat.yml
Haomeng, Wang 7cf3fa47e4 Support RedHat yum installation
bifrost does not support RedHat rpm installation, in this patch,
added RedHat rpms list, and replace 'apt' Ubuntu command to ansible
pkg_mgr var to support both Ubuntu and RedHat.

And remove the duplication testing packages installation section.

Closes-bug: 1456896
Change-Id: I58d627d3deb4a8a2712f242429e93b8ded9cfb76
2015-06-15 08:29:15 -04:00

26 lines
390 B
YAML

required_packages:
- mariadb-server
- dnsmasq
- rabbitmq-server
- python-devel
- python-pip
- MySQL-python
- python-iniparse
- libffi-devel
- libxslt-devel
- openssl-devel
- libxml2-devel
- ipxe-bootimgs
- tftp-server
- syslinux
- syslinux-tftpboot
- xinetd
- parted
- ipmitool
- psmisc
- nginx
- wget
- genisoimage
- kpartx
- qemu-kvm-tools