
-added template conf file for pip&easy_install -remove installation of epel and remi-safe repo, related pakcages are moved to compass_install repo Change-Id: Idded23eb60783e78763aa52d2801ee6052abeb7c
69 lines
1.2 KiB
Plaintext
Executable File
69 lines
1.2 KiB
Plaintext
Executable File
#############################################
|
|
# Config File for Standalone Compass Server #
|
|
#############################################
|
|
#export REPO=http://127.0.0.1:9999
|
|
#export REMI="http://rpms.famillecollet.com/enterprise/remi-release-7.rpm"
|
|
|
|
#export EPEL="https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
|
|
|
|
#export MYSQL="mysql-community-release-el7-5.noarch.rpm"
|
|
|
|
# Compass web related variables
|
|
export WEB_HOME="/tmp/web"
|
|
#uncomment this field if using compass-web repo in offline repo
|
|
#export WEB_SOURCE="${REPO}/compass-web"
|
|
|
|
|
|
#set compass environment
|
|
export SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
export COMPASSDIR=${SCRIPT_DIR}/..
|
|
export TESTMODE="False"
|
|
|
|
# Set Local Repo sources
|
|
#export LOCAL_REPO_US="https://s3-us-west-1.amazonaws.com/compass-local-repo"
|
|
export LOCAL_REPO_US="https://s3-us-west-1.amazonaws.com/compass-local-repo"
|
|
export LOCAL_REPO_HUAWEI="http://huawei-repo.uubright.com/repos/compass"
|
|
|
|
# package hosting sources
|
|
export PIP_PACKAGES="http://205.177.226.237:9999/pip.tar.gz"
|
|
#export PIP_PACKAGES="${REPO}/pip.tar.gz"
|
|
export EXTRA_PACKAGES="http://205.177.226.237:9999/packages.tar.gz"
|
|
#export EXTRA_PACKAGES="${REPO}/packages.tar.gz"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|