blob: 71c53b472c31f62b4e8e3fad9c211643b0432ae5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Hiera data here applies to all controller nodes
# TODO(emilien) move it to composable aodh roles later
aodh::api::keystone_tenant: 'service'
aodh::keystone::auth::tenant: 'service'
# TODO(emilien) move it to composable roles later
# Already WIP with https://review.openstack.org/330785
# and https://review.openstack.org/338527
tripleo::firewall::firewall_rules:
'128 aodh':
dport:
- 8042
- 13042
controller_classes: []
|