Commit Graph

23 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov d3ef8b1256 Deprecate openstack-ansible-galera_client role
Since we moved all functionality of galera-client part to galera-server
role there's no sense in futher keeping and branching of client part.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/765777
Change-Id: I1623dbc80bee4eb7d889ee570d0ce27697b58cea
2020-12-07 12:41:44 +02:00
OpenStack Proposal Bot ebe47b5947 Updated from OpenStack Ansible Tests
Change-Id: I62ec98a915de5f8f1421b4f004aeb3382d353b9e
2020-05-22 07:00:18 +00:00
OpenStack Proposal Bot 6b51cfdc66 Updated from OpenStack Ansible Tests
Change-Id: I111685d43b6f790868ea01ccb6fc77cb7d3fd38b
2020-05-12 18:02:48 +00:00
OpenStack Proposal Bot 6d6ea45e0e Updated from OpenStack Ansible Tests
Change-Id: Ied1cd25c4d766a579e699565883be0fc2b3d7159
2020-03-11 12:45:19 +00:00
OpenStack Proposal Bot 2200d254bb Updated from OpenStack Ansible Tests
Change-Id: I78cae2cfd62722f2188fa07e00e26aff0158dfce
2020-03-06 17:53:48 +00:00
OpenStack Proposal Bot 12bc357cd0 Updated from OpenStack Ansible Tests
Change-Id: I84dd89be41fe21fc5d540ca0c0fa4dcfd51e45f1
2020-02-24 13:05:26 +00:00
OpenStack Proposal Bot 804619f06f Updated from OpenStack Ansible Tests
Change-Id: I1d6fedd0fab4f59596845dc3d1dcaade629e6e9e
2019-05-09 11:33:31 +00:00
OpenStack Proposal Bot 86b0eebbb8 Updated from OpenStack Ansible Tests
Change-Id: I90cef58e94fb5e4fa7f7d2ec3d5b4a43f37635b3
2019-03-22 21:55:09 +00:00
OpenStack Proposal Bot d53d623eed Updated from OpenStack Ansible Tests
Change-Id: Ib3be560107234a0f11bd07e4db75c5a603c794a9
2019-02-27 06:01:40 +00:00
OpenStack Proposal Bot 1c4323d2d5 Updated from OpenStack Ansible Tests
Change-Id: I6ceb6b1e11356e0657f66b42dd2bac15e2db1827
2017-12-06 00:05:25 +00:00
OpenStack Proposal Bot b6b7b61c14 Updated from OpenStack Ansible Tests
Change-Id: I869711dd577f9e37949ed053f67c09aeedebae33
2017-09-12 23:54:41 +00:00
OpenStack Proposal Bot 83a34e0ca9 Updated from OpenStack Ansible Tests
Change-Id: Idcbc30d78891292e3d54fb48b4c4316fa6323d65
2017-08-31 15:18:39 +00:00
OpenStack Proposal Bot 1f4b76234f Updated from OpenStack Ansible Tests
Change-Id: I3837bc02d23ca66b2318af353d455e21534f6658
2017-08-24 13:57:19 +00:00
OpenStack Proposal Bot 35b1ce8571 Updated from OpenStack Ansible Tests
Change-Id: I0f84aaecc758fba24d2efc11bed1ed0103f4f116
2017-08-04 15:21:24 +00:00
OpenStack Proposal Bot c4745e7ae0 Updated from OpenStack Ansible Tests
Change-Id: I1afd970b2dde5837e46b37978aaae5496250d9af
2017-07-31 19:10:24 +00:00
OpenStack Proposal Bot 539a46c156 Updated from OpenStack Ansible Tests
Change-Id: I5d6a3c57872f52ba998666d9da1c210840c9063a
2017-07-06 21:07:44 +00:00
OpenStack Proposal Bot 5c78a67d01 Updated from OpenStack Ansible Tests
Change-Id: I248da143d0534a8677a8b4636e021830280a442c
2017-06-18 14:41:23 +00:00
Logan V aa90feffdb Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I1c897a86b19a955f111709aeb857222d9a7ab019
2017-03-03 12:49:07 -06:00
Andy McCrae 99f1f7d59f Remove Trusty support from galera_client role
Change-Id: I739651ff2c36fbe487abb3ad7f56038c0a12e748
Implements: blueprint trusty-removal
2016-12-15 12:41:21 +00:00
Joshua Hesketh c238e99b19 Replace github.com with git.o.o
Change-Id: Ic243a7801a60ae12ea820730672bcf8eb6a50d1a
2016-11-03 12:12:17 +11:00
Jesse Pretorius acc80d2169 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.

Related-Bug: #1620849
Change-Id: I5854c50807befb7bea95613cdc9d61611550da01
2016-09-09 09:08:02 +00:00
Qin Wang 09aecc24a9 Add SNI support 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: I1a0895da41d891e68ff2f05aaadc129aa815a482
2016-08-19 16:44:22 +00:00
Andreas Jaeger 8d1b8bbd42 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: I95f158ac6db2b7e39416ddcd98689e6f12a17f57
2016-08-12 20:55:42 +02:00