一、安裝和配置compute services
這一部分的話,假設(shè)你已經(jīng)安裝好了openstack的工作環(huán)境,至少安裝了以下幾個(gè)組件:compute,image service,identity。
需要注意的是,不同的平臺安裝和配置是不一樣的
enable compute service meters for openSUSE and SUSE Linux Enterprise
enable compute service meters for Red Hat Enterprise Linux and CentOS
二、安裝和配置Controller Services
這一部分的話,假設(shè)你已經(jīng)安裝好了openstack的工作環(huán)境,至少安裝了以下幾個(gè)組件:compute,image service,identity。
需要注意的是,不同的平臺安裝和配置是不一樣的
Ceilometer
Install and configure for openSUSE and SUSE Linux Enterprise
Install and configure for Red Hat Enterprise Linux and CentOS
如果要做到和ceilometer交互的話,還需要一些額外的配置
Cinder
Enable Block Storage meters for openSUSE and SUSE Linux Enterprise
Enable Block Storage meters for Red Hat Enterprise Linux and CentOS
Glance
Enable Image service meters for openSUSE and SUSE Linux Enterprise
Enable Image service meters for Red Hat Enterprise Linux and CentOS
Heat
Enable Orchestration service meters for openSUSE and SUSE Linux Enterprise
Enable Orchestration service for Red Hat Enterprise Linux and CentOS
Keystone
Keystone提供了中間件能夠抓取向某個(gè)服務(wù)發(fā)起的API請求,然后將這些數(shù)據(jù)送給Ceilometer。這篇文章里面指導(dǎo)你怎么安裝Keystone(Keystone's developer documentation)。ceilometer會以audit.http.*事件的形式抓取到這些信息
Neutron
Enable Networking service meters for openSUSE and SUSE Linux Enterprise
Enable Networking service meters for Red Hat Enterprise Linux and CentOS
Swift
Enable Object Storage meters for openSUSE and SUSE Linux Enterprise
Enable Object Storage meters for Red HAt Enterprise Linux and CentOS
按照上面的步驟,你的openstack環(huán)境已經(jīng)安裝了ceilometer服務(wù)。