Commit Graph

17 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 903e221bd2 Updated from OpenStack Ansible Tests
Change-Id: I82aa7042f1f5a497ed275888c40abac382a6c95b
2019-07-20 09:39:45 +00:00
OpenStack Proposal Bot c95f4b45ac Updated from OpenStack Ansible Tests
Change-Id: I696707b09e104422a73b75aa2e01bf2527183cfb
2019-07-18 22:20:33 +00:00
OpenStack Proposal Bot 3bb762a43e Updated from OpenStack Ansible Tests
Change-Id: Ib9f880b140a5a14b60e42d663dc28731ce83743f
2019-06-27 10:23:51 +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 d79fcda37e Updated from OpenStack Ansible Tests
Change-Id: Ifaf71768c16bc7b045a897b2ad967bebf19f1990
2018-09-28 06:22:41 +00:00
OpenStack Proposal Bot 8d39c2bbe2 Updated from OpenStack Ansible Tests
Change-Id: If70b62cac8792cb0d774c6f1a2887533d9396347
2018-06-06 00:44:57 +00:00
OpenStack Proposal Bot 7aa83696dd Updated from OpenStack Ansible Tests
Change-Id: Ifc6dca998adbe4ab0f16b3a182576a521107f42c
2018-06-01 22:07:01 +00:00
OpenStack Proposal Bot 2da8c5fbb7 Updated from OpenStack Ansible Tests
Change-Id: I57b695fc8a633cbf6f94da8c1df97280ef99ed6a
2018-05-09 19:43:43 +00:00
OpenStack Proposal Bot dea5c4fe9f Updated from OpenStack Ansible Tests
Change-Id: I5cd8b431271f66f49f5f31c9a3f24997de962ead
2018-01-22 16:57:21 +00:00
OpenStack Proposal Bot 1eed3f4261 Updated from OpenStack Ansible Tests
Change-Id: If19da694f9bcc6b05f54d9b962254577f9d15773
2017-07-28 15:01:07 +00:00
OpenStack Proposal Bot 172394f13e Updated from OpenStack Ansible Tests
Change-Id: Ibc14e9320b23f31f7eb587452bb91d6656fd9b1e
2017-07-06 13:03:16 +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
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
Travis Truman 957d004ff6 Remove apt update from Vagrantfile
Its now done in run_tests.sh which is run by the
Vagrant provisioner

Change-Id: I9a6ebf72f2c945bbd195115525080c6c094ca53a
2016-08-19 15:45:27 -04:00
Travis Truman c7d3889bd8 Combine pip_install and pip_lockdown roles
Since lockdown is really just a form of specific pip
configuration and since the pip_install role already does
some pip configuration, it seems logical and desirable for
these functions to take place in the same role.

This change should pave the way for a simplification of
role dependencies and the removal of explicit pip_lockdown
role usage with various playbooks that will already have a
dependency on pip_install.

Change-Id: Ia0fc276c2b501f16d4acf73bbbcad6f80804628e
2016-05-03 11:12:18 -04:00