tripleo-image-elements/elements/heat-engine
Clint Byrum 8bf5143b13 Add purge_deleted cron job to heat-engine
Heat-engine is currently only single-host, so this works in that model.
When heat-engine adds scale-out, we will probably want to do something
to make sure that only one of these runs, though it won't hurt to just
run a few of them at one time.

Change-Id: I2fe92489404e7ae490d78323d944703ec7d19007
2013-10-13 08:54:27 -07:00
..
install.d Add purge_deleted cron job to heat-engine 2013-10-13 08:54:27 -07:00
os-refresh-config/post-configure.d Make heat-api and heat-engine work in boot-stack. 2013-05-14 17:58:13 -07:00
README.md Add OpenStack Heat elements. 2013-04-09 10:45:09 -07:00
element-deps Rename os-config-applier to os-apply-config. 2013-06-14 20:39:18 +12:00

README.md

Run the heat-engine service.

Configuration

Example Heat Metadata:

OpenStack::Config:
  heat:
    rpc_backend: heat.openstack.common.rpc.impl_kombu
    sql_connection: mysql://heatuser:heatpass@mysql.server.foo/heatdb
    auth_encryption_key: 0123456789abcdef0123456789abcdef
    watch_server_url: http://address.of.watch.service:8003
    waitcondition_server_url: http://address.of.wc.service:8000/v1/waitcondition
    metadata_server_url: http://addr.of.metadta.service:8000
    rabbit:
      password: abcdefg
      host: address.of.rabbitmq
    bind_port: 8001
    bind_host: 0.0.0.0