b84a61fcb95f1112c765ac983963bba4ed9c18d6
19 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
OpenStack Proposal Bot
|
b84a61fcb9 |
Updated from OpenStack Ansible Tests
Change-Id: If0bb6ec437d8932622a48c97ca00d6fb9f7f82ee |
||
|
OpenStack Proposal Bot
|
0513ad8f85 |
Updated from OpenStack Ansible Tests
Change-Id: I8f2af61ff29651babdffc38c598afa91480eb6c4 |
||
|
OpenStack Proposal Bot
|
8e53612c21 |
Updated from OpenStack Ansible Tests
Change-Id: I66183736f3900be02f9f2402ad9c7027c8035f9e |
||
|
OpenStack Proposal Bot
|
618378637f |
Updated from OpenStack Ansible Tests
Change-Id: Ie39e19af6606487b39d088e3f2a1bec5f8f161f6 |
||
|
OpenStack Proposal Bot
|
a5e97da6c9 |
Updated from OpenStack Ansible Tests
Change-Id: Ib99c6c864f0ceed1985f420773df57720ab63167 |
||
|
OpenStack Proposal Bot
|
af9ea3fac5 |
Updated from OpenStack Ansible Tests
Change-Id: I082b3aaf5ff2404b99984a8ab1ab334720d404c2 |
||
|
OpenStack Proposal Bot
|
9931b68417 |
Updated from OpenStack Ansible Tests
Change-Id: I116639225c35c95239e06802cca64652212e2c2e |
||
|
OpenStack Proposal Bot
|
8ff3803bc3 |
Updated from OpenStack Ansible Tests
Change-Id: I32f99381742145f48eca4fc806022ffc23f37b80 |
||
|
OpenStack Proposal Bot
|
5f5c7d2b48 |
Updated from OpenStack Ansible Tests
Change-Id: If094fb2f7cb46ff4bca8efc2ea36c23a5a3d2cd3 |
||
|
OpenStack Proposal Bot
|
1ca63b50e2 |
Updated from OpenStack Ansible Tests
Change-Id: Id6a383a1e2f6c62cc5c3ce5df884fc1c65893836 |
||
|
OpenStack Proposal Bot
|
3378efdce0 |
Updated from OpenStack Ansible Tests
Change-Id: I9d87a027e9933e5ead242342f8accb8882638eed |
||
|
OpenStack Proposal Bot
|
fcf578b819 |
Updated from OpenStack Ansible Tests
Change-Id: I6dd90fbf481028eeea05631ee72194f8a1e02af4 |
||
|
OpenStack Proposal Bot
|
d273b8cd74 |
Updated from OpenStack Ansible Tests
Change-Id: I62acb2edcda0e25af1376a210a8f888499d04bd2 |
||
|
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 |
||
|
Logan V
|
93160e01dd |
Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL. Change-Id: I7953a8eafb2d9595f7c3758cddeb3f513246bfc8 |
||
|
Andy McCrae
|
2e82ac9652 |
Remove Trusty support for rabbitmq_server role
Change-Id: I8fd756108188b887d343c67ad48c7aed1680c421 Implements: blueprint trusty-removal |
||
|
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 |
||
|
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 |
||
|
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 |