Commit Graph

26 Commits

Author SHA1 Message Date
OpenStack Proposal Bot a20d0e9cbd Updated from OpenStack Ansible Tests
Change-Id: I7aee4a8afd60c469da2859434d33372b8eba03ef
2021-03-12 22:16:53 +00:00
OpenStack Proposal Bot fe97de3d82 Updated from OpenStack Ansible Tests
Change-Id: I2f0ea659824588b338bead67d77080fc2d9a3726
2021-01-05 08:36:31 +00:00
Dmitriy Rabotyagov 5b5159c0b2 Remove unsupported OS
Do some role cleanup to path for not supported OS,
like gentoo or suse.

Change-Id: Icebce8e00485aa892ff3bbcbbf9652abc77a1c99
2020-10-16 16:57:08 +03:00
OpenStack Proposal Bot 2ace96f608 Updated from OpenStack Ansible Tests
Change-Id: Id88b27f0f7e76e60946930e06a7195924c802fcc
2020-05-22 07:02:03 +00:00
OpenStack Proposal Bot d1386104bb Updated from OpenStack Ansible Tests
Change-Id: I2c889fae50f5bc426de3e3aac69276e5260c581d
2020-05-12 18:03:16 +00:00
OpenStack Proposal Bot 9d83e5eb98 Updated from OpenStack Ansible Tests
Change-Id: I18e363c001703fed9ad48f0f4fbca9c25eab6008
2020-03-11 12:45:42 +00:00
OpenStack Proposal Bot c108ea899c Updated from OpenStack Ansible Tests
Change-Id: Ibbca856b975ae2fea3864241fa61cc057a8d6cbb
2020-03-06 17:54:44 +00:00
OpenStack Proposal Bot 05b9d90b6e Updated from OpenStack Ansible Tests
Change-Id: I5bf6fd95e6692d0e579a11e760e78b511c1b5393
2020-02-24 13:07:12 +00:00
OpenStack Proposal Bot 8b382ad08f Updated from OpenStack Ansible Tests
Change-Id: Ide506e88a4e7a60746e51dec2b6ff8e5f862dc2c
2019-05-09 11:33:57 +00:00
OpenStack Proposal Bot 595d8c6aab Updated from OpenStack Ansible Tests
Change-Id: I584ff59ebd67a43953d0d7abc226178e5b2547f8
2019-03-22 21:56:56 +00:00
OpenStack Proposal Bot ba4dcfdbf9 Updated from OpenStack Ansible Tests
Change-Id: I79ef10684f25c78d0211f1b170f077ef4a3f3207
2019-02-27 06:02:36 +00:00
OpenStack Proposal Bot 5896446e25 Updated from OpenStack Ansible Tests
Change-Id: I4f523340f0be15dc3ffd7915a44bef00dc93c9d5
2017-12-06 00:05:38 +00:00
OpenStack Proposal Bot afd12c84db Updated from OpenStack Ansible Tests
Change-Id: I5294da43d2bba50782b52e5b3d41d202b1a700b2
2017-09-12 23:54:53 +00:00
OpenStack Proposal Bot e33112ff66 Updated from OpenStack Ansible Tests
Change-Id: I7c2603b6496197e5d16333bcb7bbb4e4d6cd51be
2017-09-11 21:13:16 +00:00
OpenStack Proposal Bot f0e0807000 Updated from OpenStack Ansible Tests
Change-Id: I5209aa25798afa92a7537093a9a6514070a31f79
2017-08-31 15:18:51 +00:00
OpenStack Proposal Bot c712a77a21 Updated from OpenStack Ansible Tests
Change-Id: I8745193ce27235c3fe27bb7a16c9a7538fd9882b
2017-08-24 13:57:31 +00:00
OpenStack Proposal Bot 6f37404405 Updated from OpenStack Ansible Tests
Change-Id: I2d1fb257a4a86d0cea1967f3e967102f8850831c
2017-08-04 15:21:36 +00:00
OpenStack Proposal Bot 2c12a01f67 Updated from OpenStack Ansible Tests
Change-Id: I7949c8de81838d3298cda305850fa8328115ee19
2017-07-31 19:10:36 +00:00
OpenStack Proposal Bot 5028d6e293 Updated from OpenStack Ansible Tests
Change-Id: Iefdaa53d968046cefe74b79db38f8752502578f1
2017-07-06 21:07:56 +00:00
OpenStack Proposal Bot 49aa89fc64 Updated from OpenStack Ansible Tests
Change-Id: Ib839bd4fbc2a09a324a78b9b1b675bd7bef40be2
2017-06-22 15:19:06 +00:00
Markos Chandras e55e9e82e3 Add SUSE support
Add support for SUSE based distributions. We also mark CentOS7 as
supported distribution. Finally, we update the bindep.txt, run_tests.sh
and Vagrantfile files from the openstack-ansible-tests repository.

Change-Id: I9986dadbc690344bad68ca23a1cb30aec92cb7ef
2017-04-05 12:08:29 +01:00
Logan V 73ec2256fc Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I99153075b9fc026aab325e62933f60bc5fa5e21e
2017-03-03 12:49:24 -06:00
Andy McCrae f031eec9d9 Remove Trusty support from openstack_hosts role
Change-Id: Ie5acd2c91fbac188dd942da7ac71321be63013a0
Implements: blueprint trusty-removal
2016-12-15 13:14:48 +00:00
Jesse Pretorius 805f73a8de 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: Ic2e35b3c0af7d2fdc0b88f3073ac9ce8a966e3e8
Related-Bug: #1620849
2016-09-09 10:23:17 +01:00
root e0bb989d2f Add SNI support in openstack_host 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: I1db757bb4248717f80b878d4a8ffb2fb66a15ae9
2016-08-19 21:45:18 +00:00
Andreas Jaeger 9e5b0a669e 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: I28b5edd21e366a75ae985c9fca64cd7cbf23558c
2016-08-12 20:56:55 +02:00