Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 4a49faf8a9 Updated from OpenStack Ansible Tests
Change-Id: Id45dfabd042e33e2a28a035ec83c4d9e8210ff1f
2022-03-29 17:19:43 +00:00
OpenStack Proposal Bot 5fd1ead4e2 Updated from OpenStack Ansible Tests
Change-Id: I47600336eac6245e2d2e9ae42399dbd437cdab12
2021-03-12 22:22:09 +00:00
OpenStack Proposal Bot 0c40af3d4a Updated from OpenStack Ansible Tests
Change-Id: I001407633a1ead3f791b39af271ec53d7f42d340
2020-09-24 16:59:05 +00:00
OpenStack Proposal Bot 206d413242 Updated from OpenStack Ansible Tests
Change-Id: I3572d445d23321340ef9b779ade72d93edcd9335
2019-07-18 22:20:38 +00:00
OpenStack Proposal Bot 5bd60fc162 Updated from OpenStack Ansible Tests
Change-Id: Iab442be4facdf03173fef849d8843e146b839bc0
2019-05-09 11:35:54 +00:00
OpenStack Proposal Bot 5cdb163ffb Updated from OpenStack Ansible Tests
Change-Id: I02b862a0bcb409c0b19bd814dd6bd98686f2417f
2019-04-22 07:16:55 +00:00
OpenStack Proposal Bot 44a8205f5e Updated from OpenStack Ansible Tests
Change-Id: I8aafd9b0a3509a25f578324a68f93804fe8e0f14
2019-02-27 06:07:34 +00:00
OpenStack Proposal Bot 18e0056e91 Updated from OpenStack Ansible Tests
Change-Id: I3ef9a9a6350d70b41d866c1b404fc97cf6516c1d
2018-09-29 04:56:47 +00:00
OpenStack Proposal Bot 1eca517471 Updated from OpenStack Ansible Tests
Change-Id: Icd98d7f3dc4dc7f484b9f3c40910319fd15dca95
2018-04-30 05:17:15 +00:00
OpenStack Proposal Bot 9a7fcdd355 Updated from OpenStack Ansible Tests
Change-Id: I568c106f59487575cc132310d0bf0b4cb0f7aaad
2018-03-27 15:57:51 +00:00
OpenStack Proposal Bot 2091a0bc60 Updated from OpenStack Ansible Tests
Change-Id: I29e5eda779935cdb45271b9af475a747123cc6f6
2017-11-10 13:18:24 +00:00
Jean-Philippe Evrard ead9047761 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: Id5a41c4f09bfc63b373e83493dd85a53850bd71c
2017-10-17 20:43:54 +00:00
OpenStack Proposal Bot 854812eda3 Updated from OpenStack Ansible Tests
Change-Id: I5e94fda06aab1b25a5e0515b636b476ec126ca70
2017-08-03 15:27:19 +00:00
OpenStack Proposal Bot 13fadcde83 Updated from OpenStack Ansible Tests
Change-Id: I3a2292d1b1b27dd1fb6a541dc109c08d25e39a37
2017-06-22 15:20:16 +00:00
Markos Chandras 8d040dc1df Add openSUSE and CentOS as supported distributions
There is no distro specific code in this role so add openSUSE and
CentOS as supported distributions similarly to the rest of the
OpenStack Ansible roles. This also updates the run_tests.sh, bindep.txt
and Vagrantfile from the opentack-ansible-tests repository.

Change-Id: Ib540a8fc3474075393cc5ae351aee5d59bfa4853
2017-04-10 23:07:15 +01:00
Cuong Nguyen d10df27a4a 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: I2d925655ade448eed1eb6777a46e635be05c4a1c
2017-02-07 09:44:37 +07:00
Major Hayden 8142ebbb65 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: I362443afbc7cfc240762f2ce9e7db31d34bd612f
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:51:05 +00:00
Kevin Carter 544adfe686 Update testing bits for consistency
Change-Id: I85713b88818bcc1070a905a1e3a407f2d5e02e86
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-23 15:46:54 +00:00
Shashank Tavildar 7e931aabef Added SNI support for ansible_plugins 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: I80355c8a82a0a0b295672c97c0740809659405b1
2016-08-19 14:50:59 +00:00
Travis Truman 29668ca8f0 Adding Vagrantfile for local testing
Running `vagrant up` will emulate the gate tests

Change-Id: I6d3df08a472b15f646ddfccf502c946b5b13d2e6
2016-08-12 15:13:40 -05:00
Jesse Pretorius e20add1374 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: I7c761221b1fb347eccc820556ea45c58e792563b
2016-05-03 08:57:43 +01:00
Kevin Carter 2c9c5f005b
first commit
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-01-25 18:07:53 -06:00