Add required packages back to the role

These packages were removed because they were thought not be required,
however they are.

Change-Id: I174d5f0311ea1ac54e14a58fa4603a135353c6cb
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-05-17 20:59:45 -05:00
parent b44cf13f59
commit cc12447bfd
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3
4 changed files with 15 additions and 6 deletions

View File

@ -37,15 +37,19 @@ _nspawn_container_distro_packages:
- iputils
- openssh-server
- openssl
- policycoreutils
- python2
- rsync
- setup
- sudo
- systemd
- systemd-networkd
- systemd-resolved
- tar
- wget
- which
- yum-plugin-priorities
- yum-plugin-rpm-warm-cache
- yum-utils
_nspawn_cache_map:

View File

@ -35,18 +35,15 @@ _nspawn_container_distro_packages:
- ca-certificates-mozilla
- cronie
- dbus-1
- gcc
- iproute2
- iputils
- libffi-devel
- libopenssl-devel
- openssh
- openssl
- python
- python-devel
- python-xml
- rsync
- sudo
- systemd
- tar
- wget
- which

View File

@ -33,18 +33,21 @@ _nspawn_container_distro_packages:
- ca-certificates
- cron
- dbus
- debianutils
- iproute2
- iputils-ping
- libnss-resolve
- locales
- netbase
- openssh-server
- openssl
- python2.7
- python-apt
- rsync
- sudo
- systemd
- tar
- wget
- debianutils
_nspawn_cache_map:
distro: ubuntu

View File

@ -33,16 +33,21 @@ _nspawn_container_distro_packages:
- ca-certificates
- cron
- dbus
- debianutils
- iproute2
- iputils-ping
- libnss-resolve
- locales
- netbase
- openssh-server
- openssl
- python2.7
- python-apt
- rsync
- sudo
- systemd
- tar
- wget
- debianutils
_nspawn_cache_map:
distro: ubuntu