
As described in the inline comments, this is working around a broken version of setuptools vendored by virtualenv currently. Specify in a config file that it should download the latest helper tools, rather then rely on the inbuilt versions. Add to the base-test pre-playbook; after testing we can move to the base playbook. Change-Id: Ib17017637eae81a3ff57302e7c77945f2045b5ac
372 B
372 B
Write a configuration file for virtualenv
Generally we do not require any specific virtualenv configuration. However, there are corner cases; such as virtualenv shipping an vendored version of setuptools that needs to be ignored or similar.
The exact action this role is taking may depend on any issues it is working around. See comments inline.
** Role Variables **