Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 79ed827630 Updated from OpenStack Ansible Tests
Change-Id: I6083b169ab3b3a172b3402c023d107d41d09b099
2022-03-29 17:17:14 +00:00
OpenStack Proposal Bot 27e938b38b Updated from OpenStack Ansible Tests
Change-Id: I0f3e11b33ce37a4a35fd0196524628ceb7864cf1
2021-03-12 22:15:51 +00:00
OpenStack Proposal Bot 617dd4e063 Updated from OpenStack Ansible Tests
Change-Id: I06ff717cd38f35bf8c096bbf41cabb7f47cd3ab9
2020-09-24 16:53:40 +00:00
OpenStack Proposal Bot 798968d160 Updated from OpenStack Ansible Tests
Change-Id: I53b62ca930a7bde71b11bd70af3e70557a902bd6
2019-07-18 22:16:35 +00:00
OpenStack Proposal Bot 3ebf85c9a7 Updated from OpenStack Ansible Tests
Change-Id: I38203d0a60e0ade76203afd74b58a64d9056762c
2019-05-09 11:33:34 +00:00
OpenStack Proposal Bot 6c501d4644 Updated from OpenStack Ansible Tests
Change-Id: Ifad0cdd6c5ea008c056d737dbb1221b32448fb3f
2019-04-22 07:12:22 +00:00
OpenStack Proposal Bot 632b0a8d82 Updated from OpenStack Ansible Tests
Change-Id: If07875f1ac74ee8cf02e27894ee559cf2120b060
2019-02-27 06:01:47 +00:00
OpenStack Proposal Bot f263df1f97 Updated from OpenStack Ansible Tests
Change-Id: I8d14731ce1583b879c702fca23ecd55b856ac517
2018-09-29 04:52:26 +00:00
OpenStack Proposal Bot 3a7f1ed5b8 Updated from OpenStack Ansible Tests
Change-Id: If5b8647e6dec171ab0216899e6f745d92d6eccd4
2018-04-30 05:11:50 +00:00
OpenStack Proposal Bot 7ad19d8241 Updated from OpenStack Ansible Tests
Change-Id: I0004a93e1a1fcea3c06d0297a1722224b426520a
2018-03-27 15:47:23 +00:00
OpenStack Proposal Bot 6d1dd0c112 Updated from OpenStack Ansible Tests
Change-Id: If02338d6548c01cc13d61824b5b08624daedff21
2017-11-10 20:07:07 +00:00
Jean-Philippe Evrard e8b4875e40 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

Change-Id: I1911542e61df7bed475eac199669773ae4e1a205
2017-10-17 19:29:16 +01:00
OpenStack Proposal Bot 994b96c93d Updated from OpenStack Ansible Tests
Change-Id: Id127be91bc71412e542f62632c523b5ce3401ca8
2017-08-03 15:25:56 +00:00
Markos Chandras 0b06c1658c Sync test files with the openstack-ansible-tests repository
In preparation for adding support for SUSE distributions, we sync the
test files from the openstack-ansible-tests repository so the upcoming
commits can be tested on all supported distributions.

Change-Id: I2244f7cf0de908a10eec244122f8be32c3ade459
2017-06-14 15:32:14 +00:00
Cuong Nguyen 144216bfe9 Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
- Install python2 for Ubuntu 16.04 and CentOS 7 before executing test
  script.

Change-Id: I7b4b070bdea983aef5dff69939ce7991419292af
2017-02-07 08:57:18 +07:00
Major Hayden f89ee901c3 Update and clean up run_tests.sh
The run_tests.sh script fails when it is run multiple times on CentOS.
The `bindep` run returns an empty list of packages and then `yum`
exits with an error since no packages were provided to install.

This patch checks the length of the `bindep` output and skips the `yum`
installation when the package list is empty.

The patch also cleans up some of the old cruft left over from previous
scripts and avoids repetition.

Change-Id: I05f47ad8dc0f5a6c2a48a37be1d0d994164c349a
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:49:34 +00:00
Kevin Carter 6029354891 Update testing bits for consistency
Change-Id: I5f449375e873c5358ac979bb6729873d2ab519d3
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-17 17:10:10 -04:00
Shashank Tavildar 658c8489cc Added SNI support for galera_server role 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: Ib43145a80fbe3c65d1f2720225da92ea1e978bc5
2016-08-19 20:59:00 +00:00
Michael Gugino ff22a68003 Add apt-get update to run_tests
Change-Id: I31c216223299431f13591e87f1fa03b92c66a5a6
2016-08-19 10:48:52 +00:00
Kevin Carter 5b23837dd0
Add CentOS7 support to Galera Server
Updates the multi-distro framework to add CentOS7 support.

Depends-On: Ieadcdd70e9b8271aee3880896255a5037f56567e
Change-Id: I7e889ea4653a6972ea7f8208416fc1fc3db45e5c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-05-23 13:04:38 -05:00
Jesse Pretorius cca71a5774 Add dependencies for paramiko 2.0
Paramiko version 2.0 has been released. It now uses the Python library
cryptography. Installing this requires additional system packages. This
commit adds in the appropriate packages required by cryptography based
on its documentation [1].

An alternative approach would have been to constrain the version of
Paramiko however the project describes the 1.x versions as relying on
insecure dependencies [2].

[1] https://cryptography.io/en/latest/installation/
[2] http://www.paramiko.org/installing.html

Change-Id: I3342166dc5c66c7a1773330c6ce47dafd7ff5535
2016-05-03 08:54:07 +01:00
git-harry 3aa680f1fb Add executable bit to run_tests.sh
Modify run_tests.sh file permissions to make the script executable to
increase the convenience of using the script.

Change-Id: Ie875e824d54a5d771952f6117390fa4d87f98349
2016-04-13 06:11:19 +00:00
Kevin Carter 25a9eb3901
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:23:50 -06:00