diff options
Diffstat (limited to 'puppet/hieradata/database.yaml')
-rw-r--r-- | puppet/hieradata/database.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/hieradata/database.yaml b/puppet/hieradata/database.yaml index 5591f7e0..05d4b697 100644 --- a/puppet/hieradata/database.yaml +++ b/puppet/hieradata/database.yaml @@ -1,4 +1,7 @@ +# Do not add hieradata in this file, and use composable services. + # Aodh +# TODO(emilien) move it to composable aodh roles later aodh::db::mysql::user: aodh aodh::db::mysql::host: "%{hiera('mysql_virtual_ip')}" aodh::db::mysql::dbname: aodh |