Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 52957ea99d Updated from OpenStack Ansible Tests
Change-Id: I6170049b2cc880fe2962036bc565a8b03ecfe4fe
2021-03-12 22:21:03 +00:00
OpenStack Proposal Bot ec36bbf056 Updated from OpenStack Ansible Tests
Change-Id: I79b1f3616eb5ca67a62aaee874c72808fe848ce1
2020-05-22 07:08:38 +00:00
OpenStack Proposal Bot a25a433ab1 Updated from OpenStack Ansible Tests
Change-Id: I544f93b59d454d2e407b57e4315636067a230300
2020-05-12 18:05:01 +00:00
OpenStack Proposal Bot 66d66faa49 Updated from OpenStack Ansible Tests
Change-Id: Ibd6ef158549124feb30f5a7a2be5f9566f5efa9c
2020-03-11 12:47:10 +00:00
OpenStack Proposal Bot 78e291c584 Updated from OpenStack Ansible Tests
Change-Id: Iba84d231fad85f6354277289f4087294f9aa8994
2020-03-06 17:58:59 +00:00
OpenStack Proposal Bot bcd39c3d0b Updated from OpenStack Ansible Tests
Change-Id: I7fb204940a35258399a32d620a68a23d089d483a
2020-02-24 13:14:12 +00:00
OpenStack Proposal Bot ed03494268 Updated from OpenStack Ansible Tests
Change-Id: I24403fa111f48244f4f1c47b1800897b86ee4f46
2019-06-27 10:23:08 +00:00
OpenStack Proposal Bot f92957d42b Updated from OpenStack Ansible Tests
Change-Id: I4ccdbdf69783c40f7b68bb70121d6f39c56789dd
2019-03-22 22:05:13 +00:00
OpenStack Proposal Bot bfadb05020 Updated from OpenStack Ansible Tests
Change-Id: I9ff85214da6abbe386aba7f5cc96d26e7885b1a3
2019-02-27 06:06:23 +00:00
OpenStack Proposal Bot 78413df548 Updated from OpenStack Ansible Tests
Change-Id: If15adf80efb1cc2bea46c6cc948c3088ef1f5941
2017-12-06 00:06:35 +00:00
OpenStack Proposal Bot 5070a33cef Updated from OpenStack Ansible Tests
Change-Id: I1669e0fe64cc38b1ac972bde5485ad6929e258a7
2017-09-12 23:55:43 +00:00
OpenStack Proposal Bot 6862255d4c Updated from OpenStack Ansible Tests
Change-Id: I939b6f03d2155766607386c52ebd96fd8befe5ee
2017-09-11 21:14:10 +00:00
OpenStack Proposal Bot 2eef75dc1e Updated from OpenStack Ansible Tests
Change-Id: I2f08586af646e617d0a21112136e0594b542bfc4
2017-08-31 15:19:43 +00:00
OpenStack Proposal Bot 4d18a2f342 Updated from OpenStack Ansible Tests
Change-Id: I66a8dab9c25fe8e12be773ca6404e282f534ad8f
2017-08-24 13:58:22 +00:00
OpenStack Proposal Bot 35e734f890 Updated from OpenStack Ansible Tests
Change-Id: I80901f60974e894b55c5e949e20e3b646062d54f
2017-08-08 13:30:17 +00:00
OpenStack Proposal Bot fad6a538e8 Updated from OpenStack Ansible Tests
Change-Id: I56cbd2ae2d0a12bb1d89fe95063fe36dc9ea4033
2017-07-06 21:08:50 +00:00
OpenStack Proposal Bot dcafc59352 Updated from OpenStack Ansible Tests
Change-Id: Id3d0a9ed55c653829abd1b7d37ace66b6167b478
2017-06-22 15:19:59 +00:00
Logan V e72a7767e2 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I8f35dca1aa34f36df706d465d9de6a0e82ad8f26
2017-03-03 12:49:53 -06:00
Andy McCrae 0d3ca83ea0 Remove Trusty support from os_sahara role
Change-Id: I01d2fbf66a0e415ea8f5a7a9906d31707ea320fa
Implements: blueprint trusty-removal
2016-12-15 13:21:43 +00:00
Jesse Pretorius db2407c1d9 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: Ifb0d46c52f0cf34877c3e1961fc73084c6810e49
Related-Bug: #1620849
2016-09-09 10:46:22 +01:00
Shashank Tavildar 628bc43deb Added SNI support for os_sahara 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: I3c66e5468b07404b24f2eed6cd199f603730b631
2016-08-19 14:51:20 +00:00
Andreas Jaeger aa9b26d7db 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: I3222ed3686b2e85e996486ca14534c95b1541935
2016-08-12 21:01:38 +02:00