Skip to content

Instantly share code, notes, and snippets.

@a1git
Created March 28, 2018 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/8fb933c862ce853a58d3beba7b9042e5 to your computer and use it in GitHub Desktop.
Save a1git/8fb933c862ce853a58d3beba7b9042e5 to your computer and use it in GitHub Desktop.
root@c3-repo-container-eb840b00:/var/www/repo/os-releases/17.0.0/ubuntu-16.04-x86_64# cat venv-build-options-os_glance.txt
# The purpose of this file is to provide the configuration options to the venv
# build script for each venv. These options are all set out in a file in order
# to enable the idempotence of the venv build process.
# The working directory for the venv build
ROLE_VENV_PATH="/tmp/openstack-venv-builder/venvs/glance"
# The name used for the venv working directory, and resulting compressed venv
ROLE_VENV_FILE="glance-17.0.0-x86_64"
# The index options used by pip when building the venvs
PIP_INDEX_OPTIONS=""
PIP_INDEX_OPTIONS="${PIP_INDEX_OPTIONS} --no-index"
# The options used by pip when building the venvs
PIP_INSTALL_OPTIONS="--timeout 120 --find-links /var/www/repo/os-releases/17.0.0/ubuntu-16.04-x86_64"
# The command used when creating the venv
VENV_CREATE_COMMAND="/usr/local/bin/virtualenv --always-copy --no-pip --no-setuptools --no-wheel"
# The requirements list for the venv
ROLE_VENV_REQUIREMENTS="cryptography glance keystonemiddleware os-brick pymysql python-cinderclient python-glanceclient python-keystoneclient python-memcached python-swiftclient uwsgi warlock"
root@c3-repo-container-eb840b00:/var/www/repo/os-releases/17.0.0/ubuntu-16.04-x86_64#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment