Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot ca738d4465 Updated from OpenStack Ansible Tests
Change-Id: If59bdebf0e46e81be8ae58f2dee1a5ede56c39a6
2021-03-12 22:19:06 +00:00
OpenStack Proposal Bot d46dee4920 Updated from OpenStack Ansible Tests
Change-Id: I434f965df28f26ab062717b9e1794db2000f72d7
2020-05-22 07:05:05 +00:00
OpenStack Proposal Bot 2ab1fb0569 Updated from OpenStack Ansible Tests
Change-Id: I968a4fcbd68e24a0ad69edfda0ca0c7d08e2ae96
2020-05-12 18:04:06 +00:00
OpenStack Proposal Bot a58a73dcd8 Updated from OpenStack Ansible Tests
Change-Id: I0fb10874aabba5906c8e0d80bfb0194c1a1ef336
2020-04-13 17:49:25 +00:00
OpenStack Proposal Bot cfb6365b75 Updated from OpenStack Ansible Tests
Change-Id: I480d63cf36e2c277b00169ef568493f986182045
2020-03-06 17:56:39 +00:00
OpenStack Proposal Bot f1926548c0 Updated from OpenStack Ansible Tests
Change-Id: Iea44f40973a8f4def85ff5f567b5697e3f68f4c0
2020-02-24 13:10:27 +00:00
OpenStack Proposal Bot 1a4b5873d0 Updated from OpenStack Ansible Tests
Change-Id: If96aa071c9a7780737f6fb3571f95aa7e9cb8fae
2019-05-09 11:34:39 +00:00
OpenStack Proposal Bot 7c588d7363 Updated from OpenStack Ansible Tests
Change-Id: Ia89bbe6987790f211e4aa6955b42a3555ec097d6
2019-03-22 22:01:00 +00:00
OpenStack Proposal Bot 490ab8f7fe Updated from OpenStack Ansible Tests
Change-Id: Iba858a118f679ba93e24532042e1468517681560
2019-02-27 06:04:32 +00:00
OpenStack Proposal Bot c8aefcafc0 Updated from OpenStack Ansible Tests
Change-Id: Id59f76009b7c78bae28cc6ff6e42ea75baedd361
2017-12-06 00:06:08 +00:00
OpenStack Proposal Bot fd446bfd7a Updated from OpenStack Ansible Tests
Change-Id: I6c15994c28c1f9446e70a883ae95e6fcdbe8d2ab
2017-09-12 23:55:20 +00:00
OpenStack Proposal Bot e2124ba4c5 Updated from OpenStack Ansible Tests
Change-Id: I13af086b7601029acb7c0f5690a3d0810debc53d
2017-08-31 15:19:19 +00:00
OpenStack Proposal Bot 1fd0d755a2 Updated from OpenStack Ansible Tests
Change-Id: I1f5f0992c81128c5eaa446371059d88f245c175e
2017-08-24 13:57:59 +00:00
OpenStack Proposal Bot 05781db933 Updated from OpenStack Ansible Tests
Change-Id: I4d6a1ebca4ce5a0287f0acb92de82f55d8c6f0a7
2017-08-04 15:22:04 +00:00
OpenStack Proposal Bot 16012fbc55 Updated from OpenStack Ansible Tests
Change-Id: I6bdd46e2544a28ccac8214b3e2ce4990cbb42446
2017-07-31 19:11:04 +00:00
OpenStack Proposal Bot 88d8b84d5d Updated from OpenStack Ansible Tests
Change-Id: I996aeef00e4610ae7326f3c8e1be2f3f1bb35e76
2017-07-06 21:08:25 +00:00
OpenStack Proposal Bot 10e8e7c422 Updated from OpenStack Ansible Tests
Change-Id: I27521c427ec0d12fc705d2dc9c587cce581204c9
2017-06-22 15:19:34 +00:00
Logan V f30a914f64 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I5d86718c2836f73ab41a09f1234e9bf2e6808326
2017-03-03 12:49:40 -06:00
Andy McCrae 8db4cd3e4b Remove Trusty support from os_horizon role
Change-Id: I7d2e00871840b493bcd5d4edb131dd689ff01efc
Implements: blueprint trusty-removal
2016-12-15 12:33:16 +00:00
Jesse Pretorius f3274370ba 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: Ie733bf9e40942cb4a302b351fee55c79aed98431
Related-Bug: #1620849
2016-09-09 10:34:03 +01:00
Shashank Tavildar 0afea1fea1 Added SNI support for os_horizon 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: Ic05b42403920d54a604bcb3f8174db1f4b2b75f6
2016-08-18 15:18:59 +00:00
Andreas Jaeger cc1d885025 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: Ic9b07d1c28678ebc6915dcda5fad525cdc9955a7
2016-08-12 20:59:50 +02:00