Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot a23f92c9c7 Updated from OpenStack Ansible Tests
Change-Id: I4dfc26d868292b8246caa1748978b2163f31a7d8
2022-03-31 20:15:46 +00:00
OpenStack Proposal Bot c07d4da6e7 Updated from OpenStack Ansible Tests
Change-Id: I6783caeff69c077c906328602f0db647be774757
2021-03-12 22:18:41 +00:00
OpenStack Proposal Bot 0ae1e7bf9e Updated from OpenStack Ansible Tests
Change-Id: I337109a34e4caeb1a848071a0e186a59bead13fd
2020-09-24 16:55:49 +00:00
OpenStack Proposal Bot 629eec6ade Updated from OpenStack Ansible Tests
Change-Id: If7ddb8697b89d7fb785c00c83c0cfb8f970dd583
2019-07-18 22:18:13 +00:00
OpenStack Proposal Bot 3420ea8142 Updated from OpenStack Ansible Tests
Change-Id: I9acc37ec1b8d14426b1103818cd64cbb687d7140
2019-05-09 11:34:30 +00:00
OpenStack Proposal Bot 60bd033fe7 Updated from OpenStack Ansible Tests
Change-Id: Id327f8e91c299bdef40384f931befb9d1f2ef76d
2019-04-22 07:14:08 +00:00
OpenStack Proposal Bot 6be257125f Updated from OpenStack Ansible Tests
Change-Id: I1a37602d8cd338434231cb6a4044c4916c51d410
2019-02-27 06:03:58 +00:00
OpenStack Proposal Bot 00b7bfccea Updated from OpenStack Ansible Tests
Change-Id: Ic3c9645d73770a6bf56166eb53834fd4b5eec1f2
2018-09-29 04:54:14 +00:00
OpenStack Proposal Bot c28c34c8df Updated from OpenStack Ansible Tests
Change-Id: Ie8d3806ca78309399b102b563e71b16083bfe6e7
2018-04-30 05:14:05 +00:00
OpenStack Proposal Bot 08b7aaf94a Updated from OpenStack Ansible Tests
Change-Id: I7cb3319802a94d594ce9bf3f75ee057b3da69c08
2018-03-27 15:51:41 +00:00
OpenStack Proposal Bot 1f16d86fb0 Updated from OpenStack Ansible Tests
Change-Id: Ica185f6769f0ac05cc12f3fb6c749bb4f0425109
2017-11-10 13:16:11 +00:00
Jean-Philippe Evrard 2cab2c2298 Update upgrade role for Queens from P
This changes the a-r-r with the proper version, and fixes
the repo path for role upgrades:

The role will, during test-upgrade-pre, have its current branch
checked out, and will deploy the current branch infrastructure,
including the generation of the constraints.

Then, the installation of previous branch of the role will use
the constraints for its previous version, but will have no
constraints for it, and fail.

We need to generate the constraints for the previous version too.
This should do it.

On top of that, we needed to update the work for Zuul v3:
This implements the 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: I8710e7b9bb6010ba98279f61a63274ace56f6e8d
Co-Authored-By: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
2017-10-17 18:32:54 +00:00
OpenStack Proposal Bot dd0ecc0ea6 Updated from OpenStack Ansible Tests
Change-Id: I2e456ac7af633fcec39a71b76394fcd913831265
2017-08-03 15:26:32 +00:00
OpenStack Proposal Bot 3f5e8a7449 Updated from OpenStack Ansible Tests
Change-Id: I578c857c592912ea6e3e211fe8c38810ba69c467
2017-06-22 15:19:28 +00:00
Cuong Nguyen 3bf6db5b76 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: I5c941c77b402235bd3aff31ecfefe3f44f7edab1
2017-02-07 09:47:10 +07:00
Major Hayden ab00d39a3a 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: I037f8efe52e09d8fd284db40fa1f71369db93348
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:53:04 +00:00
Travis Truman 30aa5c1cf0 Ansible 2.1.1 role testing
Change-Id: Iea1f725c585ca5bfe3dcdba1a8cac95a5e8e211c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-19 13:16:44 -04:00
Steve Lewis 7ee073db49 Fix os_glance role functional testing
Without this change the role is failing functional tests with an
"ImportError: No module named yaml" which leads to a Broken Pipe
error as seen in change-set 1.

Change-Id: I359556db6fa3e9f75dae609966efe59f4794379a
2016-09-13 17:30:11 -07:00
Shashank Tavildar 460625713c Added SNI support for os_glance package
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: Ib931f639410b0a1d9f93e2abfb060c705c7b6afb
2016-08-19 20:59:43 +00:00
Michael Gugino b59dcf5aba Add apt-get update to run_tests
Change-Id: I5bb0549b87311cb29dabbcb990ca8739de3ba864
2016-08-18 16:37:32 -04:00
Jesse Pretorius 1e3bed61c4 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: I23cd5ac1d21470e9a65e4ce4e47be6f49b3b8ffc
2016-05-03 08:55:44 +01:00
Travis Truman a290d658fd Adding Vagrantfile for local developer testing
This Vagrantfile attempts to replicate the gate check
testing to the extent possible to allow developers to
run all tests locally in a Vagrant environment prior
to submitting changes for review.

Change-Id: I91ff7ced499d3070de9cfd81c00265c99e2d1c74
2016-03-11 11:23:17 -05:00
Matt Thompson 7ee4373ba6 Implement base configuration for independent repository
This is a first pass at bringing in the necessary bits for the gate to
successfully pass.

Change-Id: I5b4a6c813eaea5f4a4fea4b0a8b4905c4054382d
2016-03-02 07:28:55 +00:00