| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-19 | move user scripts ('#!' and runcmd) to be per-instance (LP: #675711) | Scott Moser | |
| Previously, if you ran an instance with either runcmd data or user-data scripts, it would run again after rebundle or create-image. This puts the files created by runcmd or user-data scripts into instance-id specific paths, and then runs them by that instance-id specific path. LP: #675711 | |||
| 2010-06-18 | add copyright header to all of cloudinit/CloudConfig/cc_* | Scott Moser | |
| 2010-06-17 | make cloud-config modules configurable by cloud-config | Scott Moser | |
| The list of cloud-config modules is now kept in cloud config itself. There is a builtin list in cloudinit, which is overrideable by /etc/cloud/cloud.cfg or user data cloud-config. This should make the modules more easily added or removed (as no code needs to be edited now) Basic summary of changes: - move CloudConfig.py -> cloudinit/CloudConfig/__init__.py - split cloud-config modules into their own files named cloudinit/CloudConfig/cc_<name>.py - remove all the upstart/cloud-config-* scripts, replacing them with upstart/cloud-config.conf | |||
