aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/hieradata/database.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/hieradata/database.yaml')
-rw-r--r--puppet/hieradata/database.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/puppet/hieradata/database.yaml b/puppet/hieradata/database.yaml
deleted file mode 100644
index 05d4b697..00000000
--- a/puppet/hieradata/database.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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')}"