Commit Graph

24 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 7a7447fa96 Updated from OpenStack Ansible Tests
Change-Id: I63b422dbd9311500d5a14d0b70290c156383d644
2021-03-12 22:16:20 +00:00
OpenStack Proposal Bot 0dee4a3993 Updated from OpenStack Ansible Tests
Change-Id: I22bf662693cb466a543343081a159280c8c65194
2021-03-01 13:24:59 +00:00
Jonathan Rosser 59abc5a288 Remove support for gentoo
Openstack-Ansible does not maintain support for deploying on gentoo
so we can simplify this ansible role

Change-Id: If2a63a2743714745e0f0b0eea2ee3d5b8d4c9a35
2021-02-17 19:14:55 +00:00
OpenStack Proposal Bot deb667df14 Updated from OpenStack Ansible Tests
Change-Id: I5f817d8cb68ca8b7c9443a75882a29d38e66dab8
2020-05-22 07:01:08 +00:00
OpenStack Proposal Bot f19c979833 Updated from OpenStack Ansible Tests
Change-Id: I3cb6675cae785dc6d47915da2d6f1ac34a893a1e
2020-05-12 18:03:02 +00:00
OpenStack Proposal Bot 72bd7fa454 Updated from OpenStack Ansible Tests
Change-Id: I08969832a92780db26c0fcfbb45cda977a15f7bc
2020-04-13 17:45:23 +00:00
OpenStack Proposal Bot 5d0fc72155 Updated from OpenStack Ansible Tests
Change-Id: I617cee4a02e735e3a328727f4437f7b6238b418d
2019-05-09 11:33:45 +00:00
OpenStack Proposal Bot 31494f5bf7 Updated from OpenStack Ansible Tests
Change-Id: I8176c7145cc6a28ed256788335375752e14fb035
2019-03-22 21:56:04 +00:00
OpenStack Proposal Bot 9683e1d419 Updated from OpenStack Ansible Tests
Change-Id: I255fb5cb940b1824209448bd2d3836dc72b8234a
2019-02-27 06:02:07 +00:00
OpenStack Proposal Bot 6fef652aff Updated from OpenStack Ansible Tests
Change-Id: I6a039e6240d575edcc4abbb0932974553b95194e
2017-12-06 00:05:34 +00:00
OpenStack Proposal Bot bd7a08c704 Updated from OpenStack Ansible Tests
Change-Id: I87d7bfcaae882e344f36ceb8b277b7b72a016a0c
2017-09-14 17:59:26 +00:00
OpenStack Proposal Bot 34d182bddf Updated from OpenStack Ansible Tests
Change-Id: I990a5c8f13865297e5caa8cd4f5919e0047ebf0a
2017-09-11 21:13:12 +00:00
OpenStack Proposal Bot 61b9718456 Updated from OpenStack Ansible Tests
Change-Id: Ie32c1c186718b1c75ba4cb2d00c966c841f58b6a
2017-08-31 15:18:47 +00:00
OpenStack Proposal Bot 1b36fe13cb Updated from OpenStack Ansible Tests
Change-Id: I23222a645c498068c9d7928257d64ce604e39461
2017-08-24 13:57:27 +00:00
OpenStack Proposal Bot 04dbb9403a Updated from OpenStack Ansible Tests
Change-Id: Iad519dd1d8f4bbd5b1c2061fff646db62de546e7
2017-08-04 15:21:32 +00:00
OpenStack Proposal Bot a6af16b424 Updated from OpenStack Ansible Tests
Change-Id: I546760f649fcc41a4c200f16c457306b10df41bf
2017-07-31 19:10:32 +00:00
OpenStack Proposal Bot 7e38addb9e Updated from OpenStack Ansible Tests
Change-Id: I43e28ecedbc78632371e685ed78ac7f446e48857
2017-07-06 21:07:52 +00:00
OpenStack Proposal Bot f089f74c29 Updated from OpenStack Ansible Tests
Change-Id: I53dc7a80a1622b0baabc95dfcc8ba7ae92d9b3d4
2017-06-22 15:19:02 +00:00
Markos Chandras 09406de86b Add SUSE support
Add support for SUSE based distributions. We also update the bindep.txt,
run_tests.sh and Vagrantfile files from the openstack-ansible-tests
repository except that we use Leap 42.1 because Leap 42.2 does not work
as expected with the currently released bindep (2.3.0).

Change-Id: I5fb94a7cedf9d28816184e3eadd88e42f93295c2
2017-04-25 14:56:33 +01:00
Logan V ca8df1da42 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I6527dec7e8cbf49212b4e29707a0e8960e8e21e5
2017-03-03 12:49:17 -06:00
Andy McCrae 1eddafec76 Remove Trusty support form lxc_hosts role
Change-Id: I90afc3bbec9eaaaeef76efc5e0a3ca2e9cf87ef4
Implements: blueprint trusty-removal
2016-12-15 13:13:45 +00:00
Jesse Pretorius 101498fda5 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: Ied2a2f817a88a1326d446fe77a0f666a63a6e3d2
Related-Bug: #1620849
2016-09-09 10:18:50 +01:00
Qin Wang d7097a36dc Add SNI support via OS packages for lxc-host role
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: I53fd154fd97a6302a30eaab3903fb7a2132b3fe4
2016-08-18 18:43:48 +00:00
Andreas Jaeger 975b91fdc4 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: I95def2a4f6e523476a6ac63b87d7015be2578001
2016-08-12 20:56:26 +02:00