Add dependencies for ubuntu
Bifrost sets up iptables rules. Especially in container environments this package may be missing, so bifrost should install it as a requirement. Additionally iscsi deployments rely on hexdump, which is part of bsdmainutils, which may be missing as well. Change-Id: I2fe16e572ff0705248d842d93ea178bf0f8b35b4
This commit is contained in:
parent
4351a9b76a
commit
12e7305818
@ -16,6 +16,8 @@ required_packages:
|
||||
- tftp-hpa
|
||||
- xinetd
|
||||
- parted
|
||||
- iptables
|
||||
- bsdmainutils
|
||||
- ipmitool
|
||||
- psmisc
|
||||
- nginx
|
||||
|
@ -17,6 +17,8 @@ required_packages:
|
||||
- xinetd
|
||||
- parted
|
||||
- ipmitool
|
||||
- iptables
|
||||
- bsdmainutils
|
||||
- psmisc
|
||||
- nginx
|
||||
- wget
|
||||
|
Loading…
x
Reference in New Issue
Block a user