Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 67191fb74d Updated from OpenStack Ansible Tests
Change-Id: Id5d26be6f391f04b28fe4b07ffa16cfabf857972
2021-03-12 22:16:11 +00:00
OpenStack Proposal Bot 1c0b68b9f5 Updated from OpenStack Ansible Tests
Change-Id: I0dd2aec99cea39e2d991d7a16f0c6eb9d3df4efb
2020-05-22 07:00:55 +00:00
OpenStack Proposal Bot eb7bae3ad6 Updated from OpenStack Ansible Tests
Change-Id: I07f65d8ca5d7171f5044acc954632b85e58f7b73
2020-05-12 18:02:58 +00:00
OpenStack Proposal Bot 5df6885733 Updated from OpenStack Ansible Tests
Change-Id: If673d576df277fe1d730ba339d97fb304dd3684d
2020-04-13 17:45:07 +00:00
OpenStack Proposal Bot dfb0c6dafe Updated from OpenStack Ansible Tests
Change-Id: I58636afedf51a4d82a0171bdc42c3732f528c5c5
2020-02-24 13:06:06 +00:00
OpenStack Proposal Bot 2d2a93e919 Updated from OpenStack Ansible Tests
Change-Id: I16c07c1dc89052bb8c177e0bd3da5751710494e5
2019-05-09 11:33:41 +00:00
OpenStack Proposal Bot d53daabea1 Updated from OpenStack Ansible Tests
Change-Id: I27366e49a079adef6d6991e63f3c71266bc3bd7e
2019-04-07 05:05:07 +00:00
OpenStack Proposal Bot dac2b714c1 Updated from OpenStack Ansible Tests
Change-Id: I38b5d4eb0751eafa6a53534a017fa231d029721b
2019-02-27 06:02:00 +00:00
OpenStack Proposal Bot 85562b30bd Updated from OpenStack Ansible Tests
Change-Id: Iba4628e52a1354c5a565272e53635c83cbe436cf
2017-12-06 00:05:32 +00:00
OpenStack Proposal Bot 9f6c2cf7af Updated from OpenStack Ansible Tests
Change-Id: Ie28e51f835925fb3f27a8c5624b044cdc350d5e1
2017-09-12 23:54:47 +00:00
OpenStack Proposal Bot 15466f2e22 Updated from OpenStack Ansible Tests
Change-Id: I5eb692ac8ee532245241bd954aeabe93aaf21d56
2017-09-11 21:13:10 +00:00
OpenStack Proposal Bot c39125aefe Updated from OpenStack Ansible Tests
Change-Id: Ia26b0ef74c093278ac5957cc9d3a1bb13d036922
2017-08-31 15:18:45 +00:00
OpenStack Proposal Bot 310ce95c5f Updated from OpenStack Ansible Tests
Change-Id: Ibbe2e61e8a1078e9c6443eb88404b12f2a82a8b9
2017-08-04 15:21:30 +00:00
OpenStack Proposal Bot 7a160f7169 Updated from OpenStack Ansible Tests
Change-Id: I23ad51d37edafba0a53fc182a4acd854edf566bf
2017-07-31 19:10:30 +00:00
OpenStack Proposal Bot aed4464d0e Updated from OpenStack Ansible Tests
Change-Id: I85388a965fab359445d764855b9b9541408e4f4f
2017-07-06 21:07:50 +00:00
Markos Chandras ce700c1fad Add SUSE support
Add support for SUSE based distributions. We also update the bindep.txt,
run_tests.sh, tests-repo-clone.sh and Vagrantfile files from the
openstack-ansible-tests repository.

Change-Id: I9ac018ac1a94dac74a2ef213dccedf95b4272134
2017-05-15 14:04:42 +01:00
Logan V 0f8e133da2 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Ibe9e08a38137d07ec13c3219e3585f5760ba65a2
2017-03-03 12:49:14 -06:00
Andy McCrae ae22ddc970 Remove Trusty support from lxc_container_create role
Change-Id: Ib1c83be6ed07c3c804704c2419e32c4d50fce04e
Implements: blueprint trusty-removal
2016-12-15 12:38:59 +00:00
Major Hayden 3e73c5b3fb Ansible 2.1.1 role testing
Change-Id: I9132c4686f130610de24a2c7b002172d3daf3bff
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-12 15:19:55 -04:00
Jesse Pretorius 84b73aea3f 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: I117324c77d1539e130f9cc6daa6f0ceadc1e4f28
Related-Bug: #1620849
2016-09-09 10:14:10 +01:00
root 2b0ab4b703 Add SNI support to lxc container create 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: I055246063e13dc30326da2e73d40b92a952612dd
2016-08-25 19:22:42 +00:00
Andreas Jaeger 3a2c240bc5 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: I840a555b2d24ff75bcd4aa55cf6ca1aeabc37eac
2016-08-12 20:56:11 +02:00