7967623456
1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: Ie5cb95ba91df993d9c602c9d5167145fda3bab24
19 lines
585 B
Plaintext
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
|