2011-02-18 23:07:55 +00:00
|
|
|
Core:
|
|
|
|
- Support singletons (see types/issue for a good reason)
|
2011-02-25 17:34:00 +00:00
|
|
|
- probably name them only_once and use that as the internal id!
|
2011-02-25 17:45:11 +00:00
|
|
|
- remove remote_base_dir at beginning - otherwise fragments from
|
|
|
|
previous runs may still be existing!
|
2011-02-26 10:19:43 +00:00
|
|
|
-> probably also local_base_dir!
|
|
|
|
- cdist-deploy-to: Configure more than one host
|
|
|
|
- plus parallel mode like in ccollect
|
2011-02-18 23:07:55 +00:00
|
|
|
|
|
|
|
Type handler:
|
|
|
|
- add dependency parameters to core available for every type
|
|
|
|
--requires
|
|
|
|
--excludes?
|
|
|
|
|
|
|
|
Stage 5 (code execution):
|
|
|
|
- check return codes
|
|
|
|
- abort on first error?
|
|
|
|
- dependencies
|
|
|
|
|
|
|
|
|
2011-02-26 10:33:19 +00:00
|
|
|
Types to be written/extended:
|
|
|
|
- __ssh-keys (host/user)
|
|
|
|
- __service
|
|
|
|
- __user
|
|
|
|
- __file_edit
|
2011-02-04 22:27:19 +00:00
|
|
|
- add_line_to_file_if_not_existing
|
|
|
|
- delete_line_from_file
|
|
|
|
- regexp replace (can probably cover all?)
|
2011-02-26 10:33:19 +00:00
|
|
|
- __file:
|
|
|
|
- template == [shell script] stdout
|
2011-02-27 15:39:43 +00:00
|
|
|
- cron
|
2011-02-22 11:06:38 +00:00
|
|
|
|
2011-02-26 10:04:23 +00:00
|
|
|
Documentation:
|
2011-02-26 10:33:19 +00:00
|
|
|
- Describe Multi master setups
|
2011-02-26 10:04:23 +00:00
|
|
|
- use ssh with master socket?
|
|
|
|
- saves connection delay for new connections: -M
|
|
|
|
- hint: http://protempore.net/~calvins/howto/ssh-connection-sharing/
|
|
|
|
- Describe pull architecture and requirements
|
2011-02-26 10:27:53 +00:00
|
|
|
- cdist-trigger after first run from /var/lib/cdist/out/bin?
|
|
|
|
- Different environments (production, integration, development)
|
2011-02-26 10:33:19 +00:00
|
|
|
- via version control
|
2011-02-26 19:43:44 +00:00
|
|
|
- Define how to raise errors in types
|
2011-03-04 14:06:00 +00:00
|
|
|
|
|
|
|
- = todo
|
|
|
|
+ = in progress -> S|N
|
|
|
|
x = done
|
|
|
|
|
|
|
|
|
|
|
|
x remove old documentation from doc/man/!
|
|
|
|
- Check all references in manpages, ensure all manpages exist, generic ones:
|
|
|
|
+ cdist
|
|
|
|
+ cdist-deploy-to
|
|
|
|
+ cdist-manifest
|
|
|
|
- cdist-quickstart: how to get started
|
|
|
|
- cdist-type [IMPORTANT]
|
|
|
|
- only do necessary work [TYPE IMPLEMENTATION HINTS]
|
|
|
|
- install packages only if not existent
|
|
|
|
- copy file only if different
|
|
|
|
- DOC document that $type/manifest is executed for every object/instance
|
|
|
|
- cdist-explorer
|
|
|
|
- exported variables:
|
|
|
|
- general explorer: __explorer # cdist-explorer
|
|
|
|
- initial manifest: __manifest, __global # cdist-manifest
|
|
|
|
- type manifests __object, __object_id, __global # cdist-type
|
|
|
|
- type explorers: __object, __object_id, __type_explorers # cdist-type
|
|
|
|
- type codegen: __object, __object_id, __global # cdist-type
|
|
|
|
- type code: - # cdist-code
|
|
|
|
- cdist-type-integration
|
|
|
|
- Ensure available types are documented (!)
|
|
|
|
- define how to in cdist-type-integration
|
|
|
|
- referenced on the webpage via cdist-type(7)!
|
|
|
|
- ensure every file in bin/ has a correspondent manpage
|
|
|
|
- cdist-bin-transfer
|
|
|
|
- cdist-code-run-all
|
|
|
|
- cdist-config
|
|
|
|
- cdist-deploy-to
|
|
|
|
- cdist-dir
|
|
|
|
- cdist-explorer-run-init
|
|
|
|
- cdist-manifest-run
|
|
|
|
- cdist-manifest-run-all
|
|
|
|
- cdist-manifest-run-init
|
|
|
|
- cdist-object-codegen
|
|
|
|
- cdist-object-codegen-all
|
|
|
|
- cdist-object-explorer-all
|
|
|
|
- cdist-quickstart
|
|
|
|
- cdist-remote-code-run-all
|
|
|
|
- cdist-remote-explorer-run
|
|
|
|
- cdist-run-remote
|
|
|
|
- cdist-type-build-emulation
|
|
|
|
- cdist-type-emulator
|
|
|
|
- Cleanup READMEs
|
|
|
|
- Ensure html output of manpages are published on the web
|
|
|
|
|
|
|
|
- Makefile:
|
|
|
|
- Include manpage generation
|