Commit Graph

19 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 4df7fd65ff Updated from OpenStack Ansible Tests
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/839989

Change-Id: Ie0e94e91fb0547b3d5d90e405956cb0ef59312e3
2022-04-29 18:35:09 +00:00
OpenStack Proposal Bot 0e29f8545a Updated from OpenStack Ansible Tests
Change-Id: I77f84cb7ba7e8f201aba37ca0e01e098731c2228
2021-03-12 22:18:23 +00:00
OpenStack Proposal Bot 902360bec3 Updated from OpenStack Ansible Tests
Change-Id: Ia732f41c23719cb3d82913f583401e82cb674cbe
2020-09-24 16:55:31 +00:00
OpenStack Proposal Bot c942081ee7 Updated from OpenStack Ansible Tests
Change-Id: I1c8da6c26c5b9d17845293deea654080ddeeddc1
2019-07-20 09:31:07 +00:00
OpenStack Proposal Bot bb0b57a273 Updated from OpenStack Ansible Tests
Change-Id: I2ca0c87929dd88a82c1c8ae95fc43190aa1b0d4e
2019-05-09 11:34:22 +00:00
OpenStack Proposal Bot 0f9bd66783 Updated from OpenStack Ansible Tests
Change-Id: If070d55186a13a211d0ee77b33b06a78cf475a21
2019-04-22 07:13:51 +00:00
OpenStack Proposal Bot 64c0b89453 Updated from OpenStack Ansible Tests
Change-Id: I33932c3dd464ebb6abcfd598b60466a8cfead3bc
2019-04-01 13:18:36 +00:00
OpenStack Proposal Bot d5223efa52 Updated from OpenStack Ansible Tests
Change-Id: I0173209bd9ee73fd0bf8b9ade00d6ddfb337c55b
2018-09-29 04:53:57 +00:00
OpenStack Proposal Bot 8dbb351488 Updated from OpenStack Ansible Tests
Change-Id: I26835fa198ffd6ecfdbddeea75a17014eb0b5ad6
2018-04-30 05:13:43 +00:00
OpenStack Proposal Bot e9248ba6b2 Updated from OpenStack Ansible Tests
Change-Id: Ia9ed3e0b6e659bacfefc34921230c5b4d4c99c93
2018-03-27 15:50:59 +00:00
OpenStack Proposal Bot c5ca77fb37 Updated from OpenStack Ansible Tests
Change-Id: Ic02deb41033af3d8aaf67a951709d2c8f1487856
2017-11-10 13:16:00 +00:00
Jesse Pretorius 02d757f521 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: Ib2e6d342e4ce1d6dc5eb6dc13a58661b77831f8a
2017-10-17 21:47:58 +01:00
OpenStack Proposal Bot 9f7448e436 Updated from OpenStack Ansible Tests
Change-Id: I85373715ed91d8a6d19f9dad250d14891dcb16eb
2017-08-03 15:26:25 +00:00
OpenStack Proposal Bot d157971823 Updated from OpenStack Ansible Tests
Change-Id: Iace556781cdb44f2d9f95197009cce0244ac4bda
2017-06-22 15:19:22 +00:00
Cuong Nguyen e597350158 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: Ieb68eb09d2c57b1989a3c6145e216a87d95f1762
2017-02-09 10:24:53 +07:00
Major Hayden 549d009f8d 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: I2d998eec183df1294812f1f0ba032f4dbac925a8
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:53:29 +00:00
Kevin Carter 91ab7d7c0a Ansible 2.1.1 role testing
Change-Id: I359ee1fabfcc5f9efa45c614a5b5200630efb927
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-19 16:15:45 -04:00
Shashank Tavildar 564f0e5846 Added SNI support for os_cloudkitty 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: Ibd1b1b1b3a09ccba68467af71e720f87853ff933
2016-08-18 15:17:39 +00:00
Jimmy McCrory fdaaacaca8 Implement base configuration for OpenStack-CI
This patch includes the following changes to enable OpenStack-CI gate
testing and to allow the role to pass a basic convergence test:

 - 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.
 - Added a CONTRIBUTING file.
 - Add reno scaffolding for release notes management.
 - Correcting name of handler to restart services in install tasks.
 - Define ``cloudkitty_galera_password`` and
   ``cloudkitty_user_password`` in test variables.
 - Define default ``debug`` and ``cloudkitty_service_region`` variables.

Change-Id: I7bcc8c589d506d8b71eb08fc87861a4c31a6e947
2016-07-01 09:35:24 -07:00