Include libpython and rsync for centos in lxc base image

Some but not all roles use ansible-role-uwsgi to install libpython.
Those which do not require libpython to be in the container base
image.

Some roles use rsync for copying rootwrap files (cinder as example) and
in the long term this should be added to the distro packages for those
roles. In the meantime we add it back to the container base for centos
to allow other patches to merge.

Change-Id: Iaf92e78758c159db7e969a89a889c4d897f5045c
This commit is contained in:
Jonathan Rosser 2020-10-07 21:57:06 +01:00
parent 26d4a8066e
commit 676f309eb9
4 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,7 @@ _lxc_cache_distro_packages:
- netbase
- openssh-server
- python3
- libpython3.7
- sudo
- systemd
- systemd-sysv

View File

@ -37,6 +37,8 @@ _lxc_cache_distro_packages:
- openssh-server
- policycoreutils
- python3
- python3-libs
- rsync
- setup
- sudo
- systemd

View File

@ -41,6 +41,7 @@ _lxc_cache_distro_packages:
- netbase
- openssh-server
- python3
- libpython3.6
- sudo
- systemd
- systemd-sysv

View File

@ -40,6 +40,7 @@ _lxc_cache_distro_packages:
- netbase
- openssh-server
- python3
- libpython3.8
- sudo
- systemd
- systemd-sysv