Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot b92a658d2a Updated from OpenStack Ansible Tests
Change-Id: Ife1f31c5f9118e71b8c7eefa15b9b19d4e7f908d
2021-03-12 22:15:33 +00:00
OpenStack Proposal Bot b59f97db43 Updated from OpenStack Ansible Tests
Change-Id: I714da994c5d84b364fe4157778cfff3b14fe6e63
2020-05-22 06:59:54 +00:00
OpenStack Proposal Bot 4e85e7ff0d Updated from OpenStack Ansible Tests
Change-Id: Iad7064a7f466cc97693818786333e61fad558a89
2020-05-12 18:02:41 +00:00
OpenStack Proposal Bot 9f75bc2cd3 Updated from OpenStack Ansible Tests
Change-Id: I70e992f54e8e3059f73c12233442f2b6ae986dbb
2020-03-11 12:45:13 +00:00
OpenStack Proposal Bot 0935c5c8dc Updated from OpenStack Ansible Tests
Change-Id: I6ee1088532666ab10cba0d94c3c341577f651581
2020-03-06 17:53:33 +00:00
OpenStack Proposal Bot feee9e449f Updated from OpenStack Ansible Tests
Change-Id: I423bfced05ae5aa569d52ce716f89fdb18913139
2020-02-24 13:04:59 +00:00
OpenStack Proposal Bot 82d2897837 Updated from OpenStack Ansible Tests
Change-Id: Ie95b20c94358ce176bac4161ad01a4c1428adf7d
2019-05-09 11:33:25 +00:00
OpenStack Proposal Bot 5e5b923f69 Updated from OpenStack Ansible Tests
Change-Id: If13e635e81917d630bf63f31a9bc9386d94fbbde
2019-03-22 21:54:42 +00:00
OpenStack Proposal Bot 83347049b8 Updated from OpenStack Ansible Tests
Change-Id: Iab4625056fbc64772812d9e7821bb928859404d6
2019-02-27 06:01:26 +00:00
OpenStack Proposal Bot eba07d7dd7 Updated from OpenStack Ansible Tests
Change-Id: Ic0ae140b0043696de604d569d0a852dd618b646d
2017-12-06 00:05:21 +00:00
OpenStack Proposal Bot 9ade12241c Updated from OpenStack Ansible Tests
Change-Id: I6e6cf5938542968d455124a48f507c6c5f6b0c29
2017-09-12 23:54:37 +00:00
OpenStack Proposal Bot e0060197f2 Updated from OpenStack Ansible Tests
Change-Id: Iaee80cf4daae0be26a447ad2322908195664768a
2017-09-11 21:12:59 +00:00
OpenStack Proposal Bot 008d51d370 Updated from OpenStack Ansible Tests
Change-Id: I0e14e2df5b2904b80bcdaffd1d7782567db21af8
2017-08-31 15:15:26 +00:00
OpenStack Proposal Bot d0218dc416 Updated from OpenStack Ansible Tests
Change-Id: I7f44018a17af84890a66a2c36576b0c82e295022
2017-08-24 13:57:15 +00:00
OpenStack Proposal Bot 5d507c11aa Updated from OpenStack Ansible Tests
Change-Id: Icecf23579c7608eac3612768ec57613468a4c3e5
2017-08-04 15:21:20 +00:00
OpenStack Proposal Bot b76622e3d3 Updated from OpenStack Ansible Tests
Change-Id: Id2009405195a22cd2384b0fed488673600bad26d
2017-07-31 19:10:20 +00:00
OpenStack Proposal Bot e47059fe7a Updated from OpenStack Ansible Tests
Change-Id: Ic1a84fa4a70d2d4169f9a96af5e2ae236c50e8ed
2017-07-06 21:07:40 +00:00
OpenStack Proposal Bot 2e86e9a8ab Updated from OpenStack Ansible Tests
Change-Id: Idd24936a99b3f58fc1882c6a3f88f91d20246420
2017-06-22 15:18:50 +00:00
Logan V 364fc9fcd8 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: If95b6b054fa7726361f980764c80b8fb4726c219
2017-03-03 12:48:59 -06:00
Andy McCrae a8f04da96a Remove trusty from apt_package_pinning role
Reference to supported distros in meta/main.yml should change.

Change-Id: I66fa3c73e1112370f2c0d41173491f0f54aaf8e3
Implements: blueprint trusty-removal
2016-12-15 12:53:21 +00:00
Jesse Pretorius 1c01428d33 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.

Related-Bug: #1620849
Change-Id: I82a3b0b4fd05dba19bf0f44752f15b95bad647a9
2016-09-09 09:07:18 +00:00
root 26ccb3225f Add SNI support to apt_package_pinning 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: Ie2a64193e551ed13ede0a4a11b4de3fb74854eb8
2016-08-19 16:31:54 +00:00
Andreas Jaeger 6f4eaf07bf 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: I71975f2eaf8d16470dfc50f2aadbf072bd4baf09
2016-08-12 20:55:27 +02:00