Commit Graph

21 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 07ae836651 Deprecate rsyslog_server role
Depends-On: https://review.opendev.org/c/openstack/project-config/+/863079
Change-Id: I2abe014ede0e3fa4ed07b22990c95beb2b847222
2022-10-31 16:59:05 +01:00
OpenStack Proposal Bot 49cfc804b6 Updated from OpenStack Ansible Tests
Change-Id: I87e1f6bcc6dd30574eaab2de97e7420f49585df0
2021-03-12 22:22:53 +00:00
OpenStack Proposal Bot 91b026cf64 Updated from OpenStack Ansible Tests
Change-Id: I26746ed18cffd7be6e6e31f233524ecfe60b5dde
2020-05-22 07:11:22 +00:00
OpenStack Proposal Bot bc8d051dc8 Updated from OpenStack Ansible Tests
Change-Id: I89d5e9713fe0e4a5651df4e476460016abfd7eda
2020-05-14 05:59:37 +00:00
OpenStack Proposal Bot 0bdce1ccbc Updated from OpenStack Ansible Tests
Change-Id: I713b465467b912c79cf33a876fe58b88c3fa1d0c
2019-05-09 11:36:10 +00:00
OpenStack Proposal Bot 149e7a32bf Updated from OpenStack Ansible Tests
Change-Id: I46d6f859be5be25af08ea2d2ed03502386532c76
2019-03-22 22:08:42 +00:00
OpenStack Proposal Bot 05c8cf0210 Updated from OpenStack Ansible Tests
Change-Id: I91eb8922e5897b26f455c8c6aa55469c5c90118a
2019-02-27 06:08:09 +00:00
OpenStack Proposal Bot ef3900adf8 Updated from OpenStack Ansible Tests
Change-Id: I30705db5716e9040c3d0d14e95c4c6cd1b568cf5
2017-12-06 00:07:05 +00:00
OpenStack Proposal Bot 4120593b4b Updated from OpenStack Ansible Tests
Change-Id: I1724b32569ad5cfc6a2520a2c5abf3f8c66685df
2017-09-12 23:56:10 +00:00
OpenStack Proposal Bot 2d8d8d8609 Updated from OpenStack Ansible Tests
Change-Id: I86471863c2503dcfcdabf2a81a660c43f8ad42c9
2017-08-31 15:20:10 +00:00
OpenStack Proposal Bot 128fa7c8e3 Updated from OpenStack Ansible Tests
Change-Id: Id23d33260dd2bc042634d39ee039e6515b822492
2017-08-24 13:58:49 +00:00
OpenStack Proposal Bot b797bcb8b7 Updated from OpenStack Ansible Tests
Change-Id: If97fe1d4dc64c3d562b4393339b5f20e094cdc71
2017-08-04 15:23:00 +00:00
OpenStack Proposal Bot f1edc83c0e Updated from OpenStack Ansible Tests
Change-Id: I819dea11f4769f9c1714de5a8af6fe151fe51d7b
2017-07-31 19:11:54 +00:00
OpenStack Proposal Bot baf3152eae Updated from OpenStack Ansible Tests
Change-Id: Ifd6e7684b34c9a7bc77f01836f9fa1b27499078c
2017-07-06 21:09:17 +00:00
OpenStack Proposal Bot 7e76ed459f Updated from OpenStack Ansible Tests
Change-Id: I4e14374a6c792a76c3dde3c8abb2806187345abf
2017-06-22 15:20:26 +00:00
Markos Chandras a1fbb19ddd 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: Id96d9eec52e136b4be5acbd4657de3ebd4f25980
2017-04-05 16:02:32 +01:00
Logan V b933c87f60 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I67849272f833b5be88164f7742e0ed5df077703d
2017-03-03 12:50:15 -06:00
Andy McCrae 80a9b9fbc2 Remove Trusty support from rsyslog_server role
Change-Id: Ibd21036cd81292ceb022777cb3c15b6cab4d74d1
Implements: blueprint trusty-removal
2016-12-15 15:39:32 +00:00
Jesse Pretorius ba7b4b4a36 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: Ib9afec79a412938c66c09cf2283121c00c449e56
Related-Bug: #1620849
2016-09-09 10:56:36 +01:00
root 870726a02f Add SNI support to rsyslog_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: I16075a6749f228d75d5d5b337449576ed0f8a00f
2016-08-19 08:38:45 -05:00
Andreas Jaeger e9a93e9033 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: If0c59634efbecfcad9d6b57948b6dc4976144180
2016-08-12 21:04:12 +02:00