Commit Graph

23 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov dcf6aed584 Deprecate rsyslog_client role
Depends-On: https://review.opendev.org/c/openstack/project-config/+/863079
Change-Id: I47bcd43247e0d589932b63cec782567d33d35f28
2022-10-31 16:56:19 +01:00
OpenStack Proposal Bot 4c4a2fe00a Updated from OpenStack Ansible Tests
Change-Id: I020fed50f83d7aa14557a12ab26d57809e5316e7
2021-03-12 22:22:47 +00:00
OpenStack Proposal Bot 15e1dece89 Updated from OpenStack Ansible Tests
Change-Id: I01c002b4f0b821cf5b5810cc52b23d7ac7d0e25d
2020-05-22 07:11:11 +00:00
OpenStack Proposal Bot 6dbf4ccd7b Updated from OpenStack Ansible Tests
Change-Id: I68b81f822feb70c56e679e7def7b56eaf38df89f
2020-05-12 18:05:41 +00:00
OpenStack Proposal Bot 76d2ebebe4 Updated from OpenStack Ansible Tests
Depends-On: https://review.opendev.org/720558
Change-Id: I2a20a6b370bd6c209bb04f251c0ad348e765422e
2020-04-28 17:03:26 +00:00
OpenStack Proposal Bot 6ac0e12661 Updated from OpenStack Ansible Tests
Change-Id: I955f0392e0b23f1006a4ddfc82f53cc3601bca6f
2020-02-24 13:17:05 +00:00
OpenStack Proposal Bot 332cb18f58 Updated from OpenStack Ansible Tests
Change-Id: Id70da81b4f261700436867629d3bee7351f0c2d8
2019-05-09 11:36:07 +00:00
OpenStack Proposal Bot 9bec2fb824 Updated from OpenStack Ansible Tests
Change-Id: I8f7d51a5d661ba1092ee1a1a19f448a452bd72e2
2019-03-22 22:08:28 +00:00
OpenStack Proposal Bot f11d252212 Updated from OpenStack Ansible Tests
Change-Id: Iff6cf071e7a30c99b80dd78845b40c0bc5ba96b3
2019-02-27 06:08:02 +00:00
OpenStack Proposal Bot f57006f378 Updated from OpenStack Ansible Tests
Change-Id: If9e3f4ab98e650898277763404d04be07a555508
2017-12-06 00:07:03 +00:00
OpenStack Proposal Bot 9dcf272373 Updated from OpenStack Ansible Tests
Change-Id: I6efe549438fbd4776d482a66ba686015092113df
2017-09-12 23:56:08 +00:00
OpenStack Proposal Bot 8bd2daa673 Updated from OpenStack Ansible Tests
Change-Id: I593204654d8bf890158707651e4072c2f7518647
2017-08-31 15:20:08 +00:00
OpenStack Proposal Bot fbdce2dc53 Updated from OpenStack Ansible Tests
Change-Id: I62165963f70fa34b9a2367dc375826c5feead84d
2017-08-24 13:58:47 +00:00
OpenStack Proposal Bot 3af4a3e7a9 Updated from OpenStack Ansible Tests
Change-Id: Icde97af595d9c294baadaf94358ba66a627d9105
2017-08-04 15:22:58 +00:00
OpenStack Proposal Bot a13f72b547 Updated from OpenStack Ansible Tests
Change-Id: Ie7edfa589029d41e5af2092bfaec3f8ab5a01a00
2017-07-31 19:11:52 +00:00
OpenStack Proposal Bot e2f687328b Updated from OpenStack Ansible Tests
Change-Id: Ieebbac6e3f1e7454911784f4c03252a9804e50bb
2017-07-06 21:09:15 +00:00
OpenStack Proposal Bot 0117e2103a Updated from OpenStack Ansible Tests
Change-Id: I069747ddd310c57d9c815071f81367bc70338fc7
2017-06-22 15:20:24 +00:00
Markos Chandras 5a150eee9b Add SUSE support
Add support for SUSE based distributions. We also update the bindep.txt,
run_tests.sh and Vagrantfile files from the openstack-ansible-tests
repository.

Change-Id: I9dd0290d9eb7be77446a6bd5c048ceb3371fa536
2017-04-05 18:24:52 +01:00
Logan V 53b3322edd Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Ic981fccbc10d4c5769b099ed0fe3c6317c03a987
2017-03-03 12:50:12 -06:00
Andy McCrae 7673ae5360 Remove Trusty support from rsyslog_client role
Change-Id: I6179ff64c4361d60d8fb8795c565d3f4025b3c3a
Implements: blueprint trusty-removal
2016-12-15 15:35:56 +00:00
Jesse Pretorius b556bbcac0 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: Idf85508e52056230bdadba8bccda936f192fb37e
Related-Bug: #1620849
2016-09-09 10:56:07 +01:00
root 247f43d956 Add SNI support to rsyslog_client 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.
Add SNI support to ops role via OS packages

Change-Id: Ie4b00eb5dc7d027e69b0f0cef8120558375ce002
2016-08-22 15:15:48 +00:00
Andreas Jaeger 6ac7199464 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: I4bb63e6920e396349bf9275a5b51a447963e3bc8
2016-08-12 21:03:58 +02:00