blob: 3090be7551e6407ed2f46921069f0cf305df3198 [file] [log] [blame]
martin f. krafft3c333222013-06-14 19:27:57 +02001reclass TODO
2============
3
martin f. krafft42c475d2013-06-26 18:39:06 +02004- Puppet adapter, whoever might want that…???
martin f. krafft96a6aff2013-08-07 16:32:56 +02005- Write unittest for everything but datatypes, incl. yaml_fs, outputters, CLI
6 and adapters.
martin f. krafftd2fd6862013-06-26 16:12:12 +02007- Configurable file extension (.yaml/.yml, or support both)
martin f. kraffta6f145b2013-07-04 16:12:21 +02008- Verbosity options, debugging
martin f. krafft5092a0c2013-07-18 21:34:24 +02009- Add a configuration option to allow a set of classes to be slapped onto
10 nodes by default (#5).
martin f. krafft390954e2013-08-07 17:20:14 +020011- 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. krafft00b93312013-08-13 11:41:58 +020014- 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. krafftad8067e2013-08-13 16:41:50 +020017- Make data from CMS available to reclass