Vasyl Saienko | 7a4ae40 | 2018-01-30 16:37:14 +0200 | [diff] [blame^] | 1 | ============== |
| 2 | Manila Formula |
| 3 | ============== |
| 4 | |
| 5 | Manila is an OpenStack project to provide “Shared Filesystems as a service”. |
| 6 | |
| 7 | Sample pillars |
| 8 | ============== |
| 9 | |
| 10 | Single manila service |
| 11 | |
| 12 | .. code-block:: yaml |
| 13 | |
| 14 | manila: |
| 15 | common: |
| 16 | database: |
| 17 | engine: mysql |
| 18 | host: 10.20.0.101 |
| 19 | port: 3306 |
| 20 | name: manila |
| 21 | user: manila |
| 22 | password: segreto |
| 23 | identity: |
| 24 | engine: keystone |
| 25 | host: 10.20.0.101 |
| 26 | port: 35357 |
| 27 | user: manila |
| 28 | password: segreto |
| 29 | region: RegionOne |
| 30 | tenant: service |
| 31 | endpoint_type: internalURL |
| 32 | cache: |
| 33 | engine: memcached |
| 34 | members: |
| 35 | - host: 10.20.0.102 |
| 36 | port: 11211 |
| 37 | - host: 10.20.0.103 |
| 38 | port: 11211 |
| 39 | - host: 10.20.0.104 |
| 40 | port: 11211 |
| 41 | api: |
| 42 | bind: |
| 43 | host: 10.20.0.102 |
| 44 | |
| 45 | |
| 46 | More information |
| 47 | ================ |
| 48 | |
| 49 | * https://wiki.openstack.org/wiki/Telemetry |
| 50 | * https://docs.openstack.org/developer/manila/ |
| 51 | * https://github.com/openstack/manila |
| 52 | * https://bugs.launchpad.net/manila |
| 53 | |
| 54 | |
| 55 | Documentation and Bugs |
| 56 | ====================== |
| 57 | |
| 58 | To learn how to install and update salt-formulas, consult the documentation |
| 59 | available online at: |
| 60 | |
| 61 | http://salt-formulas.readthedocs.io/ |
| 62 | |
| 63 | In the unfortunate event that bugs are discovered, they should be reported to |
| 64 | the appropriate issue tracker. Use GitHub issue tracker for specific salt |
| 65 | formula: |
| 66 | |
| 67 | https://github.com/salt-formulas/salt-formula-manila/issues |
| 68 | |
| 69 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 70 | use Launchpad salt-formulas project: |
| 71 | |
| 72 | https://launchpad.net/salt-formulas |
| 73 | |
| 74 | Developers wishing to work on the salt-formulas projects should always base |
| 75 | their work on master branch and submit pull request against specific formula. |
| 76 | |
| 77 | You should also subscribe to mailing list (salt-formulas@freelists.org): |
| 78 | |
| 79 | https://www.freelists.org/list/salt-formulas |
| 80 | |
| 81 | Any questions or feedback is always welcome so feel free to join our IRC |
| 82 | channel: |
| 83 | |
| 84 | #salt-formulas @ irc.freenode.net |