Updated from OpenStack Ansible Tests

Change-Id: Ibb0f7ad3cf4081f0a2ce38c319fa549f234c9654
This commit is contained in:
OpenStack Proposal Bot 2018-03-01 13:13:46 +00:00
parent 88e90915c3
commit 2151bcee30
2 changed files with 6 additions and 24 deletions

5
.gitignore vendored
View File

@ -10,11 +10,6 @@
build/
dist/
doc/build/
.venv
.idea/
*.pyc
*.pdf
*.egg-info
# Packages #
############

View File

@ -2,7 +2,7 @@
# before the execution of any tests.
#
# See the following for details:
# - http://docs.openstack.org/infra/bindep/
# - https://docs.openstack.org/infra/bindep/
# - https://git.openstack.org/cgit/openstack-infra/bindep
#
# Even if the role does not make use of this facility, it
@ -22,8 +22,10 @@
# using this file.
#
# The gcc compiler
gcc
# Base requirements for Ubuntu
gcc [platform:dpkg]
git-core [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-dev [platform:dpkg]
@ -35,13 +37,10 @@ python3-apt [platform:dpkg]
python3-dev [platform:dpkg]
# Base requirements for RPM distros
gcc [platform:rpm]
gcc-c++ [platform:rpm]
git [platform:rpm]
libffi-devel [platform:rpm !platform:opensuseproject-42]
libffi-devel-gcc5 [platform:opensuseproject-42]
openssl-devel [platform:redhat]
libopenssl-devel [platform:suse]
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
python-devel [platform:rpm]
python2-dnf [platform:fedora]
@ -49,17 +48,5 @@ python2-dnf [platform:fedora]
libselinux-python [platform:redhat]
libsemanage-python [platform:redhat]
# For SSL SNI support
python-pyasn1 [platform:dpkg platform:suse]
python-openssl [platform:dpkg]
python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-14]
python2-pyasn1 [platform:redhat]
pyOpenSSL [platform:redhat]
python-pyOpenSSL [platform:opensuseproject-42]
python2-pyOpenSSL [platform:suse !platform:opensuseproject-42]
python-ndg_httpsclient [platform:redhat !platform:fedora]
python2-ndg_httpsclient [platform:fedora]
python-ndg-httpsclient [platform:suse]
# Required for compressing collected log files in CI
gzip