Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 394d487536 Updated from OpenStack Ansible Tests
Change-Id: Ie82c590970b56b79d52bef93a00f0610d1e7a8dd
2021-03-12 22:18:08 +00:00
OpenStack Proposal Bot 2ab8c7226d Updated from OpenStack Ansible Tests
Change-Id: I61deb7df440028148e0c49498a2e3b913629ea0b
2020-05-22 07:03:25 +00:00
OpenStack Proposal Bot 30351dc400 Updated from OpenStack Ansible Tests
Change-Id: I2c74de0346d813a1433aae74039eb25ed216e4bd
2020-05-12 18:03:38 +00:00
OpenStack Proposal Bot 003ac4e724 Updated from OpenStack Ansible Tests
Change-Id: Ibbdec2ef360b3734455f138468070348c2c1b824
2020-05-05 13:31:33 +00:00
OpenStack Proposal Bot bae198d553 Updated from OpenStack Ansible Tests
Change-Id: I9fd1a675e628c22e502cf32ec22c18fa5a6a7077
2019-05-09 11:34:16 +00:00
OpenStack Proposal Bot e82a2d3be9 Updated from OpenStack Ansible Tests
Change-Id: I435f09bf35ea106b8db05ea30ec2dbb5ca0d71bb
2019-03-22 21:58:37 +00:00
OpenStack Proposal Bot dfff9a818b Updated from OpenStack Ansible Tests
Change-Id: I2a81cec9201609c62a540c0f10d6b8774dbcb163
2019-02-27 06:03:24 +00:00
OpenStack Proposal Bot 28c710e5e9 Updated from OpenStack Ansible Tests
Change-Id: Id59c48a6d01c2d60f6631d0f31a17698e9f62e98
2018-02-07 19:34:08 +00:00
OpenStack Proposal Bot 67de88d02b Updated from OpenStack Ansible Tests
Change-Id: I7d5b3af42f54a386de39068c9df79750c3577c72
2017-09-12 23:55:04 +00:00
OpenStack Proposal Bot f36a6a55dd Updated from OpenStack Ansible Tests
Change-Id: I571e3a83cc5cc2f4f8974d2a8c56387bbf2bb0fb
2017-09-11 21:13:29 +00:00
OpenStack Proposal Bot b606680923 Updated from OpenStack Ansible Tests
Change-Id: Ida9bbde7c0007a1758107c468bf81a0af2b7d275
2017-08-31 15:19:03 +00:00
OpenStack Proposal Bot 2a72ad683f Updated from OpenStack Ansible Tests
Change-Id: I86984a6f3c45fbb8496d8f2539b644b69e9a7b66
2017-08-24 13:57:42 +00:00
OpenStack Proposal Bot 89b18357c5 Updated from OpenStack Ansible Tests
Change-Id: I83b8c09d452b0ce58394fa95f079d85a0265b3d6
2017-08-04 15:21:48 +00:00
OpenStack Proposal Bot a4d97746cb Updated from OpenStack Ansible Tests
Change-Id: I7e6ad3b47903144ebbc2fef9e4fdb6b2469a230d
2017-07-31 19:10:47 +00:00
OpenStack Proposal Bot 78dda24cdb Updated from OpenStack Ansible Tests
Change-Id: Ic99e517d655f6da657bfc53dc26464301062ace7
2017-07-06 21:08:09 +00:00
OpenStack Proposal Bot 53ce6a2c00 Updated from OpenStack Ansible Tests
Change-Id: I96339c6d9125befa5179d5d9f5ac0321fc1dfb82
2017-06-22 15:19:18 +00:00
Logan V 5e5c67a3ee Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I79c4667c0bba45580736b7f62bc460325ae8519d
2017-03-03 12:49:33 -06:00
Andy McCrae bf0c6c7221 Remove remaining Trusty support from os_ceilometer role
Change-Id: I5ed854d48915226eb930525f268c5ff49f521cee
Implements: blueprint trusty-removal
2016-12-15 12:36:16 +00:00
Joshua Hesketh 35a976761a Replace github with git.o.o
Change-Id: I86a3a1cab7ca25126f41f8271780dee2dabf5dd1
2016-11-02 12:18:11 +11:00
Jesse Pretorius 40850a7d67 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: I67323d66d9f6812bd1cfbfe982a931c4a5cd30ba
Related-Bug: #1620849
2016-09-09 09:29:56 +00:00
Shashank Tavildar 507601497a Added SNI support for os_ceilometer package 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.


Change-Id: I61c8603dc34caca474cc28d071cd29d0d5518053
2016-08-19 20:59:20 +00:00
Andreas Jaeger c7277a5694 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: I8a44db573aa0dc3a59da2fa918d4a100efb66089
2016-08-12 20:58:09 +02:00