Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot d843d22e11 Updated from OpenStack Ansible Tests
Change-Id: I804060665979ad705f64eb7824a54e2937f5f821
2021-03-12 22:18:34 +00:00
OpenStack Proposal Bot c7636f9665 Updated from OpenStack Ansible Tests
Change-Id: I6d07517ee2912420595f876d41b5f9fbdc8aded5
2020-05-22 07:04:14 +00:00
OpenStack Proposal Bot 715c1fefbb Updated from OpenStack Ansible Tests
Change-Id: Ifee4aa3b486eba48b6649e411b219110c835d3ba
2020-05-12 18:03:52 +00:00
OpenStack Proposal Bot 6b53c22fa6 Updated from OpenStack Ansible Tests
Change-Id: I6da865b1c18e9fd491d541013adb2f6b2c8c8364
2020-03-11 12:46:13 +00:00
OpenStack Proposal Bot 61d9f8fa26 Updated from OpenStack Ansible Tests
Change-Id: Id703ccdf32a49d5d14708fb5fecfd0fcc37b7d34
2020-03-06 17:56:00 +00:00
OpenStack Proposal Bot 7de94ce3b0 Updated from OpenStack Ansible Tests
Change-Id: I766270d3ef4ea0f831113097d844f1e1311daae9
2020-02-24 13:09:32 +00:00
OpenStack Proposal Bot 5bf11d06fd Updated from OpenStack Ansible Tests
Change-Id: Ie0f2e2fe0d53b0f7bf491f68b31e9f1832e83aa5
2019-05-09 11:34:27 +00:00
OpenStack Proposal Bot 8aac371b10 Updated from OpenStack Ansible Tests
Change-Id: Id62c78549fa52197219b5c5002d7aa7f0a69a954
2019-03-22 21:59:49 +00:00
OpenStack Proposal Bot c7cfc00ad6 Updated from OpenStack Ansible Tests
Change-Id: I32b0c1755d560724a85d1a370581364b0a54e972
2019-02-27 06:03:52 +00:00
OpenStack Proposal Bot a5be72af01 Updated from OpenStack Ansible Tests
Change-Id: I87a45d152f518b2cb8de7794c2bb0abc3212ecfb
2017-12-06 00:05:59 +00:00
OpenStack Proposal Bot 8cf44f658c Updated from OpenStack Ansible Tests
Change-Id: Ie66fe3124ca412d81711c5d35777f90cd6027cd8
2017-09-12 23:55:10 +00:00
OpenStack Proposal Bot 949641f1ec Updated from OpenStack Ansible Tests
Change-Id: Idacd3cf9c1df018f776a18c53499d03d05fe9ef2
2017-09-11 21:13:35 +00:00
OpenStack Proposal Bot 207f87ed1b Updated from OpenStack Ansible Tests
Change-Id: Ic8ca783ae3b90a21f6de54f6d9993b007e0cee69
2017-08-31 15:19:09 +00:00
OpenStack Proposal Bot fba7374f6a Updated from OpenStack Ansible Tests
Change-Id: Ia5fa2937755750a9427f501978618dae05089345
2017-08-24 13:57:48 +00:00
OpenStack Proposal Bot a06393909c Updated from OpenStack Ansible Tests
Change-Id: Ibaf961659e517699cced57a51cf1a725ff8cb24c
2017-08-04 15:21:54 +00:00
OpenStack Proposal Bot 307d879729 Updated from OpenStack Ansible Tests
Change-Id: Ifde5d56209a4cb95837ae8d47b1f9eb408268275
2017-07-31 19:10:53 +00:00
OpenStack Proposal Bot 56fd02a075 Updated from OpenStack Ansible Tests
Change-Id: I90372364be42c993b7aa0ec89cefc514a81f0bdf
2017-07-06 21:08:15 +00:00
OpenStack Proposal Bot 1c4d03556c Updated from OpenStack Ansible Tests
Change-Id: I55f2d1ccb5becd4fd2d11e1d13f274b20f5e0317
2017-06-22 15:19:24 +00:00
Logan V 7f7714efa5 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: If0d24a71fd2cc724566b83c2b3485b1e92581598
2017-03-03 12:49:35 -06:00
Andy McCrae 5a6d24ea90 Remove Trusty support from os_designate role
Change-Id: I7e0c3b72a556a62f805b0a6c15750032acfb076a
Implements: blueprint trusty-removal
2016-12-15 13:16:25 +00:00
Jesse Pretorius a900e8cd96 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: Ia8a9f927a6c86c5a1fca4faf4c08f57df334674e
Related-Bug: #1620849
2016-09-09 10:31:14 +01:00
Qin Wang cf69f8cbd1 Add SNI support via OS packages for os_designate
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: I532b32a26ca49deb63f66a8f146c7114874bdf87
2016-08-18 18:46:24 +00:00
Andreas Jaeger 0cef5366dc 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: I75e2c517db07fa9c766eea7ef2f3f4e596d3412d
2016-08-12 20:58:53 +02:00