Ansible job definitions for Zuul
Go to file
Ian Wienand 08bbd16c52 Add ensure-virtualenv
This is part of the efforts to remove pip-and-virtualenv from our base
images [1].

There are some users who specifically require the virtualenv command
(perhaps, like dib, they have some code that uses the activate_this.py
mechanisms it provides wich venv does not).

This installs the virtualenv package for the currently running
distribution.

One of the main maintenance issues of pip-and-virtualenv is that tried
to ensure that "virtualenv" created a Python 2 environment always by
default.  Now that we have Python 3 only distributions like current
Fedora, this is not something we can continue to do (even if we wanted
to, which we don't).

What owns virtualenv and what it produces in our heterogeneous
environment is messy, and I think the best we can do is document it as
done here.

[1] https://docs.opendev.org/opendev/infra-specs/latest/specs/cleanup-test-node-python.html

Change-Id: I97d8bfb970ed2b5aaa02a0813899014c94994066
2020-04-28 06:09:54 +00:00
doc Add ensure-virtualenv 2020-04-28 06:09:54 +00:00
playbooks cabal-test: add initial haskell job 2020-04-24 13:12:13 +00:00
roles Add ensure-virtualenv 2020-04-28 06:09:54 +00:00
test-playbooks Add ensure-virtualenv 2020-04-28 06:09:54 +00:00
tests Add test cases for tox line comment parsing 2020-04-03 19:34:24 +02:00
tools Make ubuntu-plain jobs voting 2020-04-17 10:44:56 +02:00
zuul-tests.d Add ensure-virtualenv 2020-04-28 06:09:54 +00:00
zuul.d cabal-test: add initial haskell job 2020-04-24 13:12:13 +00:00
.ansible-lint Update ansible-lint exception 2020-03-18 22:17:14 +01:00
.gitignore Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:30 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
CONTRIBUTING.rst Link the policy to the CONTRIBUTING.rst file 2020-01-28 07:21:08 -05:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
README.rst Add installation/deprecation documentation 2018-04-11 08:03:57 -07:00
setup.cfg Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
setup.py Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-requirements.txt Remove bashate from test-requirements 2020-03-27 14:59:21 +01:00
tox.ini Improve linters execution 2020-04-23 14:00:18 +01:00

Zuul Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.