kolla-ansible/docker/centos/source/zaqar/.buildinfo
Swapnil Kulkarni 19136fd4c4 Add build from source and templating for Zaqar
Co-Authored-By: Steven Dake <stdake@cisco.com>

Change-Id: Ibe8b6ea7941ab3f2fd7dcfcd2ed18fd6111bb270
Partially-implements: blueprint install-from-source
Partially-implements: blueprint dockerfile-template
2015-08-20 03:22:33 -07:00

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}