Add missing Ubuntu packages

When running scripts/bootstrap-aio.sh with options set to
export BOOTSTRAP_OPTS="bootstrap_host_data_disk_device=sdb"
parted is required to cope with disk wiping and proper
partitioning. iptables are required later while configuring
vlans and bridges.

Change-Id: I2221fc63c3779358dec5edf9e2d110bc2e1528c1
(cherry picked from commit 8355505957)
This commit is contained in:
Olivier Bourdon 2018-03-15 14:08:18 +01:00
parent 53663ba31b
commit f4780d0599
1 changed files with 3 additions and 1 deletions

View File

@ -20,9 +20,12 @@ packages_install:
- curl
- ethtool
- git-core
- iptables
- iputils-tracepath
- ipython
- linux-image-extra-{{ ansible_kernel }}
- lvm2
- parted
- python2.7
- python-dev
- sshpass
@ -30,7 +33,6 @@ packages_install:
- vim
- vlan
- xfsprogs
- iputils-tracepath
packages_remove:
- libmysqlclient18