Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 1a8c0e75aa Updated from OpenStack Ansible Tests
Change-Id: Ifd11fb59ef62021f03dcdc0335b80ed436e7b5b6
2021-03-12 22:22:38 +00:00
OpenStack Proposal Bot 2b1557f846 Updated from OpenStack Ansible Tests
Change-Id: I301c8dc0d3bf9d30a8ca6133454df973a52cd2a1
2020-05-22 07:10:58 +00:00
OpenStack Proposal Bot 81560a7997 Updated from OpenStack Ansible Tests
Change-Id: Ife16526448669e0b53f946d9aa0e4747bda5aa9a
2020-05-12 18:05:37 +00:00
OpenStack Proposal Bot 8a1dc8ce0d Updated from OpenStack Ansible Tests
Change-Id: I466e97694c13b628d76b8c22777387a4e8bdd9bf
2020-03-11 12:47:45 +00:00
OpenStack Proposal Bot 5978255c37 Updated from OpenStack Ansible Tests
Change-Id: If54e9689b99800c47dc15b024c80b1dc2dc57b08
2020-03-06 18:00:23 +00:00
OpenStack Proposal Bot d09972fc20 Updated from OpenStack Ansible Tests
Change-Id: Icee60c9a2040a0354b5891faf713a6f3ea4b7fab
2020-02-24 13:16:51 +00:00
OpenStack Proposal Bot 582a189117 Updated from OpenStack Ansible Tests
Change-Id: Ia58f4b417fb6e6f8ddf6f53427a7aba2abbeffab
2019-05-09 11:36:04 +00:00
OpenStack Proposal Bot e54506eb67 Updated from OpenStack Ansible Tests
Change-Id: Iaadb71157f4c49a0d01c1448e9d34a3734ecc0eb
2019-03-22 22:08:14 +00:00
OpenStack Proposal Bot 3523911b7f Updated from OpenStack Ansible Tests
Change-Id: Ia3dd967eb5c51a1e6e8fbb149f8916494c5dcb0f
2019-02-27 06:07:56 +00:00
OpenStack Proposal Bot 79931e15cb Updated from OpenStack Ansible Tests
Change-Id: I56c3fde931f16e7e502d0a0b1e92ace28a018ba3
2017-12-06 00:07:01 +00:00
OpenStack Proposal Bot c88e3b9fe6 Updated from OpenStack Ansible Tests
Change-Id: I937fad0646163f8be668d8c175486d230ce53edd
2017-09-12 23:56:06 +00:00
OpenStack Proposal Bot f12ec750fd Updated from OpenStack Ansible Tests
Change-Id: I34f18b3d2db171dba0549e25c269a825adc53be9
2017-08-31 15:20:06 +00:00
OpenStack Proposal Bot 37543f1d7e Updated from OpenStack Ansible Tests
Change-Id: Ic64fe76a0b5288f92538e3b032c2f830cba15397
2017-08-24 13:58:45 +00:00
OpenStack Proposal Bot 1014cdc407 Updated from OpenStack Ansible Tests
Change-Id: Id14f2d17c010db2d967b8ccec0da2c6dc151d359
2017-08-04 15:22:56 +00:00
OpenStack Proposal Bot e730aff2f6 Updated from OpenStack Ansible Tests
Change-Id: I3df92979f12fcaaeec173ba9d83d065ce0dcf377
2017-07-31 19:11:50 +00:00
OpenStack Proposal Bot 13df689260 Updated from OpenStack Ansible Tests
Change-Id: If3f83bfec95771dad7983782cf6d36fce679ff03
2017-07-06 21:09:13 +00:00
Markos Chandras 76ca77d16b Add SUSE support
Add support for SUSE based distributions. We also update the bindep.txt,
run_tests.sh, .gitignore, tests-repo-clone.sh and Vagrantfile files
from the openstack-ansible-tests repository.

Change-Id: I5a2b3cae0ed325abb3920e9a684d25898df6027d
2017-05-17 20:38:30 +01:00
Logan V e120c242a4 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I119f64e1ad3dd03eb4bad0f049723cc7ff1ebe3c
2017-03-03 12:50:09 -06:00
Andy McCrae 997047b558 Remove Trusty Support from repo_server role
Change-Id: Ib5e24fcc7509a312ca8ee6c5811c3f194f16d662
Implements: blueprint trusty-removal
2016-12-15 15:32:32 +00:00
Jesse Pretorius a1ba9fc5ad 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: Ife23b1d9118bd9c22eb2b62abb2842905a77f5fd
Related-Bug: #1620849
2016-09-09 10:55:32 +01:00
Shashank Tavildar 4b25820c11 Added SNI support for repo_server 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 in the same
way that the gate tests install them.

Change-Id: Iebf96485bac77e7a5d07b11e4b03d0d044c23d8b
2016-08-19 20:43:01 +00:00
Andreas Jaeger fdb99abed7 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: If9999081a6dbee0ea8fb4dc044f0d4bfceb3c5a4
2016-08-12 21:03:51 +02:00