Transition to the new scheme of repository

Transition to the new scheme of repository for ubuntu bootstrap image

Closes bug: #1484625

Change-Id: I612f7ebd5eed502d75ca4640a128631e4a878742
This commit is contained in:
Roman Vyalov 2015-08-14 12:16:25 +03:00
parent aa89341dce
commit 3bdc6c2de5
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ global_conf="/etc/fuel-bootstrap-image.conf"
[ -r "$global_conf" ] && . "$global_conf"
[ -z "$MOS_VERSION" ] && MOS_VERSION="7.0"
[ -z "$DISTRO_RELEASE" ] && DISTRO_RELEASE="trusty"
[ -z "$DISTRO_RELEASE" ] && DISTRO_RELEASE="mos${MOS_VERSION}"
[ -z "$MIRROR_DISTRO" ] && MIRROR_DISTRO="http://archive.ubuntu.com/ubuntu"
[ -z "$MIRROR_MOS" ] && MIRROR_MOS="http://mirror.fuel-infra.org/mos-repos/$MOS_VERSION/cluster/base/$DISTRO_RELEASE"
[ -z "$MIRROR_MOS" ] && MIRROR_MOS="http://mirror.fuel-infra.org/mos-repos/ubuntu/$MOS_VERSION/"
[ -z "$KERNEL_FLAVOR" ] && KERNEL_FLAVOR="-generic-lts-trusty"
[ -z "$ARCH" ] && ARCH="amd64"
[ -z "$DESTDIR" ] && DESTDIR="/var/www/nailgun/bootstrap/ubuntu"