Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-03-02 | update upstart/* files to be in sync with 0.5.7-0ubuntu4 | Scott Moser | |
Some changes were rushed in prior to lucid beta that didn't get pulled back into the upstream release. I'm pulling those in here. | |||
2010-01-12 | moving towards getting apt-update-upgrade working | Scott Moser | |
2010-01-11 | refactor the config class and jobs to run through cloud-init-cfg | Scott Moser | |
At this point, the following should be functional: cloud-init-cfg apt-update-upgrade |