Commit Graph

25 Commits

Author SHA1 Message Date
OpenStack Proposal Bot cafd5ce7f1 Updated from OpenStack Ansible Tests
Change-Id: Ie849053102ef75755a50d5bd20b1c9f7ad620026
2021-03-12 22:16:01 +00:00
OpenStack Proposal Bot c304e94144 Updated from OpenStack Ansible Tests
Change-Id: Ife4a2e11d1f77a62797ec19f64ee1898ddc29aeb
2020-05-22 07:00:43 +00:00
OpenStack Proposal Bot d8b0b15d5a Updated from OpenStack Ansible Tests
Change-Id: Ie4a035efb07234241d22b2dda6b5d6da3f2bd15d
2020-05-12 18:02:55 +00:00
OpenStack Proposal Bot 021c60a454 Updated from OpenStack Ansible Tests
Change-Id: Ib0738e47914dce85d7ce2483c02df0a7e686831f
2020-03-11 12:45:24 +00:00
OpenStack Proposal Bot 56c005927e Updated from OpenStack Ansible Tests
Change-Id: I55491021ce5309aaf72b5653fe32b265e95c6603
2020-03-06 17:54:02 +00:00
OpenStack Proposal Bot e76e5ced6e Updated from OpenStack Ansible Tests
Change-Id: Ib6b369c7b6e0965fd018d961e32cfee06e67a035
2020-02-24 13:05:53 +00:00
OpenStack Proposal Bot 2bb0428bb3 Updated from OpenStack Ansible Tests
Change-Id: I3202333007abbb4bf15cfadbec01a39e9ffaa68b
2019-05-09 11:33:37 +00:00
OpenStack Proposal Bot 14cf2374b7 Updated from OpenStack Ansible Tests
Change-Id: I1ce94c4ab7eb6532c1445d80304543eaf872422a
2019-03-22 21:55:36 +00:00
OpenStack Proposal Bot ca23ec42ed Updated from OpenStack Ansible Tests
Change-Id: Ia10e5172c1d7a65fb5325ce6499d0ba9105d4a8e
2019-02-27 06:01:54 +00:00
OpenStack Proposal Bot c6d3dcc562 Updated from OpenStack Ansible Tests
Change-Id: I593ef16611858fb5e6b354a5a60500c47ac02c08
2017-12-06 00:05:30 +00:00
OpenStack Proposal Bot d7bf4ba68b Updated from OpenStack Ansible Tests
Change-Id: I279a51d07c76fd78ad92f80cf371aa0c6a40817d
2017-09-12 23:54:45 +00:00
OpenStack Proposal Bot 3d2929cc71 Updated from OpenStack Ansible Tests
Change-Id: I13f2a65eea1611b050fe98de6fa3bf4d4b401aa2
2017-09-11 21:13:08 +00:00
OpenStack Proposal Bot 4d58ac19b0 Updated from OpenStack Ansible Tests
Change-Id: I6d4895b695cb4bf21049482718a737badc79eb8f
2017-08-31 15:18:43 +00:00
OpenStack Proposal Bot 30c0a6c9e4 Updated from OpenStack Ansible Tests
Change-Id: Idf6849e67b0f3ca1cb48daa818603c2a92468f90
2017-08-24 13:57:23 +00:00
OpenStack Proposal Bot 07b4c52fe6 Updated from OpenStack Ansible Tests
Change-Id: Id6b4c79a59ab181fbe3523b1496116f5a5bec398
2017-08-04 15:21:28 +00:00
OpenStack Proposal Bot 5a3c8a5060 Updated from OpenStack Ansible Tests
Change-Id: I4284b0acab99cf548072d31862adbcd564ced1a8
2017-07-31 19:10:28 +00:00
OpenStack Proposal Bot 970fbd758a Updated from OpenStack Ansible Tests
Change-Id: I756884780858e1b5e403f30f0180219111e51c24
2017-07-06 21:07:48 +00:00
OpenStack Proposal Bot e0f9daa105 Updated from OpenStack Ansible Tests
Change-Id: I32a1c2fe1d248a751b0896fdc6f8753997685b1b
2017-06-22 15:18:58 +00:00
Markos Chandras 7b7c5b0d49 run_tests.sh: Use common test script to run the tox tests
Update the run_tests.sh script to use the common script file
from the openstack-ansible-tests repository in order to keep
the testing logic into a central place and avoid duplication.
This also updates the bindep.txt to match the one from the
openstack-ansible-tests repository. Finally, CentOS7 support
has been added to the Vagrantfile file.

Change-Id: I2339bcf43384d50109ae8e958f70de9e63adbb76
2017-03-31 11:06:09 +01:00
Markos Chandras 871e31911d Add Vagrant support for openSUSE Leap 42.1
There are currently no openSUSE images on OpenStack CI so add openSUSE
Leap 42.1 in the Vagrantfile as a temporary solution for testing this
ansible module.

Change-Id: I36755fb7305628a0ee6a783af0c770f8aaa14bf5
2017-03-27 13:35:04 +01:00
Logan V a684e34c4d Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I02d50a6f02f4e7c8716487e97019ccfd69276f5f
2017-03-03 12:49:11 -06:00
Andy McCrae 6380766d0a Remove Trusty support for haproxy_server role
Change-Id: Ia299c8e4b534c611458b7e136367d4ed68637433
Implements: blueprint trusty-removal
2016-12-15 13:13:14 +00:00
Major Hayden a7c1ed971d Allow haproxy to bind to any port in CentOS
This patch allows haproxy to bind to any port without SELinux denying
the access. Although this isn't ideal, we can load up some custom
SELinux policy later and turn this boolean off.

Closes-bug: 1628266
Change-Id: I3cdbf25c90b2c06d9698e1cd9679d04e5690e367
2016-09-27 15:17:32 -05:00
Jesse Pretorius 9714f8e5f3 Compress test execution logs
The volume of logs we collect in CI jobs are extensive. This
patch ensures that the logs collected are compressed to reduce
the space taken in CI systems.

PYTHONUNBUFFERED is also set to ensure that the console log
from the CI jobs is recorded in the exact order of execution.

Change-Id: Ie1d80b2d5dfeee40f417917bf2ad3bca85ec52cc
Related-Bug: #1620849
2016-09-09 10:12:17 +01:00
Jesse Pretorius 0b06f3fbbf Add scaffolding for OpenStack-CI tests 2016-08-21 17:00:50 +01:00