aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/hieradata/database.yaml
blob: 05d4b69709e53398c5d4275d950e655ea67b51ca (plain)
1
2
3
4
5
6
7
8
9
10
# 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
aodh::db::mysql::allowed_hosts:
  - '%'
  - "%{hiera('mysql_bind_host')}"