Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot cd9d64d434 Updated from OpenStack Ansible Tests
Change-Id: Ie0a0558303acfa9ffb3f41efa6628273a44951d9
2021-03-12 22:20:20 +00:00
OpenStack Proposal Bot 4933a37696 Updated from OpenStack Ansible Tests
Change-Id: I024f71c04c5cc1c6d3d747dd1843b6180c5cb994
2020-05-22 07:07:24 +00:00
OpenStack Proposal Bot 7b5e17879a Updated from OpenStack Ansible Tests
Change-Id: Id1923799f6c4ab7497462ab9aab780782e416814
2020-05-12 18:04:40 +00:00
OpenStack Proposal Bot b38490dd2a Updated from OpenStack Ansible Tests
Change-Id: I5428c1dbd1b2144af8ed924f88420a037c662252
2020-04-13 17:51:47 +00:00
OpenStack Proposal Bot e3780ce474 Updated from OpenStack Ansible Tests
Change-Id: I2fbf4f90117c5e8108e877ce0fe9a9e91cea32ce
2020-03-06 17:58:19 +00:00
OpenStack Proposal Bot 0de8517a6e Updated from OpenStack Ansible Tests
Depends-On: https://review.opendev.org/709720/
Change-Id: Ia08ac22121a5188aebb79f4976957594d0b89382
2020-02-25 21:11:18 +00:00
OpenStack Proposal Bot 423a63c53c Updated from OpenStack Ansible Tests
Change-Id: I2f4686b929542973fedf4d3b1ba60efa693eb835
2019-05-09 11:35:09 +00:00
OpenStack Proposal Bot 81112cd6f8 Updated from OpenStack Ansible Tests
Change-Id: I38426d36e16499221a266f361ef865167a0fb1d5
2019-03-22 22:03:46 +00:00
OpenStack Proposal Bot 2f7550bc7d Updated from OpenStack Ansible Tests
Change-Id: Ic133f69a3dba3773e8293e1305d2ab13cfab72c7
2019-02-27 06:05:41 +00:00
OpenStack Proposal Bot 39b80d32c1 Updated from OpenStack Ansible Tests
Change-Id: Ie3b98e31a2131c14b634485a96fe2971970b367f
2017-12-06 00:06:26 +00:00
OpenStack Proposal Bot b9410c83af Updated from OpenStack Ansible Tests
Change-Id: I78d0876c33b42e0c6f2b2f3a96f0d5137cb72b41
2017-09-14 18:00:01 +00:00
OpenStack Proposal Bot 3edac774fc Updated from OpenStack Ansible Tests
Change-Id: I1ffb7ed517a656f4b90ff3d8019c3468d386e656
2017-08-31 15:19:35 +00:00
OpenStack Proposal Bot 1dffcac7d9 Updated from OpenStack Ansible Tests
Change-Id: Ieddb042952c7b1e12b62116daf1d7f6c199f93b8
2017-08-09 16:40:41 +00:00
OpenStack Proposal Bot 3b39c589e1 Updated from OpenStack Ansible Tests
Change-Id: I8e18dca63e23dbae7918ba498a5732413dc092e2
2017-07-31 19:11:19 +00:00
OpenStack Proposal Bot 862390a3d4 Updated from OpenStack Ansible Tests
Change-Id: I8e8cd3177a43da182613e5bf3287b389b5fff1a3
2017-07-06 21:08:42 +00:00
OpenStack Proposal Bot 1be4415dee Updated from OpenStack Ansible Tests
Change-Id: I67c9e09262c3caf1307dcff89caab1124d40ec17
2017-06-22 15:19:51 +00:00
Logan V c7e76d0332 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I4a40f60d5ebd9ed8b542497a230976be98b241e0
2017-03-03 12:49:48 -06:00
Jesse Pretorius 228158e91b 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: I343e357fa036222b056939d8db9cd8f7e8a45b7a
2017-02-09 13:59:02 +00:00
Andy McCrae 00c1bb4ea3 Remove Trusty support from os_neutron role
Change-Id: I68190e4d5bbb99ceaa139229fa39b7499644df6e
Implements: blueprint trusty-removal
2016-12-15 13:20:29 +00:00
Jesse Pretorius 52b66dd186 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: Ie09211a7761d759c71a5fcbe7062df0196e22b58
Related-Bug: #1620849
2016-09-09 10:43:10 +01:00
Qin Wang 0c7fad38cf Add SNI support via OS packages for os_neutron
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: I714290136850e62256128ee16a54bf88541fbff9
2016-08-18 18:47:03 +00:00
Andreas Jaeger 92bc3bae04 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: I3cf19cf423de4a65700a1eb30a2d8f43d64af278
2016-08-15 21:52:54 +00:00