Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 556eb08388 Updated from OpenStack Ansible Tests
Change-Id: I169f3e28dea1259d944f30cf118c8957e338aeed
2021-03-12 22:22:22 +00:00
OpenStack Proposal Bot fb3e52acaa Updated from OpenStack Ansible Tests
Change-Id: Ib0f5992f958f4d101abe17d67e965ab9d7c8c790
2020-05-22 07:10:37 +00:00
OpenStack Proposal Bot 2cf82d75aa Updated from OpenStack Ansible Tests
Change-Id: I7e6366d2ae17ee5f26836d047b1c012333c7c378
2020-05-12 18:05:31 +00:00
OpenStack Proposal Bot 72c88258b2 Updated from OpenStack Ansible Tests
Change-Id: I7e484ed0808bf29eae9534b1b214069e013b94d7
2020-03-11 12:47:38 +00:00
OpenStack Proposal Bot b84a61fcb9 Updated from OpenStack Ansible Tests
Change-Id: If0bb6ec437d8932622a48c97ca00d6fb9f7f82ee
2020-03-06 18:00:08 +00:00
OpenStack Proposal Bot 0513ad8f85 Updated from OpenStack Ansible Tests
Change-Id: I8f2af61ff29651babdffc38c598afa91480eb6c4
2020-02-24 13:16:25 +00:00
OpenStack Proposal Bot 8e53612c21 Updated from OpenStack Ansible Tests
Change-Id: I66183736f3900be02f9f2402ad9c7027c8035f9e
2019-05-09 11:35:57 +00:00
OpenStack Proposal Bot 618378637f Updated from OpenStack Ansible Tests
Change-Id: Ie39e19af6606487b39d088e3f2a1bec5f8f161f6
2019-03-22 22:07:47 +00:00
OpenStack Proposal Bot a5e97da6c9 Updated from OpenStack Ansible Tests
Change-Id: Ib99c6c864f0ceed1985f420773df57720ab63167
2019-02-27 06:07:42 +00:00
OpenStack Proposal Bot af9ea3fac5 Updated from OpenStack Ansible Tests
Change-Id: I082b3aaf5ff2404b99984a8ab1ab334720d404c2
2017-12-06 00:06:57 +00:00
OpenStack Proposal Bot 9931b68417 Updated from OpenStack Ansible Tests
Change-Id: I116639225c35c95239e06802cca64652212e2c2e
2017-09-12 23:56:02 +00:00
OpenStack Proposal Bot 8ff3803bc3 Updated from OpenStack Ansible Tests
Change-Id: I32f99381742145f48eca4fc806022ffc23f37b80
2017-09-11 21:14:30 +00:00
OpenStack Proposal Bot 5f5c7d2b48 Updated from OpenStack Ansible Tests
Change-Id: If094fb2f7cb46ff4bca8efc2ea36c23a5a3d2cd3
2017-08-31 15:20:02 +00:00
OpenStack Proposal Bot 1ca63b50e2 Updated from OpenStack Ansible Tests
Change-Id: Id6a383a1e2f6c62cc5c3ce5df884fc1c65893836
2017-08-24 13:58:41 +00:00
OpenStack Proposal Bot 3378efdce0 Updated from OpenStack Ansible Tests
Change-Id: I9d87a027e9933e5ead242342f8accb8882638eed
2017-08-04 15:22:51 +00:00
OpenStack Proposal Bot fcf578b819 Updated from OpenStack Ansible Tests
Change-Id: I6dd90fbf481028eeea05631ee72194f8a1e02af4
2017-07-31 19:11:46 +00:00
OpenStack Proposal Bot d273b8cd74 Updated from OpenStack Ansible Tests
Change-Id: I62acb2edcda0e25af1376a210a8f888499d04bd2
2017-07-06 21:09:09 +00:00
Markos Chandras a5e5d7a614 Sync test files with the openstack-ansible-tests repository
In preparation for adding support for SUSE distributions, we sync the
test files from the openstack-ansible-tests repository so the upcoming
commits can be tested on all supported distributions.

Change-Id: I60520541bfe0fd7a3cb25e8c5b275c16ea136c95
2017-06-20 21:19:34 +01:00
Logan V 93160e01dd Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I7953a8eafb2d9595f7c3758cddeb3f513246bfc8
2017-03-03 12:50:05 -06:00
Andy McCrae 2e82ac9652 Remove Trusty support for rabbitmq_server role
Change-Id: I8fd756108188b887d343c67ad48c7aed1680c421
Implements: blueprint trusty-removal
2016-12-15 16:02:12 +00:00
Jesse Pretorius e533c25ce0 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: I5eb6b16deaf3e0b01d46dae86ee40b1f8e90581d
Related-Bug: #1620849
2016-09-09 10:53:50 +01:00
Shashank Tavildar 9db452688d Added SNI support for rabbitmq_server 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 in the same
way that the gate tests install them.

Change-Id: Ia0ff77bb2423eeee14a5c7dcd7a2f12ef8c8f957
2016-08-19 14:45:14 +00:00
Andreas Jaeger 4f8b096a0d Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I8456c503fe18c3eb7fca92f109308928cc15ad39
2016-08-12 21:03:20 +02:00