Replacing legacy seed-qa with new trackers

Change-Id: I9193ebbec66f793420170bf19981c26f4899e751
Signed-off-by: Igor Shishkin <ishishkin@mirantis.com>
This commit is contained in:
Igor Shishkin 2015-04-07 14:06:48 +03:00
parent 97de0d69b6
commit 9ff88cbbc8
No known key found for this signature in database
GPG Key ID: 6B7414201DCED2E4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fi
HOSTNAME=`hostname -f`
[[ -z "${LOCAL_STORAGE}" ]] && LOCAL_STORAGE="/var/www/fuelweb-iso"
[[ -z "${TRACKER_URL}" ]] && TRACKER_URL='http://seed-qa.msk.mirantis.net:8080/announce'
[[ -z "${TRACKER_URL}" ]] && TRACKER_URL='http://tracker01-bud.infra.mirantis.net:8080/announce,http://tracker01-mnv.infra.mirantis.net:8080/announce,http://tracker01-msk.infra.mirantis.net:8080/announce'
[[ -z "${HTTP_ROOT}" ]] && HTTP_ROOT="http://${HOSTNAME}/fuelweb-iso"