openstack-ansible/etc/openstack_deploy/conf.d/ceilometer.yml.example
shangxiaobj 7967623456 Update and replace http with https for doc links
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Ie5cb95ba91df993d9c602c9d5167145fda3bab24
2017-09-13 20:23:17 -07:00

19 lines
585 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
# https://docs.openstack.org/pike/admin/#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