Commit Graph

21 Commits

Author SHA1 Message Date
OpenStack Proposal Bot c983c930a4 Updated from OpenStack Ansible Tests
Change-Id: I8c16db6f51536a8634c6f61949d842f5a123e301
2021-03-12 22:17:27 +00:00
OpenStack Proposal Bot 16d0ab5d47 Updated from OpenStack Ansible Tests
Change-Id: Ie683d47b2c4d00a418b2ea9ea3b512fff873363b
2020-05-22 07:02:49 +00:00
OpenStack Proposal Bot 49b4eeeec0 Updated from OpenStack Ansible Tests
Change-Id: Ie36d9fb4c3dd8cc7432e227a708f152bd38d4fc3
2020-05-12 18:03:28 +00:00
OpenStack Proposal Bot 3875426057 Updated from OpenStack Ansible Tests
Change-Id: Iba11d032980abeeaa93b2a6f8c046c48e11f5d24
2020-04-13 17:47:00 +00:00
OpenStack Proposal Bot 07ea68ebfa Updated from OpenStack Ansible Tests
Change-Id: Ifdb464469f12fc60ac57ecb6b703c554da836daf
2019-05-09 11:34:08 +00:00
OpenStack Proposal Bot e510abdbc0 Updated from OpenStack Ansible Tests
Change-Id: Id59334bb7275c528f5d427b95b9badc3bdd0d324
2019-03-22 21:57:54 +00:00
OpenStack Proposal Bot 2cef941637 Updated from OpenStack Ansible Tests
Change-Id: I8d4346c08243705abc2f409b6aac8417937db94e
2019-02-27 06:03:05 +00:00
OpenStack Proposal Bot dee6d3d50b Updated from OpenStack Ansible Tests
Change-Id: I5dc1ff95283ce2f61f8cae9a25eced62014bcab9
2017-12-06 00:05:47 +00:00
OpenStack Proposal Bot ab392e326b Updated from OpenStack Ansible Tests
Change-Id: Ib851ffc615d88abb4e6e266f2312f9fb37fa20e4
2017-09-12 23:55:00 +00:00
OpenStack Proposal Bot 3d8f5086ee Updated from OpenStack Ansible Tests
Change-Id: I073a41e3d33a7ff6b8703718da9e472d67f38bcd
2017-08-31 15:18:59 +00:00
OpenStack Proposal Bot 54be8eeed3 Updated from OpenStack Ansible Tests
Change-Id: I319d5928e49f2d81ad18f7f4b3dd77e573e904e5
2017-08-24 13:57:38 +00:00
OpenStack Proposal Bot 597fe05c53 Updated from OpenStack Ansible Tests
Change-Id: I008c6c1f65894757c8e0ce3c8c9b72003b9059ea
2017-08-04 15:21:44 +00:00
OpenStack Proposal Bot ca816d671a Updated from OpenStack Ansible Tests
Change-Id: I63553acaddd6f23bddb3c48abc35263d996c87e7
2017-07-31 19:10:44 +00:00
OpenStack Proposal Bot d930b0a593 Updated from OpenStack Ansible Tests
Change-Id: I5b2733997a5959a448549f48d56a4d10d5c6dca2
2017-07-06 21:08:04 +00:00
OpenStack Proposal Bot 2d01e5f54d Updated from OpenStack Ansible Tests
Change-Id: Ic6fe9d38afd9a2f2accdb80f30cc6108f7e47fdf
2017-06-22 15:19:14 +00:00
Logan V bb726c1b12 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I4a66605d893c3904352a6ae0bb010daf8255d143
2017-03-03 12:49:28 -06:00
Andy McCrae 857b45ea97 Remove Trusty support from os_aodh role
Change-Id: Ia96cc93af5536ec5eb1810c020af769189ea63c4
Implements: blueprint trusty-removal
2016-12-15 13:15:24 +00:00
Jesse Pretorius f02ee507b7 Compress test execution logs
The volume of logs we collect in CI jobs are extensive. This
patch ensures that the logs collected are compressed to reduce
the space taken in CI systems.

PYTHONUNBUFFERED is also set to ensure that the console log
from the CI jobs is recorded in the exact order of execution.

Change-Id: I44f7031abb7d30701e568d5f4ac1ebc9a9225c63
Related-Bug: #1620849
2016-09-09 09:29:25 +00:00
Qin Wang a6fcaa93f5 Add SNI support via OS packages for os_aodh role
Some Linux distributions, such as CentOS 7 and Xenial, have trouble
validating SSL certificates when using get_url with servers
that use Server Name Indication (SNI).

This patch adds those packages to the list of required packages and
uses bindep to install them in developer test environments the same
way that the gate tests install them.

Change-Id: I94dc169b25201866be19863dd6ada5f249c7b3fd
2016-08-25 18:34:21 +00:00
Steve Lewis 39a5500952 Update extra required system packages for Centos
Change-Id: Id8210263573ff2ee7e725f8eea49c97fa8096f3b
2016-08-18 20:48:25 +00:00
Andreas Jaeger 12da3267c4 Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I3de0146f12d929f21807d09838c118017fc30ff1
2016-08-12 20:57:39 +02:00