Filip Pytloun | a87b471 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 1 | |
Aleš Komárek | 59ee0a8 | 2017-04-11 13:49:58 +0200 | [diff] [blame^] | 2 | ================== |
| 3 | Ceilometer Formula |
| 4 | ================== |
Filip Pytloun | a87b471 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 5 | |
Jakub Pavlik | f1514c6 | 2016-05-20 11:04:39 +0200 | [diff] [blame] | 6 | The ceilometer project aims to deliver a unique point of contact for billing |
| 7 | systems to acquire all of the measurements they need to establish customer |
| 8 | billing, across all current OpenStack core components with work underway to |
| 9 | support future OpenStack components. |
Filip Pytloun | a87b471 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 10 | |
Aleš Komárek | 59ee0a8 | 2017-04-11 13:49:58 +0200 | [diff] [blame^] | 11 | Sample Pillars |
Filip Pytloun | a87b471 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 12 | ============== |
| 13 | |
| 14 | Ceilometer API/controller node |
| 15 | |
| 16 | .. code-block:: yaml |
| 17 | |
| 18 | ceilometer: |
| 19 | server: |
| 20 | enabled: true |
| 21 | version: havana |
| 22 | cluster: true |
| 23 | secret: pwd |
| 24 | bind: |
| 25 | host: 127.0.0.1 |
| 26 | port: 8777 |
| 27 | identity: |
| 28 | engine: keystone |
| 29 | host: 127.0.0.1 |
| 30 | port: 35357 |
| 31 | tenant: service |
| 32 | user: ceilometer |
| 33 | password: pwd |
| 34 | message_queue: |
| 35 | engine: rabbitmq |
| 36 | host: 127.0.0.1 |
| 37 | port: 5672 |
| 38 | user: openstack |
| 39 | password: pwd |
| 40 | virtual_host: '/openstack' |
Filip Pytloun | a87b471 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 41 | database: |
| 42 | engine: mongodb |
| 43 | host: 127.0.0.1 |
| 44 | port: 27017 |
| 45 | name: ceilometer |
| 46 | user: ceilometer |
| 47 | password: pwd |
| 48 | |
smolaon | d0d14d2 | 2016-05-31 10:30:15 +0200 | [diff] [blame] | 49 | Client-side RabbitMQ HA setup |
| 50 | |
| 51 | .. code-block:: yaml |
| 52 | |
| 53 | ceilometer: |
| 54 | server: |
| 55 | .... |
| 56 | message_queue: |
| 57 | engine: rabbitmq |
| 58 | members: |
| 59 | - host: 127.0.0.1 |
| 60 | - host: 127.0.0.1 |
| 61 | - host: 127.0.0.1 |
| 62 | user: openstack |
| 63 | password: pwd |
| 64 | virtual_host: '/openstack' |
| 65 | .... |
| 66 | |
| 67 | |
Filip Pytloun | a87b471 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 68 | Ceilometer Graphite publisher |
| 69 | |
| 70 | .. code-block:: yaml |
| 71 | |
| 72 | ceilometer: |
| 73 | server: |
| 74 | enabled: true |
| 75 | publisher: |
| 76 | graphite: |
| 77 | enabled: true |
| 78 | host: 10.0.0.1 |
| 79 | port: 2003 |
| 80 | |
| 81 | Ceilometer compute agent |
| 82 | |
| 83 | .. code-block:: yaml |
| 84 | |
| 85 | ceilometer: |
| 86 | agent: |
| 87 | enabled: true |
| 88 | version: havana |
| 89 | secret: pwd |
| 90 | identity: |
| 91 | engine: keystone |
| 92 | host: 127.0.0.1 |
| 93 | port: 35357 |
| 94 | tenant: service |
| 95 | user: ceilometer |
| 96 | password: pwd |
| 97 | message_queue: |
| 98 | engine: rabbitmq |
| 99 | host: 127.0.0.1 |
| 100 | port: 5672 |
| 101 | user: openstack |
| 102 | password: pwd |
| 103 | virtual_host: '/openstack' |
| 104 | rabbit_ha_queues: true |
| 105 | |
Aleš Komárek | 59ee0a8 | 2017-04-11 13:49:58 +0200 | [diff] [blame^] | 106 | More Information |
| 107 | ================ |
Filip Pytloun | a87b471 | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 108 | |
| 109 | * https://wiki.openstack.org/wiki/Ceilometer |
| 110 | * http://docs.openstack.org/developer/ceilometer/install/manual.html |
| 111 | * http://docs.openstack.org/developer/ceilometer/ |
| 112 | * https://fedoraproject.org/wiki/QA:Testcase_OpenStack_ceilometer_install |
| 113 | * https://github.com/spilgames/ceilometer_graphite_publisher |
| 114 | * http://engineering.spilgames.com/using-ceilometer-graphite/ |
| 115 | |
Filip Pytloun | 23f63e1 | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 116 | |
| 117 | Documentation and Bugs |
| 118 | ====================== |
| 119 | |
| 120 | To learn how to install and update salt-formulas, consult the documentation |
| 121 | available online at: |
| 122 | |
| 123 | http://salt-formulas.readthedocs.io/ |
| 124 | |
| 125 | In the unfortunate event that bugs are discovered, they should be reported to |
| 126 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 127 | formula: |
| 128 | |
| 129 | https://github.com/salt-formulas/salt-formula-ceilometer/issues |
| 130 | |
| 131 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 132 | use Launchpad salt-formulas project: |
| 133 | |
| 134 | https://launchpad.net/salt-formulas |
| 135 | |
| 136 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 137 | |
| 138 | https://launchpad.net/~salt-formulas-users |
| 139 | |
| 140 | Developers wishing to work on the salt-formulas projects should always base |
| 141 | their work on master branch and submit pull request against specific formula. |
| 142 | |
| 143 | https://github.com/salt-formulas/salt-formula-ceilometer |
| 144 | |
| 145 | Any questions or feedback is always welcome so feel free to join our IRC |
| 146 | channel: |
| 147 | |
| 148 | #salt-formulas @ irc.freenode.net |