Commit Graph

21 Commits

Author SHA1 Message Date
OpenStack Proposal Bot baeea3b398 Updated from OpenStack Ansible Tests
Change-Id: I8b0204c86093c37a80eee0d0493c1016ca10db63
2022-03-29 17:19:51 +00:00
OpenStack Proposal Bot 1a8c0e75aa Updated from OpenStack Ansible Tests
Change-Id: Ifd11fb59ef62021f03dcdc0335b80ed436e7b5b6
2021-03-12 22:22:38 +00:00
OpenStack Proposal Bot 7f58e1cc61 Updated from OpenStack Ansible Tests
Change-Id: Ia2206bbb2a5a4634b327bac8e779d12d3b80e5d2
2020-09-24 16:59:21 +00:00
OpenStack Proposal Bot c9ab6c4bd2 Updated from OpenStack Ansible Tests
Change-Id: I916c9d8d4bc4772083e17b9b9fec598194a230fe
2019-07-18 22:20:54 +00:00
OpenStack Proposal Bot 582a189117 Updated from OpenStack Ansible Tests
Change-Id: Ia58f4b417fb6e6f8ddf6f53427a7aba2abbeffab
2019-05-09 11:36:04 +00:00
OpenStack Proposal Bot 23227774b3 Updated from OpenStack Ansible Tests
Change-Id: I9ff2763a415c2ae0237325349de32c3ea611569f
2019-04-22 07:17:14 +00:00
OpenStack Proposal Bot 3523911b7f Updated from OpenStack Ansible Tests
Change-Id: Ia3dd967eb5c51a1e6e8fbb149f8916494c5dcb0f
2019-02-27 06:07:56 +00:00
OpenStack Proposal Bot 5838680a31 Updated from OpenStack Ansible Tests
Change-Id: I3e51f4457fd85171ac363094e31f9b2787c93480
2018-09-29 04:57:04 +00:00
OpenStack Proposal Bot 711c975cb5 Updated from OpenStack Ansible Tests
Change-Id: I40694f81c11bb47951d2b6f6566f83d112df6b6c
2018-04-30 05:17:37 +00:00
OpenStack Proposal Bot 1d929cb35a Updated from OpenStack Ansible Tests
Change-Id: I5e3dd7efc31f4f7ed5366e7a9ebeecaa40aa458c
2018-03-27 15:58:34 +00:00
OpenStack Proposal Bot 1fd7a55b71 Updated from OpenStack Ansible Tests
Change-Id: Id665d6ea81a9288aee6f132ea5b7be58e4a8188c
2017-11-10 13:18:39 +00:00
Jesse Pretorius de82c8009d 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: Ifa650996eb87c6519ea3dfc449ebde92a8d7802d
2017-10-17 18:04:21 +01:00
OpenStack Proposal Bot 739ee8b0d0 Updated from OpenStack Ansible Tests
Change-Id: I9493d480e3f3adb9ed018409b679b8b955913468
2017-08-03 15:27:25 +00:00
OpenStack Proposal Bot 494daaf5d6 Updated from OpenStack Ansible Tests
Change-Id: I159b269f2cad4a4da0dc9be65e4a1b132a830430
2017-06-22 15:20:22 +00:00
Markos Chandras 76ca77d16b Add SUSE support
Add support for SUSE based distributions. We also update the bindep.txt,
run_tests.sh, .gitignore, tests-repo-clone.sh and Vagrantfile files
from the openstack-ansible-tests repository.

Change-Id: I5a2b3cae0ed325abb3920e9a684d25898df6027d
2017-05-17 20:38:30 +01:00
Cuong Nguyen 0f87667b89 Add Vagrantfile for local testing
Update run_test.sh to install python2 for Ubuntu 16.04 and CentOS 7
before executing tests

Change-Id: Ib8d1a19b53064e9c7e538ded1883ce6c98c99566
2017-02-15 11:52:30 +07:00
Major Hayden 1a9de219b3 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: I7c62831bdb367beadaf30ab99e2f945ccdec3f32
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:50:33 +00:00
Kevin Carter 3940a7853f Update testing bits for consistency
Change-Id: Ie3d9739f04384cbb9c18f45dbc396b3c0911c6a7
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-17 17:11:41 -04:00
Shashank Tavildar 4b25820c11 Added SNI support for repo_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 in the same
way that the gate tests install them.

Change-Id: Iebf96485bac77e7a5d07b11e4b03d0d044c23d8b
2016-08-19 20:43:01 +00:00
Jesse Pretorius 93b25a4a22 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: Iea2ee99edcce544726d4d53ef775ad5777a7e024
2016-05-03 09:24:05 +00:00
Kevin Carter 725222afee
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-12-09 09:25:37 -06:00