3

Ubuntu's CloudInit package is very useful; however, the only documentation I've found on all of the available options is in their examples: http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config.txt

Numerous Google searches have failed me. Where can I find thorough documentation on CloudInit?

pawstrong
  • 131
  • 1
  • 6
  • Agreed. I'm using cloud-init, but only as minimally as possible, due to lack of good documentation. – EEAA Sep 21 '12 at 01:20

2 Answers2

3

I've just looked in the package for 12.04LTS (0.6.3-0ubuntu1) I can see there's some documentation available in a few text files in /usr/share/doc/cloud-init alongside the examples which may help

rmyates
  • 411
  • 2
  • 3
  • 1
    https://help.ubuntu.com/community/CloudInit is another source of information. –  Mar 25 '13 at 18:33
3

In the meantime documentation has been placed here: http://cloudinit.readthedocs.org/en/latest/

webwurst
  • 362
  • 2
  • 6