Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | |
Aleš Komárek | 586daae | 2017-02-06 19:47:06 +0100 | [diff] [blame] | 2 | =============== |
Ales Komarek | a4f836f | 2017-05-17 13:12:51 +0200 | [diff] [blame^] | 3 | Reclass Formula |
Aleš Komárek | 586daae | 2017-02-06 19:47:06 +0100 | [diff] [blame] | 4 | =============== |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 5 | |
Ales Komarek | 51e459c | 2017-02-19 08:47:46 +0100 | [diff] [blame] | 6 | reclass is an “external node classifier” (ENC) as can be used with automation |
| 7 | tools, such as Puppet, Salt, and Ansible. It is also a stand-alone tool for |
| 8 | merging data sources recursively. |
| 9 | |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 10 | |
Ales Komarek | a4f836f | 2017-05-17 13:12:51 +0200 | [diff] [blame^] | 11 | Sample Metadata |
| 12 | =============== |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 13 | |
| 14 | Reclass storage with data fetched from git |
| 15 | |
Ales Komarek | 51e459c | 2017-02-19 08:47:46 +0100 | [diff] [blame] | 16 | .. literalinclude:: tests/pillar/storage_git.sls |
| 17 | :language: yaml |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 18 | |
| 19 | Reclass storage with local data source |
| 20 | |
Ales Komarek | 51e459c | 2017-02-19 08:47:46 +0100 | [diff] [blame] | 21 | .. literalinclude:: tests/pillar/storage_local.sls |
| 22 | :language: yaml |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 23 | |
Ales Komarek | a4a9f57 | 2016-12-03 20:15:50 +0100 | [diff] [blame] | 24 | Reclass model with single node definition |
| 25 | |
Ales Komarek | 51e459c | 2017-02-19 08:47:46 +0100 | [diff] [blame] | 26 | .. literalinclude:: tests/pillar/generate_single.sls |
| 27 | :language: yaml |
Ales Komarek | a4a9f57 | 2016-12-03 20:15:50 +0100 | [diff] [blame] | 28 | |
| 29 | Reclass model with multiple node defined |
| 30 | |
Ales Komarek | 51e459c | 2017-02-19 08:47:46 +0100 | [diff] [blame] | 31 | .. literalinclude:: tests/pillar/generate_multi.sls |
| 32 | :language: yaml |
Ales Komarek | a4a9f57 | 2016-12-03 20:15:50 +0100 | [diff] [blame] | 33 | |
Ales Komarek | a4f836f | 2017-05-17 13:12:51 +0200 | [diff] [blame^] | 34 | Reclass storage with simple class mappings |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 35 | |
Ales Komarek | 51e459c | 2017-02-19 08:47:46 +0100 | [diff] [blame] | 36 | .. literalinclude:: tests/pillar/class_mapping.sls |
| 37 | :language: yaml |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 38 | |
Ales Komarek | a4f836f | 2017-05-17 13:12:51 +0200 | [diff] [blame^] | 39 | Reclass models with dynamic node classification |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 40 | |
Ales Komarek | a4f836f | 2017-05-17 13:12:51 +0200 | [diff] [blame^] | 41 | .. literalinclude:: tests/pillar/node_classify.sls |
| 42 | :language: yaml |
| 43 | |
| 44 | |
| 45 | More Information |
| 46 | ================ |
Filip Pytloun | 49768a4 | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 47 | |
| 48 | * http://reclass.pantsfullofunix.net/index.html |
| 49 | * http://reclass.pantsfullofunix.net/operations.html |
Ales Komarek | 51e459c | 2017-02-19 08:47:46 +0100 | [diff] [blame] | 50 | |
Filip Pytloun | 2ea4e6a | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 51 | |
| 52 | Documentation and Bugs |
| 53 | ====================== |
| 54 | |
| 55 | To learn how to install and update salt-formulas, consult the documentation |
| 56 | available online at: |
| 57 | |
| 58 | http://salt-formulas.readthedocs.io/ |
| 59 | |
| 60 | In the unfortunate event that bugs are discovered, they should be reported to |
| 61 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 62 | formula: |
| 63 | |
| 64 | https://github.com/salt-formulas/salt-formula-reclass/issues |
| 65 | |
| 66 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 67 | use Launchpad salt-formulas project: |
| 68 | |
| 69 | https://launchpad.net/salt-formulas |
| 70 | |
| 71 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 72 | |
| 73 | https://launchpad.net/~salt-formulas-users |
| 74 | |
| 75 | Developers wishing to work on the salt-formulas projects should always base |
| 76 | their work on master branch and submit pull request against specific formula. |
| 77 | |
| 78 | https://github.com/salt-formulas/salt-formula-reclass |
| 79 | |
| 80 | Any questions or feedback is always welcome so feel free to join our IRC |
| 81 | channel: |
| 82 | |
| 83 | #salt-formulas @ irc.freenode.net |