Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot d75fec6e0f Updated from OpenStack Ansible Tests
Change-Id: Ie80412f07ad98d7de61f93ea6f2fe971e9e090dd
2021-03-12 22:17:40 +00:00
OpenStack Proposal Bot 60f96a6ecc Updated from OpenStack Ansible Tests
Change-Id: I99bf33eed2005ef211d9b3abaac86b1779629fdd
2020-05-22 07:03:01 +00:00
OpenStack Proposal Bot d69374a40a Updated from OpenStack Ansible Tests
Change-Id: I080ea2fd7a02c2a23207a5e9bdab021c80062673
2020-05-12 18:03:32 +00:00
OpenStack Proposal Bot 7a5c18dfb8 Updated from OpenStack Ansible Tests
Change-Id: Ib122a949229048de65728f033d83accdfd1e33e7
2020-03-11 12:45:56 +00:00
OpenStack Proposal Bot 69229c9390 Updated from OpenStack Ansible Tests
Change-Id: I8aa1424640b548c5cbcfa40ad23b3e0750061c16
2020-03-06 17:55:17 +00:00
OpenStack Proposal Bot 7cf12e4132 Updated from OpenStack Ansible Tests
Change-Id: I745bc393e985d89dbc3c760d86321c5eb9073acb
2020-02-24 13:08:14 +00:00
OpenStack Proposal Bot d5510747ff Updated from OpenStack Ansible Tests
Change-Id: I13b021e4771867686e0bb910d4a4928f81b60fa7
2019-05-09 11:34:10 +00:00
OpenStack Proposal Bot b61f586eed Updated from OpenStack Ansible Tests
Change-Id: Ic8ff3951b9a97aec3f86f32e2faf6bbe170e63aa
2019-03-22 21:58:07 +00:00
OpenStack Proposal Bot 6d2ef2d12a Updated from OpenStack Ansible Tests
Change-Id: I21e43d9bfa1fa05a2fd524c5f8e8c9af1bd06f89
2019-02-27 06:03:11 +00:00
OpenStack Proposal Bot 4fe93faac4 Updated from OpenStack Ansible Tests
Change-Id: I37cc8c405af45d7e5a7c3631f764c16a25023938
2017-12-06 00:05:49 +00:00
OpenStack Proposal Bot 0ccd74b0dd Updated from OpenStack Ansible Tests
Change-Id: I80861538ddd477a7f346267c363a6b108f5c8cc2
2017-09-12 23:55:02 +00:00
OpenStack Proposal Bot bddf47aa97 Updated from OpenStack Ansible Tests
Change-Id: I0c73b3d3cc3d600e154b222cb89a3588559028e7
2017-09-11 21:13:27 +00:00
OpenStack Proposal Bot f8a4919d15 Updated from OpenStack Ansible Tests
Change-Id: Icab375d64c0a677fb620d4b7a91a26b1a86d3cd0
2017-08-31 15:19:01 +00:00
OpenStack Proposal Bot 4667e58c99 Updated from OpenStack Ansible Tests
Change-Id: Ia70484b6efd68382941485b08261e8c1afbe23be
2017-08-24 13:57:40 +00:00
OpenStack Proposal Bot 8900c7f6e4 Updated from OpenStack Ansible Tests
Change-Id: I8b868f074ee77e0cef8680572039316bf66ef744
2017-08-04 15:21:46 +00:00
OpenStack Proposal Bot 6d9bfa5693 Updated from OpenStack Ansible Tests
Change-Id: Id6cd309824e82634fc5102906d6f2494bfb49eee
2017-07-31 19:10:45 +00:00
OpenStack Proposal Bot 22c3a1a9be Updated from OpenStack Ansible Tests
Change-Id: Ie3a8a9952c3273e8f58901267ae998297950b425
2017-07-06 21:08:06 +00:00
OpenStack Proposal Bot 14a682ab64 Updated from OpenStack Ansible Tests
Change-Id: I7a5e3e7886b324cc8da0c1424ada2154fe32124b
2017-06-22 15:19:16 +00:00
Logan V 60919e2944 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I78d2037964377d898e93157bcb40e418ae137c19
2017-03-03 12:49:31 -06:00
Andy McCrae 01a37b78b5 Remove Trusty support from os_barbican role
Change-Id: I06c3e77609d73d1788f9e961c25e8684aa84fbb7
Implements: blueprint trusty-removal
2016-12-15 13:15:41 +00:00
Jesse Pretorius 2bf4c78088 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: If85a4d7fe58bfeef99e68714bb2a3bbc94ce7a67
Related-Bug: #1620849
2016-09-09 09:29:41 +00:00
Qin Wang 9bf2869a92 Add SNI support via OS packages for os_barbican
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: I0adbbc827441e573132b35aa71ed96d112833331
2016-08-18 18:48:45 +00:00
Andreas Jaeger 57c3f1e7e6 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: I3fe3d8d91a002ea8af54b42b7b4dcaeea333021d
2016-08-12 20:57:54 +02:00