19136fd4c4
Co-Authored-By: Steven Dake <stdake@cisco.com> Change-Id: Ibe8b6ea7941ab3f2fd7dcfcd2ed18fd6111bb270 Partially-implements: blueprint install-from-source Partially-implements: blueprint dockerfile-template
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
# Build info specific to this image. All values can be overridden in .buildconf
|
|
|
|
COMPONENT=zaqar
|
|
SOURCE_INSTALL_AVAILABLE=1
|
|
|
|
# Used for git install method
|
|
: ${CLONE_FROM:=https://github.com/openstack/zaqar}
|
|
|
|
# Used for curl install method
|
|
: ${TARBALL_URI:=http://tarballs.openstack.org/zaqar/zaqar-master.tar.gz}
|