blob: 114064dd2e4b7113f9e6e3da91f4aa67fcabf058 [file] [log] [blame]
martin f. krafft8acd49d2013-08-26 21:22:25 +02001================================================
2reclass Recursive external node classification
3================================================
4.. include:: intro.inc
5
6Contents
7--------
8These documents aim to get you started with |reclass|:
9
10.. toctree::
11 :maxdepth: 2
12
13 install
14 concepts
15 operations
16 usage
17 manpage
18 configfile
19 salt
20 ansible
21 puppet
22 hacking
martin f. krafftcc8851d2013-08-27 13:43:16 +020023 todo
martin f. krafft8acd49d2013-08-26 21:22:25 +020024
25Community
26---------
27Currently, there exists only an IRC channel, ``#reclass`` on ``irc.oftc.net``,
28where you may stop by to ask questions. When usage grows, I'll set up
29a mailing list. If you're using `Salt`_, you can also ask your
30|reclass|-related questions on the mailing list, ideally specifying
31"reclass" in the subject of your message.
32
33Licence
34-------
35|reclass| is © 20072013 by martin f. krafft and released under the terms of
36the `Artistic Licence 2.0`_.
37
38About the name
39--------------
40"reclass" stands for **r**\ ecursive **e**\ xternal node **class**\ ifier,
41which is somewhat of a misnomer. I chose the name very early on, based on the
42recursive nature of the data merging. However, to the user, a better paradigm
43would be "hierarchical", as s/he does not and should not care too much about
44the implementation internals. By the time that I realised this, unfortunately,
45`Hiera`_ (Puppet-specific) had already occupied this prefix. Oh well. Once you
46start using |reclass|, you'll think recursively as well as hierarchically at
47the same time. It's really quite simple.
48
49..
50 Indices and tables
51 ==================
52
53 * :ref:`genindex`
54 * :ref:`modindex`
55 * :ref:`search`
56
57.. include:: extrefs.inc
58.. include:: substs.inc