Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 50c0f319b1 Updated from OpenStack Ansible Tests
Change-Id: I0b920c05915b285935d5f8014fa39ccf52252e06
2021-03-12 22:21:35 +00:00
OpenStack Proposal Bot 1ab029b7b4 Updated from OpenStack Ansible Tests
Change-Id: I8944f12039dc0814262a7fee3cb4f6ecd96a76f7
2020-05-22 07:09:23 +00:00
OpenStack Proposal Bot e6bd773eab Updated from OpenStack Ansible Tests
Change-Id: I134fea51bb81f2f8184ac8f2c03b8e17e0267600
2020-05-12 18:05:12 +00:00
OpenStack Proposal Bot 1774c8fa12 Updated from OpenStack Ansible Tests
Change-Id: Idc698c59113c9dd0e6a668922dfc3afc539953d2
2020-03-11 12:47:21 +00:00
OpenStack Proposal Bot fa76c66171 Updated from OpenStack Ansible Tests
Change-Id: I0a6bdfa467bfa0d3573b9cc36877beddfebcdb2b
2020-03-06 17:59:24 +00:00
OpenStack Proposal Bot 7f131f9960 Updated from OpenStack Ansible Tests
Change-Id: I94f956dea4de758f488e5922f4868d90316dc028
2020-02-24 13:15:02 +00:00
OpenStack Proposal Bot 79d41bafeb Updated from OpenStack Ansible Tests
Change-Id: I85aeb9210a7fc12f355e59926b7ac73c26405bbb
2019-05-09 11:35:38 +00:00
OpenStack Proposal Bot c22e53914c Updated from OpenStack Ansible Tests
Change-Id: I01b869bde5b4be5133833d060947ea5a2d3774ec
2019-03-22 22:06:14 +00:00
OpenStack Proposal Bot fe3fe4e495 Updated from OpenStack Ansible Tests
Change-Id: Ic8ff2c0fcbee7aa983aa6feb7a48ef09dec36b97
2019-02-27 06:06:49 +00:00
OpenStack Proposal Bot ded74a98d7 Updated from OpenStack Ansible Tests
Change-Id: If033c4515dc06de31e7014889391bd614b614357
2017-12-06 00:06:44 +00:00
OpenStack Proposal Bot feb17fba3a Updated from OpenStack Ansible Tests
Change-Id: I1e784365e672fa8165107ce6f9f83710ab485842
2017-09-12 23:55:51 +00:00
OpenStack Proposal Bot 5b486e2a30 Updated from OpenStack Ansible Tests
Change-Id: I160fd017c17af490a81264a42f0ca97598a7edc7
2017-09-11 21:14:17 +00:00
OpenStack Proposal Bot f0ada3c53f Updated from OpenStack Ansible Tests
Change-Id: I8e8567d6c76fabdba9d171bcd3c2e51f830b476c
2017-08-31 15:19:50 +00:00
OpenStack Proposal Bot df0c9f57a2 Updated from OpenStack Ansible Tests
Change-Id: I401617a2708f615a8fd572dc0cb5b809e6eeea0a
2017-08-24 13:58:30 +00:00
OpenStack Proposal Bot 5615327519 Updated from OpenStack Ansible Tests
Change-Id: I046add98cb99af99456da0a457f0a12cc8e244cc
2017-08-04 15:22:37 +00:00
OpenStack Proposal Bot b924681b22 Updated from OpenStack Ansible Tests
Change-Id: Ie60f23be2211c3dadd088cd574fd0c5d7deb7c89
2017-07-31 19:11:35 +00:00
OpenStack Proposal Bot 869b345af2 Updated from OpenStack Ansible Tests
Change-Id: I86954efe74d8bc71669fcb1e66d5e99f9c35bca4
2017-07-06 21:08:56 +00:00
OpenStack Proposal Bot d454de9f71 Updated from OpenStack Ansible Tests
Change-Id: I4202869fe093e1c2db11d16725f9859a52627345
2017-06-22 15:20:06 +00:00
Logan V 9596a072b1 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Idfedebce9b6d73ca415eabb7d171562a652e987e
2017-03-03 12:49:57 -06:00
Andy McCrae c163da6b07 Remove Trusty support from os_tempest role
Change-Id: I5ad52a6ff39b735164b7f5107d54fe10ecca3e3f
Implements: blueprint trusty-removal
2016-12-15 15:06:00 +00:00
Jesse Pretorius 7faecd1d26 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: I815d71b01def2b327e1792cf98e2d336c09a5b2d
Related-Bug: #1620849
2016-09-09 10:49:44 +01:00
Qin Wang 3e97357115 Add SNI support via OS packages for os_tempest
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: I67be64d34f0ffb38964f9828b774dca0e0fe4ee7
2016-08-19 17:03:38 +00:00
Andreas Jaeger b11a8ad7ae 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: If909bfc3696619d16ba87591c4e6a831f63f20ff
2016-08-18 01:37:19 +00:00