From 112df7ab42c68eefdaa55bc2ced763aa9070ceb3 Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Fri, 1 Nov 2013 20:37:51 -0400 Subject: [PATCH] Corrected Ceilmeter installation for RHEL/CentOS/Fedora Set correct package and service names for Ceilometer on RHEL, CentOS, Fedora and derivative distributions. Change-Id: I32e8fb4963739c2495b5e94c4eb87d0b8e920b97 backport: havana --- doc/install-guide/section_ceilometer-install.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/install-guide/section_ceilometer-install.xml b/doc/install-guide/section_ceilometer-install.xml index 466d714f48..147638299e 100644 --- a/doc/install-guide/section_ceilometer-install.xml +++ b/doc/install-guide/section_ceilometer-install.xml @@ -14,7 +14,7 @@ Install the Metering Service on the controller node: # apt-get install ceilometer-api ceilometer-collector ceilometer-agent-central python-ceilometerclient - # yum install openstack-ceilometer-api openstack-ceilometer-collector openstack-ceilometer-agent-central python-ceilometerclient FIXME + # yum install openstack-ceilometer-api openstack-ceilometer-collector openstack-ceilometer-central python-ceilometerclient # zypper install openstack-ceilometer-api openstack-ceilometer-collector openstack-ceilometer-agent-central python-ceilometerclient Answer to the debconf @@ -26,15 +26,19 @@ Specify the location of the database in the configuration file. The examples in this guide use a MongoDB database on the controller node. - # FIXME + # yum install mongodb-server mongodb # zypper install mongodb # apt-get install mongodb - + Start the MongoDB server and configure it to start when the system boots: - # systemctl start mongodb.service + # systemctl start mongodb.service # systemctl enable mongodb.service + + # service mongod start +# chkconfig mongod on Create the database and a ceilometer