Commit Graph

20 Commits

Author SHA1 Message Date
OpenStack Proposal Bot f79ff20013 Updated from OpenStack Ansible Tests
Change-Id: I8d39cbc49910374aba0f699be36f42978c29c437
2022-03-31 20:15:42 +00:00
OpenStack Proposal Bot f732451506 Updated from OpenStack Ansible Tests
Change-Id: I6deb4fbbd0844c2258fdd58f6f233ed48f07297d
2021-03-12 22:18:48 +00:00
OpenStack Proposal Bot c2f9675e0f Updated from OpenStack Ansible Tests
Change-Id: I61aac084c76c3deb7c8aa3b59021bbdd96801917
2020-10-13 08:02:04 +00:00
OpenStack Proposal Bot 6eaddb9daa Updated from OpenStack Ansible Tests
Change-Id: I2db6ad400d743615a18bcd533228e20d5402970a
2019-08-20 03:05:59 +00:00
OpenStack Proposal Bot ae39ab7f2d Updated from OpenStack Ansible Tests
Change-Id: I38dc8c4c747b930fb5b5b9fb236ef5b121087686
2019-05-09 11:34:33 +00:00
OpenStack Proposal Bot fd7c6f412c Updated from OpenStack Ansible Tests
Change-Id: I38d4526af4aca650fae2c438ffb07e51006792ec
2019-04-22 07:14:13 +00:00
OpenStack Proposal Bot 3038cbd067 Updated from OpenStack Ansible Tests
Change-Id: Idf72af343e3e5da77468cfcc25eb8fbb407feb7b
2019-02-27 06:04:05 +00:00
OpenStack Proposal Bot 17b8d47301 Updated from OpenStack Ansible Tests
Change-Id: I61210d1fadf87b3b19d9a1bdc4526184fe7bc435
2018-09-29 04:54:20 +00:00
OpenStack Proposal Bot c23f19b81e Updated from OpenStack Ansible Tests
Change-Id: I65d11d89db99bfc13ffdadd5146e10bfb2ed608b
2018-04-30 05:14:17 +00:00
OpenStack Proposal Bot 32e7bb1cd6 Updated from OpenStack Ansible Tests
Change-Id: If1ab232988f37bf7d9dd60d0180f708d88a5bfa7
2018-03-27 15:51:56 +00:00
OpenStack Proposal Bot ca853886f3 Updated from OpenStack Ansible Tests
Change-Id: Ic500c4011f9a94da527d6a330a22ec667dc2e3e6
2017-11-10 13:16:19 +00:00
Jesse Pretorius beaf7cdff0 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: Ifdcbee946cdc838b4b24304dacb1c98c8d78d500
2017-10-17 18:11:13 +01:00
OpenStack Proposal Bot c3173c5e87 Updated from OpenStack Ansible Tests
Change-Id: Idfcdb5ad48bb16d5d5708045f5eefe567a1045f7
2017-08-03 15:26:34 +00:00
OpenStack Proposal Bot a1a183bd28 Updated from OpenStack Ansible Tests
Change-Id: I12f931c5fc3ae92d4e53a75cbc62a7058a5eaf32
2017-06-30 17:10:20 +00:00
Cuong Nguyen f90fe7f197 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: If85d17d8d8fb5146eee79cc6a40551aef1b4c721
2017-02-09 10:22:56 +07:00
Major Hayden bc1b13474e 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: I4feae248b79d7217ed75df99663dfef0080ba39d
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-06 16:55:28 +00:00
Travis Truman f4a9c58d68 Ansible 2.1.1 role testing
Change-Id: I0107c3a96bdae14baaedfb5634b4079c58e11f2a
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-19 13:30:23 -04:00
Shashank Tavildar e94684f761 Added SNI support for os_gnocchi role via OS packages
This adds python packages required for SNI support to ensure that tox
    installs the packages into the venv when running tests.

Change-Id: I1918d9f2be7dc90f4a142da0255a58be7fee9040
2016-08-19 17:34:14 +00:00
Michael Gugino 8cae3ac4f4 Add apt-get update to run_tests
Change-Id: I9fd461808adb262f72bc3cfb987192d09c23c685
2016-08-18 16:37:36 -04:00
Steve Lewis da8e0b7bc1 Normalize galera password and clean up role
The role has historically used a different password variable.
Because the role is being maintained by the community now it makes
more sense to normalize the password for ease of maintenance.

The no-longer needed operations to create the DB and grant access
are removed from the role as these are in the integrated project's
playbook now. These tasks are added as pre_tasks for testing.

Similarly, the contents of the /ext directory are eliminated as
these are no longer needed since all of the contents have been
applied to the integrated gate.

Finally a run_tests.sh file is added for consistency and to fix the
bashate lint job which fails when there are not matching shell
scripts.

Change-Id: I7b9046dfe7ba258218b4d14ec8d4f270e917ca34
2016-07-27 21:54:43 -07:00