diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-09 20:32:50 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-07-09 20:32:50 -0700 |
commit | b2817ac6dbfadff969aeb1ac28408bf960c94a3c (patch) | |
tree | 66049903f6daf11a6a766e8e3e10c84b9b328069 /TODO | |
parent | a83727242a1a6f044adfab39e6cf6466f0719259 (diff) | |
download | vyos-cloud-init-b2817ac6dbfadff969aeb1ac28408bf960c94a3c.tar.gz vyos-cloud-init-b2817ac6dbfadff969aeb1ac28408bf960c94a3c.zip |
Add a comment/todo for the future, that instead of having distro
specific modules in cloudinit, that maybe we should encourage a 'config'
website or something similar, and let people host common modules they
find useful there, and keep the ones built-in to cloud-init completly
distribution agnostic.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -35,3 +35,12 @@ something to remove later, and just recommend using 'chroot' instead (or the X different other options which are similar to 'chroot'), which is might be more natural and less confusing... +- Instead of just warning when a module is being ran on a 'unknown' distribution + perhaps we should not run that module in that case? Or we might want to start + reworking those modules so they will run on all distributions? Or if that is + not the case, then maybe we want to allow fully specified python paths for + modules and start encouraging packages of 'ubuntu' modules, packages of 'rhel' + specific modules that people can add instead of having them all under the + cloud-init 'root' tree? This might encourage more development of other modules + instead of having to go edit the cloud-init code to accomplish this. + |