Merge "Ensure development libs are installed in containers"

This commit is contained in:
Zuul 2018-08-19 02:55:59 +00:00 committed by Gerrit Code Review
commit beadb244f6
5 changed files with 9 additions and 1 deletions

View File

@ -31,12 +31,14 @@ _nspawn_container_distro_packages:
- ca-certificates - ca-certificates
- cronie - cronie
- dbus - dbus
- gcc
- iproute - iproute
- iputils - iputils
- openssh-server - openssh-server
- openssl - openssl
- policycoreutils - policycoreutils
- python2 - python2
- python-devel
- python-libs - python-libs
- rsync - rsync
- setup - setup

View File

@ -34,12 +34,14 @@ _nspawn_container_distro_packages:
- ca-certificates-mozilla - ca-certificates-mozilla
- cronie - cronie
- dbus-1 - dbus-1
- gcc
- iproute2 - iproute2
- iputils - iputils
- libpython2_7-1_0 - libpython2_7-1_0
- openssh - openssh
- openssl - openssl
- python - python
- python-devel
- python-xml - python-xml
- rsync - rsync
- sudo - sudo

View File

@ -36,6 +36,7 @@ _nspawn_container_distro_packages:
- cron - cron
- dbus - dbus
- debianutils - debianutils
- gcc
- iproute2 - iproute2
- iputils-ping - iputils-ping
- libnss-resolve - libnss-resolve
@ -46,6 +47,7 @@ _nspawn_container_distro_packages:
- openssl - openssl
- python2.7 - python2.7
- python-apt - python-apt
- python-dev
- rsync - rsync
- sudo - sudo
- systemd - systemd

View File

@ -36,6 +36,7 @@ _nspawn_container_distro_packages:
- cron - cron
- dbus - dbus
- debianutils - debianutils
- gcc
- iproute2 - iproute2
- iputils-ping - iputils-ping
- libnss-resolve - libnss-resolve
@ -46,6 +47,7 @@ _nspawn_container_distro_packages:
- openssl - openssl
- python2.7 - python2.7
- python-apt - python-apt
- python-dev
- rsync - rsync
- sudo - sudo
- systemd - systemd

View File

@ -18,7 +18,7 @@
check: check:
jobs: jobs:
- openstack-ansible-nspawn-container-create-centos-7 - openstack-ansible-nspawn-container-create-centos-7
# - openstack-ansible-nspawn-container-create-opensuse-423 - openstack-ansible-nspawn-container-create-opensuse-423
- openstack-ansible-nspawn-container-create-ubuntu-xenial - openstack-ansible-nspawn-container-create-ubuntu-xenial
- openstack-ansible-nspawn-container-create-ubuntu-bionic - openstack-ansible-nspawn-container-create-ubuntu-bionic