Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot dd9bd41c8c Updated from OpenStack Ansible Tests
Change-Id: I98692b8aa538966642b2c5984b34f3dd8c7608b7
2021-03-12 22:20:56 +00:00
OpenStack Proposal Bot e1bad838d1 Updated from OpenStack Ansible Tests
Change-Id: I627857e02a6ca96a98e859474778dac40ff1ff15
2020-05-22 07:08:26 +00:00
OpenStack Proposal Bot d692cadd47 Updated from OpenStack Ansible Tests
Change-Id: Ibd192b705545bb5fd70f2107779e748c095330fb
2020-05-12 18:04:57 +00:00
OpenStack Proposal Bot bb89f885b6 Updated from OpenStack Ansible Tests
Change-Id: I9e7f95bdf84d4d22d2537e3929d1420e8ef1b60f
2020-03-11 12:47:08 +00:00
OpenStack Proposal Bot ae9220f468 Updated from OpenStack Ansible Tests
Change-Id: I14a8a81171be34d60b259ec5558b17d7f318b2d1
2020-03-06 17:58:52 +00:00
OpenStack Proposal Bot 62db47aada Updated from OpenStack Ansible Tests
Change-Id: I7baf02070bd41fa432d57c88856a6cafcef4c4ad
2020-02-24 13:13:59 +00:00
OpenStack Proposal Bot e18d963662 Updated from OpenStack Ansible Tests
Change-Id: Id5637db09cc9317b1632b6057415705a2431bd57
2019-05-09 11:35:25 +00:00
OpenStack Proposal Bot 3206170fa0 Updated from OpenStack Ansible Tests
Change-Id: Ic75f0b04d06ea8ec5d7a5305dbef9cf4a52ef636
2019-03-22 22:05:00 +00:00
OpenStack Proposal Bot e32171e754 Updated from OpenStack Ansible Tests
Change-Id: I7b5787992afbfde2ad24272f24351471da14f00d
2019-02-27 06:06:16 +00:00
OpenStack Proposal Bot c997579b83 Updated from OpenStack Ansible Tests
Change-Id: I240beef6aecf33cd7453d624069798339b7f23b2
2017-12-06 00:06:33 +00:00
OpenStack Proposal Bot 55fa31b61d Updated from OpenStack Ansible Tests
Change-Id: Iba59414495eec6b7404802031a5b31be913acf86
2017-09-12 23:55:41 +00:00
OpenStack Proposal Bot dcfee8a524 Updated from OpenStack Ansible Tests
Change-Id: I63358ae97b959213a01e4f348d92081895453d42
2017-09-11 21:14:08 +00:00
OpenStack Proposal Bot 8a872872bb Updated from OpenStack Ansible Tests
Change-Id: I880c0115d19debafb00d0ece65aed7a14ad3cd66
2017-08-31 15:19:41 +00:00
OpenStack Proposal Bot d2e8c571a1 Updated from OpenStack Ansible Tests
Change-Id: I36c5f88f287c0a52ed5713e61066a313fc763c72
2017-08-24 13:58:20 +00:00
OpenStack Proposal Bot 67a3b84c99 Updated from OpenStack Ansible Tests
Change-Id: I9f4a1dab5fe4c0307753e68bd34a36e1d9337e5a
2017-08-04 15:22:27 +00:00
OpenStack Proposal Bot 1b1a4c526d Updated from OpenStack Ansible Tests
Change-Id: I6b541949e179e2cf1cca055699c944b6f4b757b3
2017-07-31 19:11:25 +00:00
OpenStack Proposal Bot 7c65365aec Updated from OpenStack Ansible Tests
Change-Id: Id355f0de7c5857cdb6adcd3d29da236baa64b99c
2017-07-06 21:08:48 +00:00
OpenStack Proposal Bot df7dfdc2b3 Updated from OpenStack Ansible Tests
Change-Id: I17c7e76c3e67c4775aa41903060ec273696a6ac9
2017-06-22 15:19:58 +00:00
Logan V 96153c5b32 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Ib7c2158098e800096e85a87c27489fc44064ebce
2017-03-03 12:49:51 -06:00
Andy McCrae b4298aa857 Remove Trusty support from os_rally role
Change-Id: Ic7ca71ebdd3ede5e1c225a78e3f996874e946f8f
Implements: blueprint trusty-removal
2016-12-15 12:30:23 +00:00
Jesse Pretorius 6c33995f3b 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: I60842285cd915d3c61b54003328408a8fc3d68f2
Related-Bug: #1620849
2016-09-09 10:45:41 +01:00
Qin Wang 8ae853d309 Add SNI support via OS packages for os_rally
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: Ic3bf4b4238c1c6260d3c8dc0e4800ff26691ae93
2016-08-18 18:47:18 +00:00
Andreas Jaeger 292d0b0155 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: Ice1ab5f159882e55bc1550cb1ccd27bf07058c98
2016-08-12 21:01:23 +02:00