Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot c07d4da6e7 Updated from OpenStack Ansible Tests
Change-Id: I6783caeff69c077c906328602f0db647be774757
2021-03-12 22:18:41 +00:00
OpenStack Proposal Bot c1268a7590 Updated from OpenStack Ansible Tests
Change-Id: I276fcc0a3e3458ee2262eca5b512c54716a30420
2020-05-22 07:04:27 +00:00
OpenStack Proposal Bot 800ca5b38e Updated from OpenStack Ansible Tests
Change-Id: Ib7978700bb9425434d2c5938d21d834381247e80
2020-05-12 18:03:55 +00:00
OpenStack Proposal Bot 7d38a01be3 Updated from OpenStack Ansible Tests
Change-Id: I63b3a5c015e2e3ddb040f297e9770e2c57a7a382
2020-03-11 12:46:16 +00:00
OpenStack Proposal Bot 569cd40842 Updated from OpenStack Ansible Tests
Change-Id: Idaaceb3ef8e357f212401de639d0578f82b97adf
2020-02-24 13:09:46 +00:00
OpenStack Proposal Bot 3420ea8142 Updated from OpenStack Ansible Tests
Change-Id: I9acc37ec1b8d14426b1103818cd64cbb687d7140
2019-05-09 11:34:30 +00:00
OpenStack Proposal Bot 62032d1092 Updated from OpenStack Ansible Tests
Change-Id: I56d88dfe3ade573f1cf2a3db611f79081d3b53b7
2019-03-22 22:00:03 +00:00
OpenStack Proposal Bot 6be257125f Updated from OpenStack Ansible Tests
Change-Id: I1a37602d8cd338434231cb6a4044c4916c51d410
2019-02-27 06:03:58 +00:00
OpenStack Proposal Bot 6043bb0719 Updated from OpenStack Ansible Tests
Change-Id: Ia090abb1537c4a9581d3e120e97c3c75ed5e24c3
2017-12-06 00:06:01 +00:00
OpenStack Proposal Bot 5deac655a8 Updated from OpenStack Ansible Tests
Change-Id: I257a8ebbd75bd20482383fb3c645d6b45ed59ddf
2017-09-14 17:59:43 +00:00
OpenStack Proposal Bot 90b0124032 Updated from OpenStack Ansible Tests
Change-Id: I1fa5aa288fb86b82892f06669376eae87658b5b2
2017-09-11 21:13:39 +00:00
OpenStack Proposal Bot c474697d6d Updated from OpenStack Ansible Tests
Change-Id: I5067e3ed073696f0c51b62569fe9f964905ea281
2017-08-31 15:19:13 +00:00
OpenStack Proposal Bot f985ed370d Updated from OpenStack Ansible Tests
Change-Id: I52e8038a32e8af82185d5a06542f0445aafab6b5
2017-08-24 13:57:52 +00:00
OpenStack Proposal Bot 01cbd0805d Updated from OpenStack Ansible Tests
Change-Id: I37485caee4e6b7b8c15d1aaf5d8fd74d19a98d16
2017-08-04 15:21:58 +00:00
OpenStack Proposal Bot d097e5f0b7 Updated from OpenStack Ansible Tests
Change-Id: I18947c80ac5acc46fa3ff25ebba29fefbaf6973d
2017-07-31 19:10:57 +00:00
OpenStack Proposal Bot a95b64f70d Updated from OpenStack Ansible Tests
Change-Id: I96a96d5e6e741f7a33627671f2a9b4b2e2f1a1f1
2017-07-06 21:08:19 +00:00
OpenStack Proposal Bot 3f5e8a7449 Updated from OpenStack Ansible Tests
Change-Id: I578c857c592912ea6e3e211fe8c38810ba69c467
2017-06-22 15:19:28 +00:00
Andrey 78b7d8a0dc Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Ifcc98b38ce70445f9e2e0aa17269660acc102fec
2017-03-03 19:03:19 +00:00
Andy McCrae 42838c971c Remove Trusty support from os_glance role
Change-Id: If44365b0c00588a40802afe12f937b0c5ae797f8
Implements: blueprint trusty-removal
2016-12-15 13:17:08 +00:00
Jesse Pretorius 482a97671c 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: I2ef51aa6ab35a1a8d079fe395817d9967dfada1c
Related-Bug: #1620849
2016-09-15 06:01:58 +00:00
Shashank Tavildar 460625713c Added SNI support for os_glance package
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: Ib931f639410b0a1d9f93e2abfb060c705c7b6afb
2016-08-19 20:59:43 +00:00
Andreas Jaeger 46483d109f 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: I9d50879d02654b57d8ced38abaffbf403ca24ea6
2016-08-12 20:59:07 +02:00