Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-31 | append to apt_sources filenames rather than truncating. | Scott Moser | |
Previously, apt_sources: - source: source1 - source: source2 resulted in source1 being written to /etc/apt/sources.list.d/cloud_config_sources.list , and then that being overwritten by source2. This definitely is not expected. Instead, in all cases now, (including 'filename:' cases), just append. LP: #627597 | |||
2010-07-21 | invoke apt so dpkg non-interactively takes old conf files (LP: #607642) | Scott Moser | |
2010-06-21 | fix bug with apt_update_upgrade config, missing import | Scott Moser | |
2010-06-18 | add copyright header to all of cloudinit/CloudConfig/cc_* | Scott Moser | |
2010-06-18 | add suport for setting debconf selections through debconf-set-selections | Scott Moser | |
LP: #582667 | |||
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 |