aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/heat-engine.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2016-06-29 12:58:11 +0200
committerEmilien Macchi <emilien@redhat.com>2016-07-09 04:32:47 +0000
commit43cd92aa0abb9d7b3e9e771f0dec5775080a6d43 (patch)
treea6da37ff4d0d41f63d957a8c52e8faf855208f08 /puppet/services/heat-engine.yaml
parentbbe72038e21a2722c194f27f9b98be0649390519 (diff)
Move heat::db data within service template
Change-Id: I3fada6c5b0265bc6536c89da0ef4b709ead13b7d
Diffstat (limited to 'puppet/services/heat-engine.yaml')
-rw-r--r--puppet/services/heat-engine.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/heat-engine.yaml b/puppet/services/heat-engine.yaml
index 4a5ec2c0..77af55ef 100644
--- a/puppet/services/heat-engine.yaml
+++ b/puppet/services/heat-engine.yaml
@@ -54,5 +54,11 @@ outputs:
heat::keystone_password: {get_param: HeatPassword}
heat::db::mysql::password: {get_param: HeatPassword}
heat::keystone::domain::domain_password: {get_param: HeatStackDomainAdminPassword}
+ heat::db::mysql::user: heat
+ heat::db::mysql::host: {get_param: [EndpointMap, MysqlInternal, host]}
+ heat::db::mysql::dbname: heat
+ heat::db::mysql::allowed_hosts:
+ - '%'
+ - "%{hiera('mysql_bind_host')}"
step_config: |
include ::tripleo::profile::base::heat::engine