Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 996d3c72bc Updated from OpenStack Ansible Tests
Change-Id: Icfe2a9a9fc87909db9c560e9daf7765bd147c15c
2021-03-12 22:19:24 +00:00
OpenStack Proposal Bot e1820a587d Updated from OpenStack Ansible Tests
Change-Id: I0fc18f45c3affcccc43e7aa1af854949a6d8114a
2020-05-22 07:05:38 +00:00
OpenStack Proposal Bot dbcf422d46 Updated from OpenStack Ansible Tests
Change-Id: I3d3933bdc563706bcaf28c5d0199a7179b69561b
2020-05-12 18:04:15 +00:00
OpenStack Proposal Bot 6b753164b0 Updated from OpenStack Ansible Tests
Change-Id: I8db69f0c58065ae0c77bbb03c27d430cda1c62a0
2020-03-11 12:46:32 +00:00
OpenStack Proposal Bot 89593b0712 Updated from OpenStack Ansible Tests
Change-Id: Ia7bc834a1dbf094ea2c5473a064ab84789afd0c8
2020-03-06 17:57:11 +00:00
OpenStack Proposal Bot 249bf83c75 Updated from OpenStack Ansible Tests
Change-Id: I0c197ec41eac4605e5c87cbeed59730d766bb5da
2020-02-24 13:11:02 +00:00
OpenStack Proposal Bot b1a0c84142 Updated from OpenStack Ansible Tests
Change-Id: If3730ed9317ea2a3ec2e07caea6e1e625dad5634
2019-05-09 11:34:48 +00:00
OpenStack Proposal Bot fef91642f3 Updated from OpenStack Ansible Tests
Change-Id: Iaaa2f474365994376f3aeda244822de544f7c80f
2019-03-22 22:01:51 +00:00
OpenStack Proposal Bot f119f18963 Updated from OpenStack Ansible Tests
Change-Id: I777aaac63d425ef6f928ffc02f02b06e984d2a19
2019-02-27 06:04:49 +00:00
OpenStack Proposal Bot 3f20342e82 Updated from OpenStack Ansible Tests
Change-Id: I73be2a12f367ed59d6a873061c4f734da0fc91ba
2017-12-06 00:06:13 +00:00
OpenStack Proposal Bot dae459332a Updated from OpenStack Ansible Tests
Change-Id: I51f1591afde7fe8a805fcddf6e42c65d0fb8b55e
2017-10-12 20:44:36 +00:00
OpenStack Proposal Bot 77ab88cc3e Updated from OpenStack Ansible Tests
Change-Id: Iaa5c25e062481cfb2ad13b68b10471ec78523a25
2017-08-31 15:19:25 +00:00
OpenStack Proposal Bot c3460974df Updated from OpenStack Ansible Tests
Change-Id: I3fa739977c263e0ec2e8626562a8313e3a116c5f
2017-08-24 13:58:04 +00:00
OpenStack Proposal Bot b1ab60a350 Updated from OpenStack Ansible Tests
Change-Id: Ifdd00713c0ccf5a4018b8ae631b1376a9a704f17
2017-08-04 15:22:10 +00:00
OpenStack Proposal Bot bd6fd7a51c Updated from OpenStack Ansible Tests
Change-Id: Ib5107853689b04b3f54f4be331b41121f7ccc129
2017-07-31 19:11:09 +00:00
OpenStack Proposal Bot 02b785f698 Updated from OpenStack Ansible Tests
Change-Id: I2d1b3b93901a5fb575b38da64d07f4a1af4fde5a
2017-07-06 21:08:31 +00:00
OpenStack Proposal Bot 1b617711c5 Updated from OpenStack Ansible Tests
Change-Id: I678a3c4c47102cba78731ceac0246d52fc188b99
2017-06-22 15:19:39 +00:00
Logan V 19ef4c9cd4 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I6cdb7b622dfba7a36b25c14f45aeb16bb8cf65a1
2017-03-03 12:49:44 -06:00
Jesse Pretorius d7141eec52 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: I25f0cd4860c1d53dc364eacfd8f397660b6efe05
2017-02-09 14:00:27 +00:00
Andy McCrae 6a6e377853 Remove Trusty support from os_keystone role
Change-Id: I5ad6944b5e43aa46582acf313ac8793ab4d226f7
Implements: blueprint trusty-removal
2016-12-15 13:18:55 +00:00
Jesse Pretorius 07509721e8 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: Ia37c4fe369dd8ce9d49c21a46c575707b1826d46
Related-Bug: #1620849
2016-09-09 10:38:13 +01:00
Qin Wang 3122ff649d Add SNI support via OS packages for os_keystone
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: Ifdee90709330e189165f2fade67ae1f9289b6981
2016-08-19 16:55:18 +00:00
Andreas Jaeger 2cb8866061 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: Ie0197020fa66f11ba55d76f2099c6630c286bff2
2016-08-12 21:00:19 +02:00