rcbops / openstack-ops

Tasks and Scripts written by the RPC Support team for use in RPC environments
Apache License 2.0
14 stars 24 forks source link

Update master to deploy on RPCO Liberty #95

Closed npawelek closed 5 years ago

npawelek commented 5 years ago

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