martin f. krafft | 3c33322 | 2013-06-14 19:27:57 +0200 | [diff] [blame] | 1 | reclass TODO |
| 2 | ============ |
| 3 | |
martin f. krafft | 42c475d | 2013-06-26 18:39:06 +0200 | [diff] [blame] | 4 | - Puppet adapter, whoever might want that…??? |
martin f. krafft | 96a6aff | 2013-08-07 16:32:56 +0200 | [diff] [blame] | 5 | - Write unittest for everything but datatypes, incl. yaml_fs, outputters, CLI |
| 6 | and adapters. |
martin f. krafft | d2fd686 | 2013-06-26 16:12:12 +0200 | [diff] [blame] | 7 | - Configurable file extension (.yaml/.yml, or support both) |
martin f. krafft | a6f145b | 2013-07-04 16:12:21 +0200 | [diff] [blame] | 8 | - Verbosity options, debugging |
martin f. krafft | 5092a0c | 2013-07-18 21:34:24 +0200 | [diff] [blame] | 9 | - Add a configuration option to allow a set of classes to be slapped onto |
| 10 | nodes by default (#5). |
martin f. krafft | 390954e | 2013-08-07 17:20:14 +0200 | [diff] [blame] | 11 | - Think about alternative implementations for Parameter interpolation, as |
| 12 | DictPath and RefValue are a bit cumbersome. It works, but it's not exactly |
| 13 | intuitive or pretty. |
martin f. krafft | 00b9331 | 2013-08-13 11:41:58 +0200 | [diff] [blame] | 14 | - Maybe a regexp→class mapping to allow massive numbers of nodes (e.g. web\d+) |
| 15 | to be classified all at once, without requiring thousands of node-files to be |
| 16 | created. |
martin f. krafft | ad8067e | 2013-08-13 16:41:50 +0200 | [diff] [blame] | 17 | - Make data from CMS available to reclass |