~ubuntu-branches/ubuntu/vivid/ceilometer/vivid

« back to all changes in this revision

Viewing changes to doc/source/install/manual.rst

  • Committer: Package Import Robot
  • Author(s): James Page, Corey Bryant, James Page
  • Date: 2015-02-19 14:59:07 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20150219145907-9jojybdsl64zcn14
Tags: 2015.1~b2-0ubuntu1
[ Corey Bryant ]
* New upstream release.
  - d/control: Align requirements with upstream.
  - d/p/skip-test.patch: Rebased.

[ James Page ]
* d/rules,d/p/skip-gabbi.patch: Skip tests that rely on python-gabbi until
  packaging and MIR is complete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
         not yet been tested with ZeroMQ. We recommend using Rabbit or
218
218
         qpid for now.
219
219
 
220
 
   2. Set the ``metering_secret`` value.
 
220
   2. Set the ``telemetry_secret`` value.
221
221
 
222
 
      Set the ``metering_secret`` value to a large, random, value. Use
 
222
      Set the ``telemetry_secret`` value to a large, random, value. Use
223
223
      the same value in all ceilometer configuration files, on all
224
224
      nodes, so that messages passing between the nodes can be
225
225
      validated.
289
289
         not yet been tested with ZeroMQ. We recommend using Rabbit or
290
290
         qpid for now.
291
291
 
292
 
   2. Set the ``metering_secret`` value.
 
292
   2. Set the ``telemetry_secret`` value.
293
293
 
294
 
      Set the ``metering_secret`` value to a large, random, value. Use
 
294
      Set the ``telemetry_secret`` value to a large, random, value. Use
295
295
      the same value in all ceilometer configuration files, on all
296
296
      nodes, so that messages passing between the nodes can be
297
297
      validated.
331
331
      instance_usage_audit_period=hour
332
332
      notify_on_state_change=vm_and_task_state
333
333
      notification_driver=nova.openstack.common.notifier.rpc_notifier
334
 
      notification_driver=ceilometer.compute.nova_notifier
335
334
 
336
335
2. Clone the ceilometer git repository to the server::
337
336
 
373
372
         not yet been tested with ZeroMQ. We recommend using Rabbit or
374
373
         qpid for now.
375
374
 
376
 
   2. Set the ``metering_secret`` value.
 
375
   2. Set the ``telemetry_secret`` value.
377
376
 
378
 
      Set the ``metering_secret`` value to a large, random, value. Use
 
377
      Set the ``telemetry_secret`` value to a large, random, value. Use
379
378
      the same value in all ceilometer configuration files, on all
380
379
      nodes, so that messages passing between the nodes can be
381
380
      validated.
447
446
         not yet been tested with ZeroMQ. We recommend using Rabbit or
448
447
         qpid for now.
449
448
 
450
 
   2. Set the ``metering_secret`` value.
 
449
   2. Set the ``telemetry_secret`` value.
451
450
 
452
 
      Set the ``metering_secret`` value to a large, random, value. Use
 
451
      Set the ``telemetry_secret`` value to a large, random, value. Use
453
452
      the same value in all ceilometer configuration files, on all
454
453
      nodes, so that messages passing between the nodes can be
455
454
      validated.
605
604
the service.
606
605
 
607
606
 
 
607
Configuring MagnetoDB to send notifications
 
608
===========================================
 
609
 
 
610
Configure the driver in ``magnetodb-async-task-executor.conf``
 
611
 
 
612
   ::
 
613
 
 
614
        notification_driver=messaging
 
615
 
 
616
You also would need to restart the service magnetodb-async-task-executor
 
617
(if it's already running) after changing the above configuration file.
 
618
 
 
619
 
608
620
Notifications queues
609
621
========================
610
622