Commit Graph

21 Commits

Author SHA1 Message Date
OpenStack Proposal Bot b3916a829f Updated from OpenStack Ansible Tests
Change-Id: Ib0284b72508a4be04a4f87deb03a8efbfe19aef7
2022-04-04 09:21:23 +00:00
OpenStack Proposal Bot dd9bd41c8c Updated from OpenStack Ansible Tests
Change-Id: I98692b8aa538966642b2c5984b34f3dd8c7608b7
2021-03-12 22:20:56 +00:00
OpenStack Proposal Bot c403580f97 Updated from OpenStack Ansible Tests
Change-Id: I2582b19210e5b0c8a0a85907499d34ee0d6d03a7
2020-09-24 16:57:57 +00:00
OpenStack Proposal Bot a6bf9ad20e Updated from OpenStack Ansible Tests
Change-Id: I339782e0d8ad3a5e2766bc7c5b5f54b8a2d77072
2019-07-18 22:19:47 +00:00
OpenStack Proposal Bot e18d963662 Updated from OpenStack Ansible Tests
Change-Id: Id5637db09cc9317b1632b6057415705a2431bd57
2019-05-09 11:35:25 +00:00
OpenStack Proposal Bot b7cdb5c3ea Updated from OpenStack Ansible Tests
Change-Id: Ie11d5dcf5912f23684ebd93ff0548791d57bded6
2019-04-22 07:15:55 +00:00
OpenStack Proposal Bot e32171e754 Updated from OpenStack Ansible Tests
Change-Id: I7b5787992afbfde2ad24272f24351471da14f00d
2019-02-27 06:06:16 +00:00
OpenStack Proposal Bot 14e25e0bfb Updated from OpenStack Ansible Tests
Change-Id: I3c5bb442ea9616b2237b707650f8dc145831701b
2018-09-29 04:55:46 +00:00
OpenStack Proposal Bot 007e80e40f Updated from OpenStack Ansible Tests
Change-Id: Ic6eaad46d755e7bf43d964c63568b4600e7ad24b
2018-04-30 05:16:03 +00:00
OpenStack Proposal Bot 2efd849ee2 Updated from OpenStack Ansible Tests
Change-Id: I3db89f2bedd4b84d2f7f372a5d2b49fe06607d91
2018-03-27 15:55:28 +00:00
OpenStack Proposal Bot 93c60fccd6 Updated from OpenStack Ansible Tests
Change-Id: I8bef27f1659b4404939c4b52991a0fae208bc77c
2017-11-10 13:17:33 +00:00
Jesse Pretorius 22b34fbf86 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: I3103b032d8847eeb044d87e0ed7950c9078e18a1
2017-10-17 20:52:06 +00:00
OpenStack Proposal Bot ffe290ca61 Updated from OpenStack Ansible Tests
Change-Id: Iea143b7bf7e163e74bed099311ad67c023a5499f
2017-08-03 15:26:59 +00:00
OpenStack Proposal Bot df7dfdc2b3 Updated from OpenStack Ansible Tests
Change-Id: I17c7e76c3e67c4775aa41903060ec273696a6ac9
2017-06-22 15:19:58 +00:00
Cuong Nguyen c754941f7c 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: I457b4be9e143328e07b4c8160925cc44237938df
2017-02-07 10:59:44 +07:00
Major Hayden cbf53b8275 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: I68373ad89a165ad708851242f7ff8bb1518085df
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:55:38 +00:00
Kevin Carter 4fb142762e Update testing bits for consistency
Change-Id: I6835cefb6ca2eabc6d4bfbb8f2cd66479d0247cb
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-17 16:55:27 -04:00
Qin Wang 8ae853d309 Add SNI support via OS packages for os_rally
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: Ic3bf4b4238c1c6260d3c8dc0e4800ff26691ae93
2016-08-18 18:47:18 +00:00
Jesse Pretorius 114da46a39 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: I9ea9f7cbe946c9141189c4bcb9ba98656c8495b4
2016-05-03 08:56:52 +01:00
Travis Truman 329318acfa Adding testing 2016-03-25 11:28:16 -04:00
Travis Truman 1e6d9b3a46 Inital commit 2016-03-24 17:13:47 -04:00