kolla-ansible/docker/centos/source/murano/murano-base/.buildinfo
Paul Bourke a6454f15f2 Implement Murano source images
* Both api and engine start up without error, but can't test properly
until Horizon is fixed (bug #1482196)

* These are source installs are there no RPMs available for Murano
that I can find.

* Also requires a plugin for horizon that will be made as a
separate commit

Co-Authored-By: Mick Thompson <michael.a.thompson@oracle.com>
Implements: blueprint enable-murano-container

Change-Id: Ia46985b21bb5f6d7690501e7199800c8c7fcb51f
2015-08-10 15:52:21 +00:00

11 lines
317 B
Plaintext

# Build info specific to this image. All values can be overridden in .buildconf
COMPONENT=murano
SOURCE_INSTALL_AVAILABLE=1
# Used for git install method
: ${CLONE_FROM:=https://github.com/openstack/murano}
# Used for curl install method
: ${TARBALL_URI:=http://tarballs.openstack.org/murano/murano-master.tar.gz}