This change provides the ability to deploy all necessary dependencies on the
latest RPCO Liberty branch. First attempting to download required pip packages
from the local repo container, then falling back with --isolated to exclude
pip.conf. A separate task was added to update setuptools>=18.5 to the latest
version in order to prevent forcing pip to deploy state=latest during
subsequent runs.
This change provides the ability to deploy all necessary dependencies on the latest RPCO Liberty branch. First attempting to download required pip packages from the local repo container, then falling back with --isolated to exclude pip.conf. A separate task was added to update setuptools>=18.5 to the latest version in order to prevent forcing pip to deploy state=latest during subsequent runs.
Signed-off-by: Nathan Pawelek nathan.pawelek@rackspace.com