Commit Graph

19 Commits

Author SHA1 Message Date
OpenStack Proposal Bot b022d4c89b Updated from OpenStack Ansible Tests
Change-Id: I8411c564b9bafd97420529f480471f2d28d91cbe
2022-03-31 20:15:08 +00:00
OpenStack Proposal Bot 52957ea99d Updated from OpenStack Ansible Tests
Change-Id: I6170049b2cc880fe2962036bc565a8b03ecfe4fe
2021-03-12 22:21:03 +00:00
OpenStack Proposal Bot 38049ab75e Updated from OpenStack Ansible Tests
Change-Id: I676fd019c91d67f31633057d797d1bc58caee284
2020-09-24 16:58:03 +00:00
OpenStack Proposal Bot 44ca02d00d Updated from OpenStack Ansible Tests
Change-Id: I5df5f49f0d6dd2e414f40a7505cdc4ea0d5468ed
2019-07-18 22:19:52 +00:00
OpenStack Proposal Bot ed03494268 Updated from OpenStack Ansible Tests
Change-Id: I24403fa111f48244f4f1c47b1800897b86ee4f46
2019-06-27 10:23:08 +00:00
OpenStack Proposal Bot 67761b27e0 Updated from OpenStack Ansible Tests
Change-Id: Ic277fadb1c7779279957b99b38c28a7f7b480a10
2019-04-22 07:16:01 +00:00
OpenStack Proposal Bot bfadb05020 Updated from OpenStack Ansible Tests
Change-Id: I9ff85214da6abbe386aba7f5cc96d26e7885b1a3
2019-02-27 06:06:23 +00:00
OpenStack Proposal Bot da242f01d1 Updated from OpenStack Ansible Tests
Change-Id: Ibbb353558bfcab343ab5e31990036197b3879b19
2018-09-29 04:55:52 +00:00
OpenStack Proposal Bot caa878511b Updated from OpenStack Ansible Tests
Change-Id: I1626856ccd84d54d9fc9d591ee65b6d31bed48b5
2018-04-30 05:16:10 +00:00
OpenStack Proposal Bot 322eac1ff5 Updated from OpenStack Ansible Tests
Change-Id: I584b99d6fb959d455625cf582a5a3999636a0f04
2018-03-27 15:55:42 +00:00
OpenStack Proposal Bot f25a80c6f7 Updated from OpenStack Ansible Tests
Change-Id: I36674c993905ed8d4c29eb1c158edeaaa96d01ae
2017-11-10 13:17:38 +00:00
Jesse Pretorius c369ed1e4a 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: I79d4b08e48207b067ff27925ae3f20df3e8d6127
2017-10-17 18:12:29 +01:00
OpenStack Proposal Bot 35e734f890 Updated from OpenStack Ansible Tests
Change-Id: I80901f60974e894b55c5e949e20e3b646062d54f
2017-08-08 13:30:17 +00:00
OpenStack Proposal Bot dcafc59352 Updated from OpenStack Ansible Tests
Change-Id: Id3d0a9ed55c653829abd1b7d37ace66b6167b478
2017-06-22 15:19:59 +00:00
Cuong Nguyen 7feca97393 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: I7a7906e7431a62e6d2124bd0132236e6381bcd11
2017-02-09 10:28:23 +07:00
Major Hayden b2249dcc62 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: I250396e74411f2990ed8e67908e0915979498bae
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:52:12 +00:00
Travis Truman 76d83ee22e Ansible 2.1.1 role testing
Depends-On: I1c582502c3360fd6c20443faeca84de3900465d1
Change-Id: I5f7aea355e6df97620190c1afde214f191872970
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-03 14:12:51 +01:00
Shashank Tavildar 628bc43deb Added SNI support for os_sahara 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: I3c66e5468b07404b24f2eed6cd199f603730b631
2016-08-19 14:51:20 +00:00
Flávio Ramalho 23f25f425e Initial import 2016-05-12 10:28:58 -03:00