Commit Graph

22 Commits

Author SHA1 Message Date
OpenStack Proposal Bot d3c97a45d8 Updated from OpenStack Ansible Tests
Change-Id: I680c412e711a6dd733c25d3f6fd1ce1ed8fc2b8e
2021-03-12 22:19:14 +00:00
OpenStack Proposal Bot 1c4955e4b2 Updated from OpenStack Ansible Tests
Change-Id: I38d8fef707dbf0f2ed9bbbf0dbd05e00ab4ff4db
2020-05-22 07:05:18 +00:00
OpenStack Proposal Bot 5e95648451 Updated from OpenStack Ansible Tests
Change-Id: If33a7d0906469ba0e9a299bbe88b1b457ef200da
2020-05-12 18:04:10 +00:00
OpenStack Proposal Bot e4090ee5b3 Updated from OpenStack Ansible Tests
Change-Id: I0cbcdcaf78b64836823a8d5c24170c6f902e778c
2020-03-11 12:46:28 +00:00
OpenStack Proposal Bot a87caacd3b Updated from OpenStack Ansible Tests
Change-Id: Id8eb61991f4c6af4b4ea9bc68da948b2705174cc
2020-03-06 17:56:46 +00:00
OpenStack Proposal Bot b7051306c6 Updated from OpenStack Ansible Tests
Change-Id: Iab908c5dd3fc46f8e83b52acb328116a87a5025f
2020-02-24 13:10:40 +00:00
OpenStack Proposal Bot 64431f7483 Updated from OpenStack Ansible Tests
Change-Id: I12c47b03e466cad00569d3f741e3731ba9cec481
2019-05-09 11:34:43 +00:00
OpenStack Proposal Bot 1d55b5e342 Updated from OpenStack Ansible Tests
Change-Id: I460d6c6202f56b9c9a3876f9ae447cde2a75aa63
2019-03-29 14:59:42 +00:00
OpenStack Proposal Bot 470af4ce13 Updated from OpenStack Ansible Tests
Change-Id: Ia424325deced5df8bc66f6e735174b2813700864
2017-12-06 00:06:10 +00:00
OpenStack Proposal Bot 3d77678137 Updated from OpenStack Ansible Tests
Change-Id: Ia3da0fe0f21b0507e07be1d3b743d28a51869aa6
2017-09-12 23:55:22 +00:00
OpenStack Proposal Bot 322d35196e Updated from OpenStack Ansible Tests
Change-Id: I82721537ec7031ea50cc0bf12f6b08eddb9ccf07
2017-08-31 15:19:21 +00:00
OpenStack Proposal Bot 442f856779 Updated from OpenStack Ansible Tests
Change-Id: I41110564d3ac1aada4bffcdf3c283a7a5dd17ce1
2017-08-24 13:58:01 +00:00
OpenStack Proposal Bot df1dad2a2c Updated from OpenStack Ansible Tests
Change-Id: I6990cbde7f5845d58813ff1f1f5a5025f6261042
2017-08-04 15:22:06 +00:00
OpenStack Proposal Bot 4bc8878cd3 Updated from OpenStack Ansible Tests
Change-Id: I6a41134f42d9ab1c64d7e56077fe3d6bcc668604
2017-07-31 19:11:06 +00:00
OpenStack Proposal Bot 1d2919641a Updated from OpenStack Ansible Tests
Change-Id: I1c947586ec7c8a04c26d93e2675a9253d842f5d4
2017-07-06 21:08:27 +00:00
OpenStack Proposal Bot f1f0bbb9a2 Updated from OpenStack Ansible Tests
Change-Id: I9cb80cf501a3129d650c8e578e40b953dc3d5ce4
2017-06-27 14:51:08 +00:00
Logan V b574193949 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Idc2f4ee0175bad718aa99792acf9aa8634e61ed9
2017-03-03 12:49:42 -06:00
Andy McCrae 35e96e7271 Remove Trusty support from os_ironic
Change-Id: I35f90d708cda58c5b09f17e5596cf226d1b16605
Implements: blueprint trusty-removal
2016-12-15 13:18:23 +00:00
Joshua Hesketh 1adaee4408 Replace github link with published spec
Change-Id: I497132fbe107019184b657645df78cc2c7d08258
2016-11-03 12:13:28 +11:00
Jesse Pretorius 8cf25017e4 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: I00a05dfd4774036822bc2b19f010c00bd50b31f2
Related-Bug: #1620849
2016-09-09 10:34:51 +01:00
root 9e8d2e2a93 Add SNI support to ironic 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: Id98a1db916427209842c13bdaab89f4dfe2d40c2
2016-08-27 10:59:08 +00:00
Andreas Jaeger c541ffeb4b 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: I930ec726ab65f1531f4ca1b196f972479a9438c8
2016-08-12 21:00:05 +02:00