Drop pip-and-virtualenv element

The URL for get-pip.py is outdated and overriding
the functional element in DIB-proper. This is currently
affecting other projects depending on the tripleo service.

Change-Id: Ib9cd3c44cf4e92ed7fc5924af028656bbd4b42ff
Closes-Bug: #1536844
This commit is contained in:
ptoohill1 2016-01-22 02:55:38 -06:00
parent 93d18be0f9
commit 4383c42602
5 changed files with 0 additions and 26 deletions

View File

@ -1,15 +0,0 @@
Install latest pip and virtualenv
=================================
We have problems with the latest binary package of pip and virtualenv.
Packaged version of pip can be old and virtualenv can also contain its
own version of pip. Issues include downloading packages from a local
pypi mirror that include a wheel package for pip.
The element follows the instructions from the pip website here:
http://www.pip-installer.org/en/latest/installing.html on how to install
the latest version of pip. That is to download get-pip.py and run this
file.
We use source-repositories element to download the file so it will be
cached and can be overridden to use package if that is required.

View File

@ -1,2 +0,0 @@
package-installs
source-repositories

View File

@ -1,6 +0,0 @@
#!/bin/bash
set -eux
python /tmp/get-pip.py
pip install virtualenv

View File

@ -1 +0,0 @@
get-pip-py file /tmp/get-pip.py https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py