Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 8d04aea88d Updated from OpenStack Ansible Tests
Change-Id: Ic6f0777628ce83b20181c3175a2937422011d982
2021-03-12 22:19:31 +00:00
OpenStack Proposal Bot b3770cb8c6 Updated from OpenStack Ansible Tests
Change-Id: Ib0441f3154636786efa176636d4bf19c4b9b9bdd
2020-06-03 19:05:42 +00:00
OpenStack Proposal Bot f562cf9339 Updated from OpenStack Ansible Tests
Change-Id: I48b3448495213ab277ca2ab922a0ed4488e18030
2020-04-13 17:50:13 +00:00
OpenStack Proposal Bot 2c46e51869 Updated from OpenStack Ansible Tests
Change-Id: I4db98b505bb617cb85eb7bebac423d6b0390ece2
2020-02-24 13:11:15 +00:00
OpenStack Proposal Bot 4b911f22df Updated from OpenStack Ansible Tests
Change-Id: I54b6db85ec5146949e78e90427f808450068b661
2019-05-09 11:34:51 +00:00
OpenStack Proposal Bot 49f212fed8 Updated from OpenStack Ansible Tests
Change-Id: Ie05cd0e2d8540c8e9bb8f7d5968313e6c425aa03
2019-03-22 22:02:05 +00:00
OpenStack Proposal Bot 9dc46485e2 Updated from OpenStack Ansible Tests
Change-Id: I122cad180c79a2a9b528c717a0189c7d719e545b
2019-02-27 06:04:56 +00:00
OpenStack Proposal Bot 6755dc1d02 Updated from OpenStack Ansible Tests
Change-Id: Ic522a0830e45b5c28be8ecf2b3496246edfed892
2017-12-06 00:06:16 +00:00
OpenStack Proposal Bot b401575b7a Updated from OpenStack Ansible Tests
Change-Id: I6b5f8116b01cd3ad99e5e9167700428b2d7d8ffb
2017-09-12 23:55:27 +00:00
OpenStack Proposal Bot 94649bff7d Updated from OpenStack Ansible Tests
Change-Id: If5ffa96db96b024aab3aebfa9152b4623535725c
2017-09-11 21:13:53 +00:00
OpenStack Proposal Bot 4a24432b20 Updated from OpenStack Ansible Tests
Change-Id: Ica755fa31a21e539ed9247d078b86ab3ba7fbcff
2017-08-31 15:19:27 +00:00
OpenStack Proposal Bot a391b8efef Updated from OpenStack Ansible Tests
Change-Id: I2190c9775ac1c0ab0f5362eda07850e76c38f56d
2017-08-26 11:59:48 +00:00
OpenStack Proposal Bot 3c3dde6f8a Updated from OpenStack Ansible Tests
Change-Id: If5ea5ae6f4e0132ef794d17f2332ab31fcdc3ebf
2017-08-16 01:23:23 +00:00
OpenStack Proposal Bot f18df2927c Updated from OpenStack Ansible Tests
Change-Id: I918fc185af19bd1e5b1a34278197099a323e688d
2017-07-31 19:11:11 +00:00
OpenStack Proposal Bot 5dedc66009 Updated from OpenStack Ansible Tests
Change-Id: I1f126265ea63aa1605ca492d76591fd4ce6d1949
2017-07-06 21:08:33 +00:00
OpenStack Proposal Bot ff0d348dbe Updated from OpenStack Ansible Tests
Change-Id: I20ac2bc40636c07ee3e5bf6d6ea7e7179c606e01
2017-06-22 15:19:41 +00:00
Logan V c45d1890b1 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Iac1a4f00b77e8768d96fa2dc541e94bdc2fbc157
2017-03-03 12:49:46 -06:00
Andy McCrae de998feb91 Remove Trusty support from os_magnum role
Change-Id: I9ded5e8559f4524d214080cb1e083a757eeb537b
Implements: blueprint trusty-removal
2016-12-15 12:31:57 +00:00
Joshua Hesketh cd058937c6 Replace github with git.o.o
Change-Id: Iaacfffccb6129d00e18aa8789cf80f0625b25214
2016-11-02 19:25:30 +00:00
Jesse Pretorius 84f70de1c9 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: I8f2d557b64105f1c6043c27bda790f72babb78a5
Related-Bug: #1620849
2016-09-09 10:40:12 +01:00
root 101c0ea6c0 Add SNI support to magnum 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.
Add SNI support to ops role via OS packages

Change-Id: Ie7e2380bb12f28fc06fb884cb937f59abf0e620e
2016-08-22 14:57:45 +00:00
Andreas Jaeger eeba348efc 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: Iba406b093d2b6fb50d4b47bec5ffab277f9d4a91
2016-08-12 21:00:34 +02:00