Always create /etc/fuel_build_id flag

We need always create /etc/fuel_build_id flag-file since
it's used for preprovisioned master node detection. The absence
of this file means that we are on clean CentOS and should use
online repos.

Change-Id: If614549621374cf4714f08152c914b85a448b534
Closes-bug: #1578548
This commit is contained in:
Sergey Kulanov 2016-05-05 12:23:18 +03:00
parent edbff9a9a9
commit 656137de07
1 changed files with 0 additions and 2 deletions

View File

@ -27,11 +27,9 @@ $(ISOROOT)/fuel_build_number:
echo "$(BUILD_NUMBER)" > $@
endif
ifdef BUILD_ID
$(BUILD_DIR)/iso/isoroot.done: $(ISOROOT)/fuel_build_id
$(ISOROOT)/fuel_build_id:
echo "$(BUILD_ID)" > $@
endif
###############
# CENTOS MIRROR