summaryrefslogtreecommitdiff
path: root/zuul/ansible/base/lookup/env.py
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-01-19 13:33:39 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2019-03-15 09:09:16 +0100
commitcd9827e6649b7f14513c2f201afc9e9d46998ddb (patch)
treef89c2370385812fa82b64bd61a63a34a508d19c0 /zuul/ansible/base/lookup/env.py
parentc91335b5279872d90b285b087a0c2ddb85fc4f77 (diff)
downloadzuul-cd9827e6649b7f14513c2f201afc9e9d46998ddb.tar.gz
Manage ansible installations within zuul
As a first step towards supporting multiple ansible versions we need tooling to manage ansible installations. This moves the installation of ansible from the requirements.txt into zuul. This is called as a setup hook to install the ansible versions into <prefix>/lib/zuul/ansible. Further this tooling abstracts knowledge that the executor must know in order to actually run the correct version of ansible. The actual usage of multiple ansible versions will be done in follow-ups. For better maintainability the ansible plugins live in zuul/ansible/base where plugins can be kept in different versions if necessary. For each supported ansible version there is a specific folder that symlinks the according plugins. Change-Id: I5ce1385245c76818777aa34230786a9dbaf723e5 Depends-On: https://review.openstack.org/623927
Diffstat (limited to 'zuul/ansible/base/lookup/env.py')
l---------zuul/ansible/base/lookup/env.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/zuul/ansible/base/lookup/env.py b/zuul/ansible/base/lookup/env.py
new file mode 120000
index 000000000..d45b9c405
--- /dev/null
+++ b/zuul/ansible/base/lookup/env.py
@@ -0,0 +1 @@
+_banned.py \ No newline at end of file