Fix missing ca-certificates package

Occassionally during gate test, some containers
seem to be lacking or have an outdated 'ca-certificates'
package.

This patch adds ca-certificates to container cache prep
for the container build process.

Change-Id: Ib3613e4338e4dc7e2f1df75e842aa4213d207746
This commit is contained in:
Michael Gugino 2016-05-19 13:05:24 -04:00
parent 5c9303e251
commit 0bc0844e96
4 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
upgrade:
- The ``ca-certificates`` package has been included in the LXC
container build process in order to prevent issues related to
trying to connect to public websites which make use of newer
certificates than exist in the base CA certificate store.

View File

@ -59,6 +59,7 @@ lxc_cache_map:
lxc_cache_install_command: "yum install -y"
lxc_cache_packages:
- ca-certificates
- openssh-server
- python2
- sudo

View File

@ -70,6 +70,7 @@ lxc_cache_packages:
- bridge-utils
- bsdmainutils
- build-essential
- ca-certificates
- cgmanager
- cgmanager-utils
- cgroup-lite

View File

@ -70,6 +70,7 @@ lxc_cache_install_command: "export DEBIAN_FRONTEND=noninteractive && apt-get upd
lxc_cache_packages:
- apt-transport-https
- ca-certificates
- openssh-server
- python2.7