Commit Graph

20 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 08df11fcd0 Updated from OpenStack Ansible Tests
Change-Id: I7a29b014e915849ef3b34e458f5d1ecc094fc88f
2022-03-31 20:25:07 +00:00
OpenStack Proposal Bot ca738d4465 Updated from OpenStack Ansible Tests
Change-Id: If59bdebf0e46e81be8ae58f2dee1a5ede56c39a6
2021-03-12 22:19:06 +00:00
OpenStack Proposal Bot be35f492ff Updated from OpenStack Ansible Tests
Depends-On: https://review.opendev.org/754382
Change-Id: I2c60a5ed861b3d8f364668ef9efb858a7cc895f5
2020-09-25 12:57:18 +00:00
OpenStack Proposal Bot 57312e81d5 Updated from OpenStack Ansible Tests
Change-Id: I28216e35eaee9fe4fe69a61002f31ab4e013d6d8
2019-07-18 22:18:30 +00:00
OpenStack Proposal Bot 1a4b5873d0 Updated from OpenStack Ansible Tests
Change-Id: If96aa071c9a7780737f6fb3571f95aa7e9cb8fae
2019-05-09 11:34:39 +00:00
OpenStack Proposal Bot 0b400d1232 Updated from OpenStack Ansible Tests
Change-Id: I19ee53738fb1e6888a190204f95ab3c06f021ae4
2019-04-22 07:14:25 +00:00
OpenStack Proposal Bot 490ab8f7fe Updated from OpenStack Ansible Tests
Change-Id: Iba858a118f679ba93e24532042e1468517681560
2019-02-27 06:04:32 +00:00
OpenStack Proposal Bot 60250c508e Updated from OpenStack Ansible Tests
Change-Id: I8020d55342add56c018c11a8c576627026e8a990
2018-09-29 04:54:31 +00:00
OpenStack Proposal Bot f19888c6ed Updated from OpenStack Ansible Tests
Change-Id: I03956009308002b33f83fe285ed84e6c85f9f3fa
2018-04-30 05:14:32 +00:00
OpenStack Proposal Bot 4cf1067cf1 Updated from OpenStack Ansible Tests
Change-Id: I2b064582b9bdde211b3aebd9a8ae78212c48f32a
2018-03-27 15:52:26 +00:00
OpenStack Proposal Bot 6d8a7b30c9 Updated from OpenStack Ansible Tests
Change-Id: Idff906f80835ba92d94a911f2ce974924664004e
2017-11-10 13:16:31 +00:00
Jesse Pretorius bf53e0b3ee 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: Ia99b5dd4197b6e8cf0d3bc13d5f121250142d452
2017-10-17 18:11:21 +01:00
OpenStack Proposal Bot 308201a1b3 Updated from OpenStack Ansible Tests
Change-Id: If925aea0d8329497e2ac1d9ca0036af2f651e773
2017-08-03 15:26:38 +00:00
OpenStack Proposal Bot 10e8e7c422 Updated from OpenStack Ansible Tests
Change-Id: I27521c427ec0d12fc705d2dc9c587cce581204c9
2017-06-22 15:19:34 +00:00
Cuong Nguyen 2398c492fa 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: I7166e815157e004236435ac8aa8e4ab30105e913
2017-02-07 10:56:07 +07:00
Major Hayden 9c8540bfb6 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: I1dfc18a347386b03196b0a7021cdd01f79124fcf
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:48:05 +00:00
Travis Truman 09185c5bbd Ansible 2.1.1 role testing
Change-Id: I36c72b4930dceb730371290461c5cdd1c22b70ea
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-26 08:55:39 -04:00
Shashank Tavildar 0afea1fea1 Added SNI support for os_horizon 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: Ic05b42403920d54a604bcb3f8174db1f4b2b75f6
2016-08-18 15:18:59 +00:00
Jesse Pretorius 30138c2850 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: I19c0f95e65bf7d57090398d92b11303589f0619c
2016-05-03 08:56:09 +01:00
Travis Truman 8c21de8612 Implement base configuration for independent repository
Change-Id: I2226f825d2d5132331496ce2cf8aeda65d605dff
2016-03-02 09:39:02 -05:00