Commit Graph

15 Commits

Author SHA1 Message Date
Guilherme Steinmüller c30e4a5a34 Retire openstack-ansible-os_zaqar
Change-Id: Id1b0aa720d293298ab48fae2e926e79fb7df4511
2019-04-17 23:43:21 +00:00
OpenStack Proposal Bot 038ebe3a04 Updated from OpenStack Ansible Tests
Change-Id: I29069f94104185083cc116c9415920f04aa6023d
2019-03-22 22:06:53 +00:00
OpenStack Proposal Bot 939eb72b5a Updated from OpenStack Ansible Tests
Change-Id: If83fcc8ae4cfb52c02fffa468f1b1cfd118b2cd8
2019-02-27 06:07:09 +00:00
OpenStack Proposal Bot 92fc056b5c Updated from OpenStack Ansible Tests
Change-Id: I6444cfadf247eef11c8f03a7e3e28e5672c46db7
2017-12-06 00:06:50 +00:00
OpenStack Proposal Bot 6f99d01a91 Updated from OpenStack Ansible Tests
Change-Id: I6a844a2229fb6f0e767c422da91926313803489b
2017-09-12 23:55:56 +00:00
OpenStack Proposal Bot f6e3a18a40 Updated from OpenStack Ansible Tests
Change-Id: Icc283315232bbbdd9eb3b4325fd70d624e7361aa
2017-09-11 21:14:23 +00:00
OpenStack Proposal Bot b44167ad9a Updated from OpenStack Ansible Tests
Change-Id: I2d050fddae2347631619ac298adfcf31cc5244f6
2017-08-31 15:19:56 +00:00
OpenStack Proposal Bot 07e50a09c6 Updated from OpenStack Ansible Tests
Change-Id: I0379423548bddd1545780032a751a9ea233258e6
2017-08-24 13:58:35 +00:00
OpenStack Proposal Bot aba6f3dbf9 Updated from OpenStack Ansible Tests
Change-Id: Ie2b477ac78d50be54b02eebbd3b16cc63b2f798e
2017-08-04 15:22:45 +00:00
OpenStack Proposal Bot 02c66a7c99 Updated from OpenStack Ansible Tests
Change-Id: I2c598e748f9aa91cb789bea5720c06b7e1835d06
2017-07-31 19:11:41 +00:00
OpenStack Proposal Bot ce447eb7ad Updated from OpenStack Ansible Tests
Change-Id: Ifa0d251770cb3d5bdd3e24cb82e6a40e859ca65e
2017-07-06 21:09:02 +00:00
OpenStack Proposal Bot d1c0821ccd Updated from OpenStack Ansible Tests
Change-Id: I67c685beafe56940135692508cad9cc9e90146e8
2017-06-22 15:20:12 +00:00
Jesse Pretorius 58670ced78 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: Iad23c574d88885bde901c2632bcd8fe410686d6b
Related-Bug: #1620849
2016-09-09 10:51:02 +01:00
Shashank Tavildar 73b6d0fa30 Added SNI support for os_zaqar 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: Ibe601b424074cd4d430c9abb303716972c4209e7
2016-08-19 14:45:43 +00:00
Andreas Jaeger c5da1832a6 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: I7d29c8fbd20a02cada82f1d1e7a149b6a4d358d9
2016-08-12 21:02:22 +02:00