Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 538ada902f Updated from OpenStack Ansible Tests
Change-Id: Iadf5690442936b5180a1780ab8c643392e8c0514
2021-03-12 22:18:16 +00:00
OpenStack Proposal Bot 6309a28671 Updated from OpenStack Ansible Tests
Change-Id: I62dccef659c4b415ef37232621e29e2f0812dfb0
2020-05-22 07:03:38 +00:00
OpenStack Proposal Bot 6c76aec739 Updated from OpenStack Ansible Tests
Change-Id: Ia3678b0cda90dcadbc228876fed89d15e3e1ad3f
2020-05-12 18:03:42 +00:00
OpenStack Proposal Bot 0df71737f8 Updated from OpenStack Ansible Tests
Change-Id: I5f80cd027a9e4f1b8645bc02f0cf81c41cae6bf1
2020-03-11 12:46:05 +00:00
OpenStack Proposal Bot 68073461e4 Updated from OpenStack Ansible Tests
Change-Id: Id839ffee81b775b0abab01c3ea297da7513cb302
2020-03-06 17:55:39 +00:00
OpenStack Proposal Bot 048dc7435e Updated from OpenStack Ansible Tests
Change-Id: I7015c56654c122cbbaafef42d99f09d4021a6249
2020-02-24 13:08:54 +00:00
OpenStack Proposal Bot aa5acfa015 Updated from OpenStack Ansible Tests
Change-Id: I22dee1c475f1bfbc85a5a353c9cd277c0898eff7
2019-05-09 11:34:19 +00:00
OpenStack Proposal Bot beff251548 Updated from OpenStack Ansible Tests
Change-Id: I94f0c25d6726b04c2e9dc6bfacdbc27fb4a79fd9
2019-03-22 21:58:51 +00:00
OpenStack Proposal Bot 75019ed6c5 Updated from OpenStack Ansible Tests
Change-Id: Icf068578e8e7febe20bf03f7a07168d157193bad
2019-02-27 06:03:31 +00:00
OpenStack Proposal Bot 57cfe69e94 Updated from OpenStack Ansible Tests
Change-Id: I7cf4e46512a0c392ec4f350eb2368e6035b56402
2017-12-06 00:05:54 +00:00
OpenStack Proposal Bot 2a372c9091 Updated from OpenStack Ansible Tests
Change-Id: I6df2f2f6e433f53a07d752d4335b69f33d352eb1
2017-09-12 23:55:06 +00:00
OpenStack Proposal Bot 384e1ba690 Updated from OpenStack Ansible Tests
Change-Id: I193b9068e161f2bbb78e9ce46bcd5ae67b542bf4
2017-08-31 15:19:05 +00:00
OpenStack Proposal Bot 1a00032686 Updated from OpenStack Ansible Tests
Change-Id: I40957da22d2d19b16fa2f04142744f3509bf4808
2017-08-24 13:57:44 +00:00
OpenStack Proposal Bot efacb02649 Updated from OpenStack Ansible Tests
Change-Id: I031f590ccc307ce294fbc18fd16a158dde24645d
2017-08-04 15:21:50 +00:00
OpenStack Proposal Bot bffc93aadb Updated from OpenStack Ansible Tests
Change-Id: I41d60b4f4dc86480295facb3fab9b0fbc15a7a8e
2017-07-31 19:10:50 +00:00
OpenStack Proposal Bot c28a28715b Updated from OpenStack Ansible Tests
Change-Id: Ia36d4e2d500fa28b6d000a01fb9eb13bd3380bf8
2017-07-06 21:08:11 +00:00
OpenStack Proposal Bot d569419d79 Updated from OpenStack Ansible Tests
Change-Id: Ie3cb360b1b630c06ce3dac6b61b4226766cd648a
2017-06-22 15:19:20 +00:00
Andrey 02715dd128 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Ifbfaed9045ea023c609ff6b72bf5c80cdb66017f
2017-03-03 12:42:40 -06:00
Andy McCrae 6683a8db26 Remove Trusty support from os_cinder role
Change-Id: I1959caae206dab450e50dd6f9d7a11137f1d8281
Implements: blueprint trusty-removal
2016-12-15 13:16:08 +00:00
Major Hayden 2653926436 Ansible 2.1.1 update
Co-Authored-By: Major Hayden <major@mhtx.net>
Change-Id: Ic59abac5d7f15da37748d5b9121b74cd8e75d3c3
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-27 15:00:22 +00:00
Jesse Pretorius b5ce16c949 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: I0a084eaec2340dbca6acc9cd41652462d80d875f
Related-Bug: #1620849
2016-09-09 09:30:10 +00:00
Qin Wang b8eaf4f3b6 Add SNI support via OS packages for os_cinder
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: I06c77395d1379e1f36412c6036da2bbfc2ed61ab
2016-08-19 16:50:52 +00:00
Andreas Jaeger ce70cc4a18 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: Ia188d164588e2eeec247a00a5bd1565561982b29
2016-08-12 20:58:23 +02:00