Commit Graph

19 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov d9df50f4e3 Retire pip_install role
As repo_build role has been succesfully replaced with
python_venv_build role, we have no need in it's futher maintaining and
releasing.

Depends-On: https://review.opendev.org/717715
Change-Id: Ibf9ce1d602c5cfa9ed7431ca37de02df3335b36a
2020-04-06 14:27:00 +00:00
OpenStack Proposal Bot 46d15d66a9 Updated from OpenStack Ansible Tests
Change-Id: I5bfb982c8c312fe2ce8bd281e5f200653029fdd3
2019-05-09 11:35:51 +00:00
OpenStack Proposal Bot 9e7e703cb1 Updated from OpenStack Ansible Tests
Change-Id: I460e10b0ab8251bea545b14e0f8f2771bf0693cd
2019-03-22 22:07:19 +00:00
OpenStack Proposal Bot 3e9ce35e37 Updated from OpenStack Ansible Tests
Change-Id: Ib00395c2ff11aee0d59b8894cad693ea9d2b5200
2019-02-27 06:07:25 +00:00
OpenStack Proposal Bot 9c109461ab Updated from OpenStack Ansible Tests
Change-Id: I6f4a5e4d59475d3da19563b309c32539ad5a6600
2017-12-06 00:06:52 +00:00
OpenStack Proposal Bot 0f1d1a3cd9 Updated from OpenStack Ansible Tests
Change-Id: I0a908f378dbe578a45de804fbf44806bd5a625e9
2017-09-12 23:55:58 +00:00
OpenStack Proposal Bot e9e1b3ad07 Updated from OpenStack Ansible Tests
Change-Id: I7e6f0a4996e15dcd66f26b7bd0cadbe39e762556
2017-08-31 15:19:58 +00:00
OpenStack Proposal Bot 579a72d09a Updated from OpenStack Ansible Tests
Change-Id: Id35ebafd2dd6d8605a94a4c7178692beb2c63de2
2017-08-24 13:58:37 +00:00
OpenStack Proposal Bot 3fad86e167 Updated from OpenStack Ansible Tests
Change-Id: I16c82a1b975bd393ed40e3f9c44e481d08c437ba
2017-08-04 15:22:47 +00:00
OpenStack Proposal Bot bc1b967ee6 Updated from OpenStack Ansible Tests
Change-Id: I208791077a820a1f1181b8989af200eb0fc0230c
2017-07-31 19:11:43 +00:00
OpenStack Proposal Bot 7cab63d3aa Updated from OpenStack Ansible Tests
Change-Id: Ic7ccb5e3332db58b7a6a7fed7291e260828500b8
2017-07-06 21:09:04 +00:00
OpenStack Proposal Bot 2b37617c35 Updated from OpenStack Ansible Tests
Change-Id: I276d0967a7ee41641a5242ce5af74e9b42410c75
2017-06-22 15:20:14 +00:00
Markos Chandras f5cd194ad6 SUSE: Add missing pre_install_zypper file for SUSE
Add missing pre_install_zypper file to SUSE which is required
by the pre_install.yml play. This also renames the SUSE variables
file to suse-42.yml to match the rest of the distributions.
Finally, the run_tests.sh, Vagrantfile and bindep.txt files are
synced with the openstack-ansible-tests repository.

Change-Id: I2fb733f5818098486e26ca7fb2ac015f02e3aa44
2017-04-10 23:16:25 +01:00
Logan V 2b66e87b4a Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: I9231e1919a3b5cb4c49f504e276d4fa77be59403
2017-03-03 12:50:00 -06:00
Andy McCrae 13ef48e525 Remove Trusty support from pip_install role
Change-Id: Ifcc496d46e3fb340860904fa7f51804502cd6e99
Implements: blueprint trusty-removal
2016-12-15 15:14:13 +00:00
Jesse Pretorius 903dab08a8 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: I97d783e36b8cda13dece1a06b94ad39ad1b46a13
Related-Bug: #1620849
2016-09-09 10:51:46 +01:00
root 9a37d8e67c Removed duplicate packages from bindep.txt
Change-Id: I388754cf15bfc94e52b3bbd2591ef55e021f8c3f
2016-08-18 22:26:33 +00:00
Major Hayden 4f15806595 Add SNI support 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: Icc352315a39d65af1c98039580ad23aad6476d85
2016-08-17 12:09:30 +00:00
Andreas Jaeger 56ea597aba 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: If0548b8ddd4dd0dba52d2650ea295bfc61867117
2016-08-12 21:02:36 +02:00