Merge "Devstack changes to ceilometer to support vsphere"
This commit is contained in:
commit
9f59782a36
@ -163,6 +163,13 @@ function configure_ceilometer {
|
|||||||
configure_mongodb
|
configure_mongodb
|
||||||
cleanup_ceilometer
|
cleanup_ceilometer
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "$VIRT_DRIVER" = 'vsphere' ]]; then
|
||||||
|
iniset $CEILOMETER_CONF DEFAULT hypervisor_inspector vsphere
|
||||||
|
iniset $CEILOMETER_CONF vmware host_ip "$VMWAREAPI_IP"
|
||||||
|
iniset $CEILOMETER_CONF vmware host_username "$VMWAREAPI_USER"
|
||||||
|
iniset $CEILOMETER_CONF vmware host_password "$VMWAREAPI_PASSWORD"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function configure_mongodb {
|
function configure_mongodb {
|
||||||
@ -219,6 +226,9 @@ function start_ceilometer {
|
|||||||
if [[ "$VIRT_DRIVER" = 'libvirt' ]]; then
|
if [[ "$VIRT_DRIVER" = 'libvirt' ]]; then
|
||||||
screen_it ceilometer-acompute "cd ; sg $LIBVIRT_GROUP \"ceilometer-agent-compute --config-file $CEILOMETER_CONF\""
|
screen_it ceilometer-acompute "cd ; sg $LIBVIRT_GROUP \"ceilometer-agent-compute --config-file $CEILOMETER_CONF\""
|
||||||
fi
|
fi
|
||||||
|
if [[ "$VIRT_DRIVER" = 'vsphere' ]]; then
|
||||||
|
screen_it ceilometer-acompute "cd ; ceilometer-agent-compute --config-file $CEILOMETER_CONF"
|
||||||
|
fi
|
||||||
screen_it ceilometer-acentral "cd ; ceilometer-agent-central --config-file $CEILOMETER_CONF"
|
screen_it ceilometer-acentral "cd ; ceilometer-agent-central --config-file $CEILOMETER_CONF"
|
||||||
screen_it ceilometer-anotification "cd ; ceilometer-agent-notification --config-file $CEILOMETER_CONF"
|
screen_it ceilometer-anotification "cd ; ceilometer-agent-notification --config-file $CEILOMETER_CONF"
|
||||||
screen_it ceilometer-collector "cd ; ceilometer-collector --config-file $CEILOMETER_CONF"
|
screen_it ceilometer-collector "cd ; ceilometer-collector --config-file $CEILOMETER_CONF"
|
||||||
|
Loading…
Reference in New Issue
Block a user