Petr Jediný | 07dfda5 | 2017-06-17 13:51:58 +0200 | [diff] [blame^] | 1 | ============= |
| 2 | Panko Formula |
| 3 | ============= |
| 4 | |
| 5 | Panko is a component of the OpenStack Telemetry project and is designed to |
| 6 | provide a metadata indexing, event storage service which enables users to |
| 7 | capture the state information of OpenStack resources at a given time. Its aim |
| 8 | is to enable a scalable means of storing both short and long term data for |
| 9 | use cases such as auditing and system debugging. |
| 10 | |
| 11 | Sample pillars |
| 12 | ============== |
| 13 | |
| 14 | Single panko service |
| 15 | |
| 16 | .. code-block:: yaml |
| 17 | |
| 18 | panko: |
| 19 | server: |
| 20 | enabled: true |
| 21 | version: pike |
| 22 | database: |
| 23 | engine: mysql |
| 24 | host: 10.20.0.101 |
| 25 | port: 3306 |
| 26 | name: panko |
| 27 | user: panko |
| 28 | password: segreto |
| 29 | bind: |
| 30 | host: 10.20.0.102 |
| 31 | port: 8977 |
| 32 | identity: |
| 33 | engine: keystone |
| 34 | host: 10.20.0.101 |
| 35 | port: 35357 |
| 36 | user: panko |
| 37 | password: segreto |
| 38 | region: RegionOne |
| 39 | tenant: service |
| 40 | endpoint_type: internalURL |
| 41 | cache: |
| 42 | engine: memcached |
| 43 | members: |
| 44 | - host: 10.20.0.102 |
| 45 | port: 11211 |
| 46 | - host: 10.20.0.103 |
| 47 | port: 11211 |
| 48 | - host: 10.20.0.104 |
| 49 | port: 11211 |
| 50 | |
| 51 | |
| 52 | More information |
| 53 | ================ |
| 54 | |
| 55 | * https://wiki.openstack.org/wiki/Telemetry |
| 56 | * https://docs.openstack.org/developer/panko/ |
| 57 | * https://github.com/openstack/panko |
| 58 | * https://bugs.launchpad.net/panko |
| 59 | |
| 60 | |
| 61 | Documentation and Bugs |
| 62 | ====================== |
| 63 | |
| 64 | To learn how to install and update salt-formulas, consult the documentation |
| 65 | available online at: |
| 66 | |
| 67 | http://salt-formulas.readthedocs.io/ |
| 68 | |
| 69 | In the unfortunate event that bugs are discovered, they should be reported to |
| 70 | the appropriate issue tracker. Use GitHub issue tracker for specific salt |
| 71 | formula: |
| 72 | |
| 73 | https://github.com/salt-formulas/salt-formula-panko/issues |
| 74 | |
| 75 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 76 | use Launchpad salt-formulas project: |
| 77 | |
| 78 | https://launchpad.net/salt-formulas |
| 79 | |
| 80 | Developers wishing to work on the salt-formulas projects should always base |
| 81 | their work on master branch and submit pull request against specific formula. |
| 82 | |
| 83 | You should also subscribe to mailing list (salt-formulas@freelists.org): |
| 84 | |
| 85 | https://www.freelists.org/list/salt-formulas |
| 86 | |
| 87 | Any questions or feedback is always welcome so feel free to join our IRC |
| 88 | channel: |
| 89 | |
| 90 | #salt-formulas @ irc.freenode.net |