Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 0d5ec328bb Updated from OpenStack Ansible Tests
Change-Id: I670e098252706f58e8307ca6419c645bff450223
2021-03-12 22:20:28 +00:00
OpenStack Proposal Bot 3e51d1537d Updated from OpenStack Ansible Tests
Change-Id: I80e39bc85108ee82a3da401fcc3315a5c9a33573
2020-05-22 07:07:37 +00:00
OpenStack Proposal Bot adc00c8373 Updated from OpenStack Ansible Tests
Change-Id: I33e55e74ce5d9a2d9e7689e94062a91f73829117
2020-05-12 18:04:44 +00:00
OpenStack Proposal Bot 9eed0f727c Updated from OpenStack Ansible Tests
Change-Id: I9aacfb0e241cc68b56b0da4bd198b792adf902ff
2020-03-11 12:46:57 +00:00
OpenStack Proposal Bot 273c4720c5 Updated from OpenStack Ansible Tests
Change-Id: If442a15c938960a010372a617279bdd76dbf856d
2020-03-06 17:58:26 +00:00
OpenStack Proposal Bot 590193cb2a Updated from OpenStack Ansible Tests
Change-Id: I15cef322110e6a922b26a2ee693fb4af8afe64c8
2020-02-24 13:13:07 +00:00
OpenStack Proposal Bot f769d0d18e Updated from OpenStack Ansible Tests
Change-Id: Ie01b84b3f4e6df00df34d4bd7a16bd30b0585d78
2019-05-09 11:35:12 +00:00
OpenStack Proposal Bot 21703a6dfd Updated from OpenStack Ansible Tests
Change-Id: I92d48d8f5c47d0101fcd0c7dc4100bee59432885
2019-03-22 22:04:04 +00:00
OpenStack Proposal Bot 3cfc8fd9c9 Updated from OpenStack Ansible Tests
Change-Id: Ie43d5a8990f2982b708ad9b8cae8f710cdbb3329
2017-12-12 15:15:38 +00:00
OpenStack Proposal Bot 70ecaa1e56 Updated from OpenStack Ansible Tests
Change-Id: Ia02f04ecb862ebe2396736e526833777a60e2190
2017-09-12 23:55:37 +00:00
OpenStack Proposal Bot 648142d56f Updated from OpenStack Ansible Tests
Change-Id: I1cc22a31e45b1503001cd92997d4bd780c31766c
2017-08-31 15:19:37 +00:00
OpenStack Proposal Bot 5528f9a183 Updated from OpenStack Ansible Tests
Change-Id: I1e532082a14f13674209becfa62de70d0b36dfda
2017-08-24 13:58:16 +00:00
OpenStack Proposal Bot 672c76219d Updated from OpenStack Ansible Tests
Change-Id: I8df45702613e1278e5277f3bf50ed783db08ee0e
2017-08-04 15:22:22 +00:00
OpenStack Proposal Bot 42fad6ddd7 Updated from OpenStack Ansible Tests
Change-Id: I3843330c9b18fda7a0c62f8d48acb9922a458ec6
2017-07-31 19:11:22 +00:00
OpenStack Proposal Bot b23652540c Updated from OpenStack Ansible Tests
Change-Id: Ib3c297b42f116fae69e8228e8078ad2f7b9502e0
2017-07-06 21:08:44 +00:00
OpenStack Proposal Bot a49019b27f Updated from OpenStack Ansible Tests
Change-Id: I0a548c148df8ee0e7da57b9bc68f81743cc86469
2017-06-22 15:19:53 +00:00
Andrey 7a068be4ea Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I4c9ef6efa0e63e99fc09185ba905a61533dc85b3
2017-03-03 12:41:22 -06:00
Jesse Pretorius 74acf48f2d Work around Trusty CI bindep issue
Ubuntu Trusty is not a supported platform for Ocata onwards.
Currently the CI system is executing jobs against Trusty
unintentionally and it's taking some time to unwind it.

This bypasses the attempt to install a package that isn't
available for Trusty.

Change-Id: I544e71cee883245397b2a9012b2b56d83104ad4b
2017-02-09 13:55:55 +00:00
Andy McCrae 167fe1b74a Remove Trusty support from os_nova role
Change-Id: Ib0747040d6b53cbb7aec67cfaceae6cc1efb1abc
Implements: blueprint trusty-removal
2016-12-15 13:21:13 +00:00
Jesse Pretorius ec5b10fc34 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: I867081cb1f263e554f7dbe02791a46c9d2cef60f
Related-Bug: #1620849
2016-09-15 01:07:04 +00:00
Qin Wang 90ace8ce09 Add SNI support via OS packages for os_nova
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: Ibba563b09022f96eb51ddfd91b9d4c610c345385
2016-08-19 16:57:45 +00:00
Andreas Jaeger 455055afae 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: Ia01aed2df9a34e488cafda4d0b1ed6fa9ee21e8b
2016-08-16 07:25:55 +01:00