Commit Graph

20 Commits

Author SHA1 Message Date
OpenStack Proposal Bot f732451506 Updated from OpenStack Ansible Tests
Change-Id: I6deb4fbbd0844c2258fdd58f6f233ed48f07297d
2021-03-12 22:18:48 +00:00
OpenStack Proposal Bot a8a684ab30 Updated from OpenStack Ansible Tests
Change-Id: I1b205b185bb8c32e577d64529be55ed4e75a5da2
2020-05-22 07:04:40 +00:00
OpenStack Proposal Bot 0aed181b1e Updated from OpenStack Ansible Tests
Change-Id: Ide1779345c1d8fba4ca732cc0f3b3e1dd89f6db6
2020-05-12 18:03:59 +00:00
OpenStack Proposal Bot fa768be2f7 Updated from OpenStack Ansible Tests
Change-Id: Ic4e45eea4ff275c178b471679703b7a866c8378f
2020-04-13 17:48:57 +00:00
OpenStack Proposal Bot ae39ab7f2d Updated from OpenStack Ansible Tests
Change-Id: I38dc8c4c747b930fb5b5b9fb236ef5b121087686
2019-05-09 11:34:33 +00:00
OpenStack Proposal Bot 86051dc0a2 Updated from OpenStack Ansible Tests
Change-Id: I53b610e13b0869d790a2aa65dc0012e451303069
2019-03-22 22:00:21 +00:00
OpenStack Proposal Bot 3038cbd067 Updated from OpenStack Ansible Tests
Change-Id: Idf72af343e3e5da77468cfcc25eb8fbb407feb7b
2019-02-27 06:04:05 +00:00
OpenStack Proposal Bot 31f5460494 Updated from OpenStack Ansible Tests
Change-Id: I00f7abc0937b64c5333666bb18cafadc3b931e08
2017-12-14 22:45:29 +00:00
OpenStack Proposal Bot 1ffc89bf1b Updated from OpenStack Ansible Tests
Change-Id: Ia69a871a9fad1f7b10778010a40b8996f8c5531e
2017-09-28 09:48:04 +00:00
OpenStack Proposal Bot 37226686a4 Updated from OpenStack Ansible Tests
Change-Id: I0b747bf6530d5a1b3a6932988092b53af1a7da09
2017-08-24 13:57:54 +00:00
OpenStack Proposal Bot 986b6d862f Updated from OpenStack Ansible Tests
Change-Id: I628a6183d9017d7e00e296482a21e9e8f0de2aac
2017-08-04 15:22:00 +00:00
OpenStack Proposal Bot aac8cd3aa2 Updated from OpenStack Ansible Tests
Change-Id: I6f6d3a8f1e85be3921c99ae698372a07dafe13fe
2017-07-31 19:10:59 +00:00
OpenStack Proposal Bot 9c494ec116 Updated from OpenStack Ansible Tests
Change-Id: I2a661a24924a2603ac767e3ae73513a96a364e33
2017-07-06 21:08:21 +00:00
OpenStack Proposal Bot a1a183bd28 Updated from OpenStack Ansible Tests
Change-Id: I12f931c5fc3ae92d4e53a75cbc62a7058a5eaf32
2017-06-30 17:10:20 +00:00
Logan V 266cd0e469 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I8f4827646eae26eb4e7d8ed662e1bd118a43c13b
2017-03-03 12:49:38 -06:00
Andy McCrae 6a0c568967 Remove Trusty support from os_gnocchi role
Change-Id: I69dca19fa565bc92974f5dec132228f798d9ce13
Implements: blueprint trusty-removal
2016-12-15 13:17:31 +00:00
Joshua Hesketh d56ab2662e Replace github with git.o.o
Change-Id: I7d90f61049e2cf2e1573d44d2ce694e5fc6b840f
2016-11-02 12:19:31 +11:00
Jesse Pretorius 418b383287 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: If213cc3de1b4cf500f9497452d12ab1e1f67446c
Related-Bug: #1620849
2016-09-09 10:32:42 +01:00
Shashank Tavildar e94684f761 Added SNI support for os_gnocchi role via OS packages
This adds python packages required for SNI support to ensure that tox
    installs the packages into the venv when running tests.

Change-Id: I1918d9f2be7dc90f4a142da0255a58be7fee9040
2016-08-19 17:34:14 +00:00
Andreas Jaeger 3e4d53f4bd 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: Iaa547f2bd92b20939cdc57160f562027f4f38e9c
2016-08-12 20:59:21 +02:00