Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 511dc50e31 Updated from OpenStack Ansible Tests
Change-Id: Ie2bcdb5c5d46134c10b91091afd7e9bc34f006f2
2021-03-12 22:16:27 +00:00
OpenStack Proposal Bot de09d0397e Updated from OpenStack Ansible Tests
Change-Id: I4f6c185125ce4837b01813c3f51830b0bb02fd98
2020-05-22 07:01:20 +00:00
OpenStack Proposal Bot 548b8321a0 Updated from OpenStack Ansible Tests
Change-Id: Ie9b18ebf30191e02d6eef6f8c89c3b710ef842a0
2020-05-12 18:03:06 +00:00
OpenStack Proposal Bot 6c3fb32fc6 Updated from OpenStack Ansible Tests
Change-Id: I018e72f16a3d65814ee54a5686c4f8a4f017c408
2020-03-11 12:45:34 +00:00
OpenStack Proposal Bot 5fa6fa269c Updated from OpenStack Ansible Tests
Change-Id: I0806208831dece1bc5f516363e7d85477f3a7565
2020-03-06 17:54:24 +00:00
OpenStack Proposal Bot 912f5c7bdb Updated from OpenStack Ansible Tests
Change-Id: I1bb07134f67949b6f157c9501e2413df833795fa
2020-02-24 13:06:33 +00:00
OpenStack Proposal Bot 2d20a561a7 Updated from OpenStack Ansible Tests
Change-Id: Ia8768366047e091e653b1f263618cca0484ec5c0
2019-05-09 11:33:49 +00:00
OpenStack Proposal Bot 794472c3a0 Updated from OpenStack Ansible Tests
Change-Id: I1ae2aa03dc94f33c0739009c1e8b0bb882c49b77
2019-03-22 21:56:17 +00:00
OpenStack Proposal Bot 67c61a1ddd Updated from OpenStack Ansible Tests
Change-Id: I2077eca140ed6be82c111910cb689b2d9a2b0321
2019-02-27 06:02:14 +00:00
OpenStack Proposal Bot a86ef7ca18 Updated from OpenStack Ansible Tests
Change-Id: Ie8579b8721c7f2838a5a4f3e68a1e01ed43842bf
2017-12-06 00:05:36 +00:00
OpenStack Proposal Bot eacb6e603e Updated from OpenStack Ansible Tests
Change-Id: I8f8aca5f2f363853304baab5b5f93e881366d712
2017-09-12 23:54:51 +00:00
OpenStack Proposal Bot f53f9cd9aa Updated from OpenStack Ansible Tests
Change-Id: I958cbc6da918842da6786297f1460a490953ceca
2017-09-11 21:13:14 +00:00
OpenStack Proposal Bot e1e11b48e3 Updated from OpenStack Ansible Tests
Change-Id: Id4b7677923b9a39799eec62a476ff852e7845df6
2017-08-31 15:18:49 +00:00
OpenStack Proposal Bot f659c0fe01 Updated from OpenStack Ansible Tests
Change-Id: I06d5347c68454a94a98268cedceb3565ed7ca91a
2017-08-24 13:57:29 +00:00
OpenStack Proposal Bot f55f307156 Updated from OpenStack Ansible Tests
Change-Id: I2ffb9a84c492e956b843e9872895da7077ffebfa
2017-08-04 15:21:34 +00:00
OpenStack Proposal Bot 1c36a7417f Updated from OpenStack Ansible Tests
Change-Id: Ie3764fc4ce1802d3d6b3b0a6dcea67fcb9d72f1a
2017-07-31 19:10:34 +00:00
OpenStack Proposal Bot 3dce07315b Updated from OpenStack Ansible Tests
Change-Id: Id451d0d50b7b49ff52ff3adbeb22e8430be1166e
2017-07-06 21:07:54 +00:00
Markos Chandras 58e17aa13e Add SUSE support
Add support for SUSE based distributions

Change-Id: Ib57cceeb9af4d1d0232a20622ad6efdba4cc346d
2017-04-04 16:22:08 +01:00
Logan V c06fd15bbd Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I9311a3aebd20d5b68c6361a83b041e54d654d797
2017-03-03 12:49:19 -06:00
Andy McCrae bb49d55afb Remove Trusty support from memcached_server role
Change-Id: Idf6c9f8ce01f467f30ceef72f6b22dd029b6e942
Implements: blueprint trusty-removal
2016-12-15 13:14:04 +00:00
Jesse Pretorius 3b32f51107 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: Ice645e23ba4e505b54ff441f577400220e658754
Related-Bug: #1620849
2016-09-09 10:20:46 +01:00
root f449954030 Add SNI support to memcached_server role 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: I08e081c77eb034111d43b7d1a10e3c69c5a72383
2016-08-22 14:54:19 +00:00
Andreas Jaeger 2aa7e61b45 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: Ie90ddeb6395ad006318e4c8d8f73c82ceded1cb3
2016-08-12 20:56:40 +02:00