Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot b221ba653f Updated from OpenStack Ansible Tests
Change-Id: I0cb7e9fb3177f5206b9458c897e37d7ba95f9fa2
2022-03-29 17:17:27 +00:00
OpenStack Proposal Bot 511dc50e31 Updated from OpenStack Ansible Tests
Change-Id: Ie2bcdb5c5d46134c10b91091afd7e9bc34f006f2
2021-03-12 22:16:27 +00:00
OpenStack Proposal Bot 61248479df Updated from OpenStack Ansible Tests
Change-Id: Ifd27af82266763502f4848e003d006b09da8a2b5
2020-09-24 16:54:06 +00:00
OpenStack Proposal Bot 9788dbd783 Updated from OpenStack Ansible Tests
Change-Id: I38763ee38fb3377bc496901d1f749a5f5c6e9771
2019-07-18 22:16:56 +00:00
OpenStack Proposal Bot 2d20a561a7 Updated from OpenStack Ansible Tests
Change-Id: Ia8768366047e091e653b1f263618cca0484ec5c0
2019-05-09 11:33:49 +00:00
OpenStack Proposal Bot aabb3cd8a4 Updated from OpenStack Ansible Tests
Change-Id: If40ff4a8fdbea614abad8c9ef36a9266722f5846
2019-04-22 07:12:45 +00:00
OpenStack Proposal Bot 67c61a1ddd Updated from OpenStack Ansible Tests
Change-Id: I2077eca140ed6be82c111910cb689b2d9a2b0321
2019-02-27 06:02:14 +00:00
OpenStack Proposal Bot 1ca385c330 Updated from OpenStack Ansible Tests
Change-Id: If4e9225107de27adcdb398261529e9c4a70ed5b7
2018-09-29 04:52:49 +00:00
OpenStack Proposal Bot 8a45172dcd Updated from OpenStack Ansible Tests
Change-Id: Ie6ff73e89e3315c79ee60caf37396e443e98695d
2018-04-30 05:12:20 +00:00
OpenStack Proposal Bot 02af6cbb45 Updated from OpenStack Ansible Tests
Change-Id: I84ad2052fa8569e14011a9d0465e36ab99af71f4
2018-03-27 15:48:23 +00:00
OpenStack Proposal Bot 25c230d78d Updated from OpenStack Ansible Tests
Change-Id: Id12e78c1230779a7d7cd8816317faf8a1db473c5
2017-11-10 13:15:13 +00:00
Jean-Philippe Evrard 89319fd345 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: Iaee6f1c1836ee85770fd46a215e65cf2b2d517fa
2017-10-17 18:21:07 +00:00
OpenStack Proposal Bot 7a814f41d0 Updated from OpenStack Ansible Tests
Change-Id: I8928b2f769de0c27a29145a66f1bf91a528bfeb5
2017-08-03 15:26:05 +00:00
OpenStack Proposal Bot 3dce07315b Updated from OpenStack Ansible Tests
Change-Id: Id451d0d50b7b49ff52ff3adbeb22e8430be1166e
2017-07-06 21:07:54 +00:00
Markos Chandras 58e17aa13e Add SUSE support
Add support for SUSE based distributions

Change-Id: Ib57cceeb9af4d1d0232a20622ad6efdba4cc346d
2017-04-04 16:22:08 +01:00
Cuong Nguyen 59f157fa6e 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: I3d4ed5981ac0886d4f2b5b5637bf18d27b771557
2017-02-07 08:59:35 +07:00
Major Hayden ef1bb29c15 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: I3a659bebd854335c7978b7476bfdbbbff5a46329
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:48:40 +00:00
Kevin Carter 6e4b41c97a Update testing bits for consistency
Change-Id: I3cf79aceb879f1873484ada3b9dacf0c3429f4b0
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-17 17:01:05 -04:00
root f449954030 Add SNI support to memcached_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: I08e081c77eb034111d43b7d1a10e3c69c5a72383
2016-08-22 14:54:19 +00:00
Michael Gugino 8b47adfb1e Add apt-get update to run_tests
Change-Id: Ied6f4032bf9d868ca8d58806f5dd285d1f397d7f
2016-08-18 16:29:38 -04:00
Jesse Pretorius 9e229be128 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: I57683eaba7491d87ebafbe402226a83da6de4dd3
2016-05-03 08:54:39 +01:00
Kevin Carter b818df54e2
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:24:22 -06:00