martin f. krafft | 3c33322 | 2013-06-14 19:27:57 +0200 | [diff] [blame] | 1 | reclass TODO |
| 2 | ============ |
| 3 | |
| 4 | - Salt and Puppet adapters, whoever might want them. |
| 5 | - Tests for outputters |
| 6 | - Improve testing of yaml_fs, maybe with more realistic examples |
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 | 1de70cc | 2013-06-26 16:11:58 +0200 | [diff] [blame] | 8 | - Remove applications_hosts, or factor it out to the Ansible adapter, as it's |
| 9 | not really relevant to Salt or reclass in general. And remove 'groups' from |
| 10 | the inventory return. |
martin f. krafft | cb93bc7 | 2013-07-01 19:31:47 +0200 | [diff] [blame^] | 11 | - Improve the adapters, either by just letting them build their own |
| 12 | OptionParsers, or through setuptools entrypoints (probably best…). The |
| 13 | reclass API would need a bit of generalisation for that to happen… |