blob: 0b47c0b89f5c1acc1cc7f0d5f1dc9ac6a1906bda [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
Vasyl Saienkobf5c1202018-03-01 22:24:14 +020046Backend configuration
47=====================
48
49
50Nexenta backend
51
52.. code-block:: yaml
53
54 manila:
55 share:
56 enabled_share_backends:
57 nexenta:
58 name: nexenta
59 type: nexenta
60 enabled: true
61 dhss: false
62 nexenta_host: 1.2.3.4
63 nexenta_password: secretpassword
64 nexenta_user: nonexistent
65 nexenta_volume: volume1
66
Vasyl Saienko7a4ae402018-01-30 16:37:14 +020067More information
68================
69
70* https://wiki.openstack.org/wiki/Telemetry
71* https://docs.openstack.org/developer/manila/
72* https://github.com/openstack/manila
73* https://bugs.launchpad.net/manila
74
75
76Documentation and Bugs
77======================
78
79To learn how to install and update salt-formulas, consult the documentation
80available online at:
81
82 http://salt-formulas.readthedocs.io/
83
84In the unfortunate event that bugs are discovered, they should be reported to
85the appropriate issue tracker. Use GitHub issue tracker for specific salt
86formula:
87
88 https://github.com/salt-formulas/salt-formula-manila/issues
89
90For feature requests, bug reports or blueprints affecting entire ecosystem,
91use Launchpad salt-formulas project:
92
93 https://launchpad.net/salt-formulas
94
95Developers wishing to work on the salt-formulas projects should always base
96their work on master branch and submit pull request against specific formula.
97
98You should also subscribe to mailing list (salt-formulas@freelists.org):
99
100 https://www.freelists.org/list/salt-formulas
101
102Any questions or feedback is always welcome so feel free to join our IRC
103channel:
104
105 #salt-formulas @ irc.freenode.net