Jiri Broulik | 30e05a6 | 2018-06-14 13:31:24 +0200 | [diff] [blame] | 1 | Reclass README |
| 2 | ========================= |
Filip Pytloun | fff50fc | 2015-06-24 14:57:21 +0200 | [diff] [blame] | 3 | |
Jiri Broulik | 30e05a6 | 2018-06-14 13:31:24 +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 | |
| 19 | .. include:: ./README-extensions.rst |
| 20 | |
| 21 | |
| 22 | Documentation |
| 23 | ============= |
| 24 | |
| 25 | Documentation covering the original version is in the doc directory. |
| 26 | See the README-extensions.rst file for documentation on the extentions. |
Jiri Broulik | 2f68e97 | 2018-06-21 17:28:36 +0200 | [diff] [blame^] | 27 | |
| 28 | |
| 29 | |
| 30 | Reclass related projects/tools |
| 31 | ============================== |
| 32 | |
| 33 | Queries: |
| 34 | |
| 35 | * yg, yaml grep with 'jq' syntax - https://gist.github.com/epcim/f1c5b748fa7c942de50677aef04f29f8, (https://asciinema.org/a/84173) |
| 36 | * reclass-graph - https://github.com/tomkukral/reclass-graph |
| 37 | |
| 38 | Introspection, manupulation: |
| 39 | |
| 40 | * reclass-tools, for manipulating reclass models - https://github.com/dis-xcom/reclass_tools |
| 41 | |
| 42 | YAML merge tools: |
| 43 | |
| 44 | * spruce, general purpose YAML & JSON merging tool - https://github.com/geofffranks/spruce |
| 45 | |
| 46 | Other: |
| 47 | |
| 48 | * saltclass, new pillar/master_tops module for salt with the behaviour of reclass - https://github.com/saltstack/salt/pull/42349 |
| 49 | |