summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add 'phone_home' to cloud-config0.5.16pre1Scott Moser2011-01-253-11/+86
|\
| * add support for posting data to a URL (phone_home)Scott Moser2011-01-253-11/+86
* | fix bad variable name in readurlScott Moser2011-01-251-1/+1
|/
* add missing urllib import in utilScott Moser2011-01-251-0/+1
* add support for reading rightscale style userdataScott Moser2011-01-253-0/+84
* add support for redirecting output of cloud-init, cloud-config and cloud-finalScott Moser2011-01-2410-25/+184
|\
| * add support for redirecting output of cloud-init, cloud-config and cloud-finalScott Moser2011-01-258-22/+181
| * use timestamp.gmtime() for timestamps rather than time() or datetimeScott Moser2011-01-252-3/+3
* | move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invokingScott Moser2011-01-2417-37/+307
|\ \ | |/
| * move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invokingScott Moser2011-01-2417-37/+307
|/
* merge in fixes to get to functioning pointScott Moser2011-01-243-12/+16
|\
| * cc_update_hostname: fix error handlingScott Moser2011-01-241-4/+5
| * cloudinit/__init__: fix get_cpath()Scott Moser2011-01-241-1/+1
| * cc_update_hostname: fix bad variable nameScott Moser2011-01-241-1/+1
| * cloud-init.py: fix bad variable nameScott Moser2011-01-241-2/+2
| * cloudinit/__init__.py: fixes to initfsScott Moser2011-01-241-3/+6
| * cloud-init.py: add trailing carriage return to messageScott Moser2011-01-241-1/+1
* | add CloudConfig.per-once definitionScott Moser2011-01-241-0/+1
* | make the module list that cloud-config selects specified via cmdlineScott Moser2011-01-242-4/+8
* | fix cloud-run-user-script for directory change, make it invoke other scriptsScott Moser2011-01-241-6/+18
|/
* add function to cloud-init to run cloud-config style modulesScott Moser2011-01-2110-128/+251
* cc_locale: fix copy paste code error if args are givenScott Moser2011-01-211-1/+1
* add 'resize_rootfs' cloud-config option.Scott Moser2011-01-204-0/+62
* TODO: add need to rewrite cloud-init-querScott Moser2011-01-201-0/+7
* remove updates check, as its no longer really necessary (LP: #653220)Scott Moser2011-01-203-50/+1
* update changelog (/var/log rework)Scott Moser2011-01-201-0/+1
* support configuration of what is the default log fileScott Moser2011-01-201-11/+16
* add caching of parsed configs to util.get_base_cfgScott Moser2011-01-201-3/+10
* add TODO and ChangeLogScott Moser2011-01-202-0/+19
* add cloud-config-archive input type.Scott Moser2011-01-192-6/+61
* do not use 'str' as a variable nameScott Moser2011-01-191-2/+2
* pull in the rework of /var/lib/cloud.Scott Moser2011-01-198-48/+217
|\
| * fix bug in get_cpathScott Moser2011-01-191-3/+1
| * add 'data' entry in pathmap and move get_cpath to a static functionScott Moser2011-01-192-9/+15
| * write the previous-hostname file to persistent cloud/dataScott Moser2011-01-191-1/+1
| * make scripts sub-dirs for per-<item>Scott Moser2011-01-191-1/+2
| * convert 'cachedir' to 'seeddir', move cloud_config, scripts to instanceScott Moser2011-01-195-32/+32
| * move cache to instance specific dirScott Moser2011-01-191-8/+15
| * improve log message on failure of initfs. run on both start-local and startScott Moser2011-01-191-5/+4
| * move boothooks and user-data into instance dirScott Moser2011-01-191-16/+22
| * cloud-init.py: log exception on failure to set hostnameScott Moser2011-01-191-1/+2
| * initial /var/lib rework still lots to do. includes a fix for LP: #704509Scott Moser2011-01-194-20/+125
| * add doc about redesigned /var/lib/cloudScott Moser2011-01-191-0/+46
|/
* support $MIRROR and $RELEASE in apt-source cloud-config lines (LP: #693292)Scott Moser2011-01-193-9/+25
* move user scripts ('#!' and runcmd) to be per-instance (LP: #675711)Scott Moser2011-01-193-6/+10
* add 'cloud-init-query' tool, to query fields from cloud dataScott Moser2011-01-193-1/+63
* make 'do not login as root' message more clear.Scott Moser2011-01-191-1/+1
* move writing of ssh key fingerprints to a separate toolScott Moser2011-01-193-13/+13
* remove write-mime-multipart from setup.pyScott Moser2011-01-191-2/+1
* add handling of rsyslog in cloud-configScott Moser2011-01-193-0/+107