diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-06-29 17:30:08 +0200 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-07-22 15:21:37 +0200 |
commit | 55e84b6100c77d2d17667abf9309f8afac226735 (patch) | |
tree | 2c592b4ae33dd6d17b57078cb79441a103e44b48 /puppet/hieradata | |
parent | 60b83ae436cbe61514405602cd9eeb5da5ed56e1 (diff) |
Move nova::db data within service template
Change-Id: I86752248e59a2e98f8ff9b2c5998839f9ade4779
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/database.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/puppet/hieradata/database.yaml b/puppet/hieradata/database.yaml index 9aa14289..5591f7e0 100644 --- a/puppet/hieradata/database.yaml +++ b/puppet/hieradata/database.yaml @@ -1,18 +1,3 @@ -# Nova -nova::db::mysql::user: nova -nova::db::mysql::host: "%{hiera('mysql_virtual_ip')}" -nova::db::mysql::dbname: nova -nova::db::mysql::allowed_hosts: - - '%' - - "%{hiera('mysql_bind_host')}" - -nova::db::mysql_api::user: nova_api -nova::db::mysql_api::host: "%{hiera('mysql_virtual_ip')}" -nova::db::mysql_api::dbname: nova_api -nova::db::mysql_api::allowed_hosts: - - '%' - - "%{hiera('mysql_bind_host')}" - # Aodh aodh::db::mysql::user: aodh aodh::db::mysql::host: "%{hiera('mysql_virtual_ip')}" |