openstack-ansible/etc/openstack_deploy/conf.d/ceilometer.yml.example
Travis Truman 85fde9f62d [DOCS] - Cleanup Telemetry docs
- Directly include example config file
 - Remove unnecessary configuration guidance

Change-Id: I979a2fb5e0db093f770c410f8ccfe6caac30fe88
Closes-Bug: #1606401
2016-08-04 15:03:06 +00:00

19 lines
615 B
Plaintext

# The compute hosts that will run the ceilometer compute agent. This list
# should contain every host in the compute_hosts list.
metering-compute_hosts:
compute1:
ip: 172.20.236.110
# The infra hosts that will run the central agents.
# For running Ceilometer in HA for workload partitioning, see
# http://docs.openstack.org/admin-guide/telemetry-data-collection.html#support-for-ha-deployment
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