a6454f15f2
* 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
17 lines
357 B
YAML
17 lines
357 B
YAML
# NOTE(pbourke): no binary images for murano are available
|
|
muranoapi:
|
|
image: kollaglue/centos-source-murano-api:latest
|
|
name: murano-api
|
|
restart: always
|
|
net: "host"
|
|
env_file:
|
|
- openstack.env
|
|
|
|
muranoengine:
|
|
image: kollaglue/centos-source-murano-engine:latest
|
|
name: murano-engine
|
|
restart: always
|
|
net: "host"
|
|
env_file:
|
|
- openstack.env
|