Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 8f0af19ca7 Updated from OpenStack Ansible Tests
Change-Id: I1dcca65351ff968fa8142a694def2261eaf6e5c3
2021-03-12 22:18:59 +00:00
OpenStack Proposal Bot ceb25178c0 Updated from OpenStack Ansible Tests
Change-Id: I188d60862e8c4af0e85bc518ee775295cc29851f
2020-05-22 07:04:52 +00:00
OpenStack Proposal Bot 3c376cbf81 Updated from OpenStack Ansible Tests
Change-Id: I571bee8f744cc45f90a890db67edb4282f94aeb4
2020-05-12 18:04:02 +00:00
OpenStack Proposal Bot 986d1fd6b2 Updated from OpenStack Ansible Tests
Change-Id: I65d9cb2653b4ec28a2733e997ee24c1b1dfb0bde
2020-03-11 12:46:22 +00:00
OpenStack Proposal Bot f00793e520 Updated from OpenStack Ansible Tests
Change-Id: If2543b4cdab355f6945462ab952d57414a253fbf
2020-03-06 17:56:24 +00:00
OpenStack Proposal Bot f94783d082 Updated from OpenStack Ansible Tests
Change-Id: Ica544d2937bc3bc789d687ccdd74feabf0584f68
2020-02-24 13:10:13 +00:00
OpenStack Proposal Bot ed8abbbbb1 Updated from OpenStack Ansible Tests
Change-Id: I689df32ceaf09e4bfd100ae4f4a6c0315955095d
2019-05-09 11:34:36 +00:00
OpenStack Proposal Bot 665826f7fb Updated from OpenStack Ansible Tests
Change-Id: I14bf28e91febfa6312b196c69c588bfb72bb7bec
2019-03-24 19:36:28 +00:00
OpenStack Proposal Bot 43517fded5 Updated from OpenStack Ansible Tests
Change-Id: I66a43b970093b47d6719305d62ded38eb6d56beb
2019-02-27 06:04:12 +00:00
OpenStack Proposal Bot 25e5153971 Updated from OpenStack Ansible Tests
Change-Id: I6db95014d3be8a81cc7fefd6cd6afff4f20806eb
2017-12-06 00:06:06 +00:00
OpenStack Proposal Bot 8196047728 Updated from OpenStack Ansible Tests
Change-Id: I5f7b4227a3d341bfe621f69ec4b68dba78cd3fc9
2017-09-12 23:55:18 +00:00
OpenStack Proposal Bot 2392d899ee Updated from OpenStack Ansible Tests
Change-Id: Id2e6c44999b688393f055db5ab2cb631b13faabb
2017-08-31 15:19:17 +00:00
OpenStack Proposal Bot 848c2919eb Updated from OpenStack Ansible Tests
Change-Id: I2afb156a9f10f6276e5f1a0d4247283abd4e2612
2017-08-24 13:57:56 +00:00
OpenStack Proposal Bot b7893bc98a Updated from OpenStack Ansible Tests
Change-Id: I6195e1115b7dd6448ee8080f5dddc926fba09364
2017-08-04 15:22:02 +00:00
OpenStack Proposal Bot c4a6ef3db8 Updated from OpenStack Ansible Tests
Change-Id: Ifcdb7e512293320f4913e2aeb7fd6cdfb7912a33
2017-07-31 19:11:02 +00:00
OpenStack Proposal Bot b562e3a9d9 Updated from OpenStack Ansible Tests
Change-Id: I1eab448ead720ae8391d03a5a93afe67fe601f60
2017-07-06 21:08:23 +00:00
OpenStack Proposal Bot 1d980c7d5a Updated from OpenStack Ansible Tests
Change-Id: Ic4330509123dc9c45ac61a3cb8d644f4362cff7f
2017-06-22 15:19:32 +00:00
Andrey 2c4fd4a70b Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I3a51d598d71738ba0d099f3ea778452ac5e84a9f
2017-03-03 12:47:10 -06:00
Andy McCrae b77c406c69 Remove Trusty support from os_heat role
Change-Id: If665515b30bfbd6b618c70357963df28d3d7de54
Implements: blueprint trusty-removal
2016-12-15 13:17:58 +00:00
Jesse Pretorius 3668e42adf 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: I9d411d66a365086e739dddfc56fdc78ab30c4712
Related-Bug: #1620849
2016-09-09 10:33:32 +01:00
Shashank Tavildar 8c72db41f2 Added SNI support for os_heat via OS packages
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: Ic1b142f0cf268ea4f783641dacb81497efa9aae6
2016-08-19 20:54:48 +00:00
Andreas Jaeger 87ee22279a 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: I5590d212fb6bce6dce7197839d9d33d90ec070a5
2016-08-12 20:59:35 +02:00