Petr Michalec | ad44117 | 2017-09-18 17:18:10 +0200 | [diff] [blame] | 1 | Reclass README |
| 2 | ========================= |
martin f. krafft | 9d19e19 | 2013-08-27 15:43:57 +0200 | [diff] [blame] | 3 | |
Petr Michalec | ad44117 | 2017-09-18 17:18:10 +0200 | [diff] [blame] | 4 | This is the fork of original **reclass** that is available at: |
| 5 | https://github.com/madduck/reclass |
| 6 | |
| 7 | Extentions |
| 8 | ========== |
| 9 | |
| 10 | List of the core features: |
| 11 | |
| 12 | * Escaping of References and Inventory Queries |
| 13 | * Merging Referenced Lists and Dictionaries |
| 14 | * Nested References |
| 15 | * Inventory Queries |
| 16 | * Ignore class notfound/regexp option |
| 17 | |
| 18 | |
Petr Michalec | ad44117 | 2017-09-18 17:18:10 +0200 | [diff] [blame] | 19 | Documentation |
| 20 | ============= |
| 21 | |
| 22 | Documentation covering the original version is in the doc directory. |
Petr Michalec | cd8abe9 | 2018-09-07 13:15:22 +0200 | [diff] [blame^] | 23 | See the [README-extensions.rst](README-extensions.rst) file for documentation on the extentions. |
Petr Michalec | 3d313c1 | 2018-06-07 15:29:44 +0200 | [diff] [blame] | 24 | |
| 25 | |
Petr Michalec | cd8abe9 | 2018-09-07 13:15:22 +0200 | [diff] [blame^] | 26 | .. include:: ./README-extensions.rst |
| 27 | |
Petr Michalec | 3d313c1 | 2018-06-07 15:29:44 +0200 | [diff] [blame] | 28 | |
| 29 | Reclass related projects/tools |
| 30 | ============================== |
| 31 | |
| 32 | Queries: |
| 33 | |
| 34 | * yg, yaml grep with 'jq' syntax - https://gist.github.com/epcim/f1c5b748fa7c942de50677aef04f29f8, (https://asciinema.org/a/84173) |
| 35 | * reclass-graph - https://github.com/tomkukral/reclass-graph |
| 36 | |
| 37 | Introspection, manupulation: |
| 38 | |
| 39 | * reclass-tools, for manipulating reclass models - https://github.com/dis-xcom/reclass_tools |
| 40 | |
| 41 | YAML merge tools: |
| 42 | |
| 43 | * spruce, general purpose YAML & JSON merging tool - https://github.com/geofffranks/spruce |
| 44 | |
| 45 | Other: |
| 46 | |
| 47 | * saltclass, new pillar/master_tops module for salt with the behaviour of reclass - https://github.com/saltstack/salt/pull/42349 |
| 48 | |