Commit Graph

20 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 3455b7c397 Updated from OpenStack Ansible Tests
Change-Id: I9a255c27bb968b6d205fdf429873ec5051fc27a8
2022-04-04 09:17:07 +00:00
OpenStack Proposal Bot d75fec6e0f Updated from OpenStack Ansible Tests
Change-Id: Ie80412f07ad98d7de61f93ea6f2fe971e9e090dd
2021-03-12 22:17:40 +00:00
OpenStack Proposal Bot c2765f387d Updated from OpenStack Ansible Tests
Change-Id: Id0e697f6aa7a5f39f6045439f7c4998ec3a1e6ea
2020-11-13 16:31:17 +00:00
OpenStack Proposal Bot 1f1f34942d Updated from OpenStack Ansible Tests
Change-Id: Ia3e169b514c5acae116777d47ceeb61b03984622
2019-08-20 03:05:35 +00:00
OpenStack Proposal Bot d5510747ff Updated from OpenStack Ansible Tests
Change-Id: I13b021e4771867686e0bb910d4a4928f81b60fa7
2019-05-09 11:34:10 +00:00
OpenStack Proposal Bot ef65eb28e7 Updated from OpenStack Ansible Tests
Change-Id: I4ea69af32cd01cca12376364a7324426d9a09f23
2019-04-22 07:13:29 +00:00
OpenStack Proposal Bot 6d2ef2d12a Updated from OpenStack Ansible Tests
Change-Id: I21e43d9bfa1fa05a2fd524c5f8e8c9af1bd06f89
2019-02-27 06:03:11 +00:00
OpenStack Proposal Bot 0a73172eed Updated from OpenStack Ansible Tests
Change-Id: Ibdbdc977bbe01bac6dea359501cf2ebe5084af08
2018-09-29 04:53:35 +00:00
OpenStack Proposal Bot 622ee6d94e Updated from OpenStack Ansible Tests
Change-Id: I7094a6245117b31c98a06700d14984e9f65e48ca
2018-04-30 05:13:21 +00:00
OpenStack Proposal Bot f39d363d2d Updated from OpenStack Ansible Tests
Change-Id: I8c746acc140122d9829c5cb64994a6fcaa77a35b
2018-03-27 15:50:15 +00:00
OpenStack Proposal Bot ae6546fe33 Updated from OpenStack Ansible Tests
Change-Id: I8a118eb7826e02f71f611dce91cfa716a107097b
2017-11-10 13:15:44 +00:00
Jesse Pretorius f0cddb7be3 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: I876965e17a2455b9023ddac4bdd6abdf7fca8a12
2017-10-17 20:56:35 +00:00
OpenStack Proposal Bot d909550fb2 Updated from OpenStack Ansible Tests
Change-Id: I1dee970647d64c7d8343b2c0e67e800249c3dc07
2017-08-03 15:26:18 +00:00
OpenStack Proposal Bot 14a682ab64 Updated from OpenStack Ansible Tests
Change-Id: I7a5e3e7886b324cc8da0c1424ada2154fe32124b
2017-06-22 15:19:16 +00:00
Cuong Nguyen d0d2acb846 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: I183d1f7022bdfe179f1f0f0ec88614d6cff9f739
2017-02-09 10:20:22 +07:00
Major Hayden 8e0fff5ff4 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: I475ba9be3aa3ee565fba36ef599a71dfc5bd9724
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:53:53 +00:00
Travis Truman d2a354c3f5 Ansible 2.1.1 role testing
Change-Id: I765f4c4bccaf2c66cafd6fe70f12c8c4e6e702bf
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-19 13:06:53 -04:00
Qin Wang 9bf2869a92 Add SNI support via OS packages for os_barbican
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: I0adbbc827441e573132b35aa71ed96d112833331
2016-08-18 18:48:45 +00:00
Travis Truman d4f029bf31 Only install to virtual environment
The role had no previous support for installation in a virtualenv

Change-Id: I176f811e5ec7e0705037f53997f28bdbed40f0d9
Implements: blueprint only-install-venvs
2016-07-14 08:06:31 -04:00
Jimmy McCrory f26e994bf9 Implement base configuration for OpenStack-CI
This patch includes the following:

 - Base configuration for OpenStack's CI Infrastructure.
 - Base documentation build configuration.
 - A Vagrantfile for local testing.
 - A base test configuration in order to execute the standard tests.
 - An updated README, and added a CONTRIBUTING file.
 - The extras folder and files have been updated to match current
   conventions.

Change-Id: Ibc83d81de14eec533afae5b8c2cf0d07668d3ba0
2016-03-22 12:12:44 -07:00