vars: Do not install devel packages by default

There is no good reason why we need to install devel packages in the
containers or the host. If devel packages are required to build pip
packages then the individual roles should pull them in instead. Dropping
these packages makes the containers slightly smaller and also drops the
time it takes to bootstrap them.

Change-Id: I813b4800dd3ce22f5f5d7d7cd0ac4fce5661b1e3
This commit is contained in:
Markos Chandras 2018-06-07 15:32:53 +01:00
parent c782833f4c
commit b467764f15
8 changed files with 1 additions and 24 deletions

View File

@ -27,14 +27,10 @@ lxc_hosts_distro_packages:
- git
- libseccomp
- libselinux
- libselinux-devel
- lxc
- lxc-devel
- lxc-libs
- lxc-templates
- policycoreutils-python
- python2-lxc
- selinux-policy-devel
- selinux-policy-devel # needed to compile selinux module
- unzip
- xz

View File

@ -38,13 +38,10 @@ _lxc_cache_distro_packages:
- gcc
- iproute
- iputils
- libffi-devel
- openssh-server
- openssl
- openssl-devel
- policycoreutils
- python2
- python-devel
- rsync
- setup
- sudo

View File

@ -34,7 +34,6 @@ lxc_hosts_distro_packages:
- git-core
- libseccomp2
- lxc
- liblxc-devel
- python-lxc-python2
- xz

View File

@ -40,13 +40,10 @@ _lxc_cache_distro_packages:
- gcc
- iproute2
- iputils
- libffi-devel
- libopenssl-devel
- netcfg
- openssh
- openssl
- python
- python-devel
- python-xml
- rsync
- sudo

View File

@ -35,9 +35,7 @@ lxc_hosts_distro_packages:
- language-pack-en
- liblxc1
- lxc
- lxc-dev
- lxc-templates
- python-dev
- python-lxc
- python3-lxc
- systemd-container

View File

@ -39,15 +39,11 @@ _lxc_cache_distro_packages:
- gcc
- iproute2
- iputils-ping
- libffi-dev
- libssl-dev
- locales
- netbase
- openssh-server
- openssl
- python2.7
- python-dev
- python3-dev
- rsync
- sudo
- systemd

View File

@ -35,9 +35,7 @@ lxc_hosts_distro_packages:
- language-pack-en
- liblxc1
- lxc
- lxc-dev
- lxc-templates
- python-dev
- python-lxc
- python3-lxc
- systemd-container

View File

@ -39,15 +39,11 @@ _lxc_cache_distro_packages:
- gcc
- iproute2
- iputils-ping
- libffi-dev
- libssl-dev
- locales
- netbase
- openssh-server
- openssl
- python2.7
- python-dev
- python3-dev
- rsync
- sudo
- systemd