openstack-ansible/etc/openstack_deploy/conf.d/ceilometer.yml.example
Miguel Alex Cantu 5371a0eb93 Add documentation for HA ceilometer
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
2015-12-02 16:23:30 +00:00

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