forked from willie-engelbrecht/hdp-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepo.env
15 lines (13 loc) · 843 Bytes
/
repo.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export USE_LOCAL_REPO=0
export REPODEV=HDP-3.1.4.0-315.xml
# Upstream repos
export AMBARI_UPSTREAM=http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.7.4.0/ambari.repo
export HDP_UPSTREAM=http://public-repo-1.hortonworks.com/HDP/centos7/3.x/updates/3.1.4.0
export HDPUTILS_UPSTREAM=http://public-repo-1.hortonworks.com/HDP-UTILS-1.1.0.22/repos/centos7
export HDPGPL_UPSTREAM=http://public-repo-1.hortonworks.com/HDP-GPL/centos7/3.x/updates/3.1.4.0
export GPG_KEY=http://public-repo-1.hortonworks.com/HDP-GPL/centos7/3.x/updates/3.1.4.0/RPM-GPG-KEY/RPM-GPG-KEY-Jenkins
# If you prefer local repositories rather
export AMBARI=http://192.168.0.105/hwx/ambari-latest/
export HDP=http://192.168.0.105/hwx/HDP-latest/
export HDPUTILS=http://192.168.0.105/hwx/HDP-UTILS-latest/
export HDPGPL=http://192.168.0.105/hwx/HDP-GPL-latest/