fuel-main/config.mk

29 lines
631 B
Makefile

BINARIES_DIR:=binaries
ifndef BOOTSTRAP_REBUILD
BOOTSTRAP_REBUILD:=0
endif
MIRROR_URL:=http://srv08-srt.srt.mirantis.net/mirror
ifndef IGNORE_MIRROR
IGNORE_MIRROR:=0
endif
ifndef LOCAL_MIRROR
LOCAL_MIRROR:=mirror
endif
ifndef GOLDEN_MIRROR
GOLDEN_MIRROR:=srv08-srt.srt.mirantis.net:/var/lib/jenkins/mirror
endif
iso.path:=$(BUILD_DIR)/iso/nailgun-ubuntu-12.04-amd64.iso
image.centos.url=http://mc0n1-srt.srt.mirantis.net/centos63.qcow2
centos.packages=$(BUILD_DIR)/packages/centos
ubuntu.packages=$(BUILD_DIR)/packages/ubuntu
bootstrap.linux:=$(BUILD_DIR)/bootstrap/linux
bootstrap.initrd:=$(BUILD_DIR)/bootstrap/initrd.gz