Skip to content
Snippets Groups Projects
Commit 9150add5 authored by Alessandro Costantini's avatar Alessandro Costantini
Browse files

correction to variable definition - ceilometer

parent 92e4f2cc
No related branches found
No related tags found
1 merge request!9Development
......@@ -29,7 +29,7 @@ iaas::profile::base::dns_searchdomain: <SEARCHDOMAIN>
iaas::role::endpoint::servers: [<IP_ENDPOINT1>, <IP_ENDPOINT2>, <IP_ENDPOINT3>] # List of load-balancers
iaas::role::endpoint::main_hostname: '<VIP_HOSTNAME>'
iaas::role::endpoint::main_address: <VIP_IP> # The main virtual address pointing to the load-balancers
iaas::role::endpoint:coordination: ['131.154.100.118:2181,131.154.100.120:2181,131.154.100.121:2181']
iaas::role::endpoint::coordination: ['131.154.100.118:2181,131.154.100.120:2181,131.154.100.121:2181']
# Galera MySQL
iaas::profile::database::servers: [<IP_DB_SERVER1>, <IP_DB_SERVER2>, <IP_DB_SERVER3>]
......
......@@ -11,7 +11,7 @@ class iaas::profile::ceilometer::controller (
$zookeeper_id = undef,
$zookeeper_max_connections = 128,
$coordination_ip = hiera('iaas::role::endpoint:coordination', undef),
$coordination_ip = hiera('iaas::role::endpoint::coordination', undef),
) {
include iaas::resources::connectors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment