Commit Graph

19 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 0e29f8545a Updated from OpenStack Ansible Tests
Change-Id: I77f84cb7ba7e8f201aba37ca0e01e098731c2228
2021-03-12 22:18:23 +00:00
OpenStack Proposal Bot d6b4416a48 Updated from OpenStack Ansible Tests
Change-Id: Ied8a7063f138a75b87d3db1d61f9ce2ad1c40183
2020-05-22 07:03:50 +00:00
OpenStack Proposal Bot 9875aa05a4 Updated from OpenStack Ansible Tests
Change-Id: Ie28642f1d3c7ee6543e09fcd1bf141800374007f
2020-05-12 18:03:45 +00:00
OpenStack Proposal Bot 15183533ea Updated from OpenStack Ansible Tests
Change-Id: I3bbe3afb176e8b1d9547504880b442d08360216d
2020-03-11 12:46:07 +00:00
OpenStack Proposal Bot 613fa5bdc7 Updated from OpenStack Ansible Tests
Change-Id: Id8a4f0d8d200873e4e4a04b1592155d2eeb55107
2020-03-06 17:55:46 +00:00
OpenStack Proposal Bot e1c35da5bf Updated from OpenStack Ansible Tests
Change-Id: I22459de6ef0292051c6c0423b1465559582f0b29
2020-02-24 13:09:06 +00:00
OpenStack Proposal Bot bb0b57a273 Updated from OpenStack Ansible Tests
Change-Id: I2ca0c87929dd88a82c1c8ae95fc43190aa1b0d4e
2019-05-09 11:34:22 +00:00
OpenStack Proposal Bot 64c0b89453 Updated from OpenStack Ansible Tests
Change-Id: I33932c3dd464ebb6abcfd598b60466a8cfead3bc
2019-04-01 13:18:36 +00:00
OpenStack Proposal Bot bf1918844d Updated from OpenStack Ansible Tests
Change-Id: I649534f9e4c1d6489627ebf20045907bda83af83
2017-12-06 00:05:56 +00:00
OpenStack Proposal Bot 8289aca9cf Updated from OpenStack Ansible Tests
Change-Id: Ifdfb67c02c1fe3adee766f0f838614226d4f8f58
2017-09-12 23:55:08 +00:00
OpenStack Proposal Bot 6bc182def0 Updated from OpenStack Ansible Tests
Change-Id: I9e9022c4741951934ded7c7dddc2a07d8e196cb0
2017-08-31 15:19:07 +00:00
OpenStack Proposal Bot 0f19ba0eca Updated from OpenStack Ansible Tests
Change-Id: Ic46feb7817d03497b67bb051ffbdcff80018a6de
2017-08-24 13:57:46 +00:00
OpenStack Proposal Bot d8b99e9a8f Updated from OpenStack Ansible Tests
Change-Id: I3c87e760f6ff09a53127918e78b1a5e577ef459c
2017-08-04 15:21:52 +00:00
OpenStack Proposal Bot c2c903b41f Updated from OpenStack Ansible Tests
Change-Id: Id95c1ea712caeea7627fad069b92a2528bdf9767
2017-07-31 19:10:51 +00:00
OpenStack Proposal Bot a555ae5736 Updated from OpenStack Ansible Tests
Change-Id: I1712893bb407f81da4f087870fa7819788332f2a
2017-07-06 21:08:13 +00:00
OpenStack Proposal Bot d157971823 Updated from OpenStack Ansible Tests
Change-Id: Iace556781cdb44f2d9f95197009cce0244ac4bda
2017-06-22 15:19:22 +00:00
Jesse Pretorius 6dbf70db45 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: I73b927ca288faabe2b1d8e15473ce7114de0873e
Related-Bug: #1620849
2016-09-09 10:30:35 +01:00
Shashank Tavildar 564f0e5846 Added SNI support for os_cloudkitty 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: Ibd1b1b1b3a09ccba68467af71e720f87853ff933
2016-08-18 15:17:39 +00:00
Andreas Jaeger 357edc7710 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: I8fa06c5c79a0274af8dad92814d00434a0cee2a2
2016-08-12 20:58:38 +02:00