Tidy readme
This commit is contained in:
22
README.md
22
README.md
@@ -6,32 +6,30 @@ be used alongside the other OpenStack components, starting with the Folsom
|
||||
release.
|
||||
|
||||
Ceilometer is made up of 2 separate services: an API service, and a collector
|
||||
service. This charm allows them to be deployed in different
|
||||
combination, depending on user preference and requirements.
|
||||
service. This charm allows them to be deployed in different combination,
|
||||
depending on user preference and requirements.
|
||||
|
||||
This charm was developed to support deploying Folsom on both
|
||||
Ubuntu Quantal and Ubuntu Precise. Since Ceilometer is only available for
|
||||
Ubuntu 12.04 via the Ubuntu Cloud Archive, deploying this charm to a
|
||||
Precise machine will by default install Ceilometer and its dependencies from
|
||||
the Cloud Archive.
|
||||
This charm was developed to support deploying Folsom on both Ubuntu Quantal
|
||||
and Ubuntu Precise. Since Ceilometer is only available for Ubuntu 12.04 via
|
||||
the Ubuntu Cloud Archive, deploying this charm to a Precise machine will by
|
||||
default install Ceilometer and its dependencies from the Cloud Archive.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
In order to deploy Ceilometer service, Mongo service is required:
|
||||
In order to deploy Ceilometer service, the MongoDB service is required:
|
||||
|
||||
juju deploy mongodb
|
||||
juju deploy ceilometer
|
||||
juju add-relation ceilometer mongodb
|
||||
|
||||
Then Keystone and Rabbit relationships needs to be established:
|
||||
then Keystone and Rabbit relationships need to be established:
|
||||
|
||||
juju add-relation ceilometer rabbitmq
|
||||
juju add-relation ceilometer keystone
|
||||
|
||||
In order to capture the calculations, a Ceilometer compute agent
|
||||
needs to be installed in each nova node, and be related with
|
||||
Ceilometer service:
|
||||
In order to capture the calculations, a Ceilometer compute agent needs to be
|
||||
installed in each nova node, and be related with Ceilometer service:
|
||||
|
||||
juju deploy ceilometer-agent
|
||||
juju add-relation ceilometer-agent nova-compute
|
||||
|
||||
Reference in New Issue
Block a user