Merge "Allow to use custom mirror"

This commit is contained in:
Jenkins 2014-11-13 18:39:41 +00:00 committed by Gerrit Code Review
commit 515dcc1633
1 changed files with 4 additions and 2 deletions

View File

@ -18,14 +18,16 @@
source /etc/nodepool/provider
NODEPOOL_PYPI_MIRROR=${NODEPOOL_PYPI_MIRROR:-http://pypi.$NODEPOOL_REGION.openstack.org/simple}
cat >/home/jenkins/.pip/pip.conf <<EOF
[global]
index-url = http://pypi.$NODEPOOL_REGION.openstack.org/simple
index-url = $NODEPOOL_PYPI_MIRROR
EOF
cat >/home/jenkins/.pydistutils.cfg <<EOF
[easy_install]
index_url = http://pypi.$NODEPOOL_REGION.openstack.org/simple
index_url = $NODEPOOL_PYPI_MIRROR
EOF
# Double check that when the node is made ready it is able