Revert "vars: Do not install devel packages by default"

This reverts commit b467764f15.

The various os_* roles are missing many build dependencies so dropping
these from the containers results to build failures everywhere. It's
best to do that when all the roles are fixed to contain the build
dependencies they need.

Change-Id: If7e2e732103ed516b9bb73d06c413328c08b93be
This commit is contained in:
Markos Chandras 2018-06-11 10:40:06 +01:00
parent b467764f15
commit 57028862f2
8 changed files with 24 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -39,11 +39,15 @@ _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,7 +35,9 @@ lxc_hosts_distro_packages:
- language-pack-en
- liblxc1
- lxc
- lxc-dev
- lxc-templates
- python-dev
- python-lxc
- python3-lxc
- systemd-container

View File

@ -39,11 +39,15 @@ _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