blob: 9b9dcbddceaac7339d9ea09750ca6d35925224c4 [file] [log] [blame]
Vasyl Saienko7a4ae402018-01-30 16:37:14 +02001==============
2Manila Formula
3==============
4
5Manila is an OpenStack project to provide Shared Filesystems as a service”.
6
7Sample pillars
8==============
9
10Single 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
46More 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
55Documentation and Bugs
56======================
57
58To learn how to install and update salt-formulas, consult the documentation
59available online at:
60
61 http://salt-formulas.readthedocs.io/
62
63In the unfortunate event that bugs are discovered, they should be reported to
64the appropriate issue tracker. Use GitHub issue tracker for specific salt
65formula:
66
67 https://github.com/salt-formulas/salt-formula-manila/issues
68
69For feature requests, bug reports or blueprints affecting entire ecosystem,
70use Launchpad salt-formulas project:
71
72 https://launchpad.net/salt-formulas
73
74Developers wishing to work on the salt-formulas projects should always base
75their work on master branch and submit pull request against specific formula.
76
77You should also subscribe to mailing list (salt-formulas@freelists.org):
78
79 https://www.freelists.org/list/salt-formulas
80
81Any questions or feedback is always welcome so feel free to join our IRC
82channel:
83
84 #salt-formulas @ irc.freenode.net