5371a0eb93
HA ceilometer can work if the proper overrides are configured. This patch adds documentation regarding running ceilometer in an active/active HA configuration, meaning workload paritioning can be done across multiple polling agents and notification agents. Change-Id: I65402a66f465df8dc82a24460531fba3a24a8cf5 Closes-Bug: #1518005
18 lines
526 B
Plaintext
18 lines
526 B
Plaintext
# The compute host that the ceilometer compute agent will be running on.
|
|
metering-compute_hosts:
|
|
compute1:
|
|
ip: 172.20.236.110
|
|
|
|
# The infra nodes that the central agents will be running on
|
|
# For running Ceilometer in HA for workload partitioning, see
|
|
# the HA section in the ceilometer configuration docs.
|
|
metering-infra_hosts:
|
|
infra1:
|
|
ip: 172.20.236.111
|
|
# See note regarding HA configuration above.
|
|
infra2:
|
|
ip: 172.20.236.112
|
|
# See note regarding HA configuration above.
|
|
infra3:
|
|
ip: 172.20.236.113
|