summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2012-10-03Delete hyphen.Vlastimil Holer
2012-10-03Delete old ConfigDrive's code.Vlastimil Holer
2012-09-24Process userdata, ignored by mistake.Vlastimil Holer
2012-09-20Configurable dsmode. Resolve IPv4 hostname only with dsmode=net.Vlastimil Holer
2012-09-20Initialize toks variable. Fix EC2-like hostname generation based on IPv4.Vlastimil Holer
2012-09-19Use and resolve PUBLIC_IP from context disk if no HOSTNAME is specified.Vlastimil Holer
2012-09-19Optionally resolve IPv4 hostname.Vlastimil Holer
2012-09-12Initial support for OpenNebula's contextualization disk.Vlastimil Holer
2012-09-06do not convert type None to string in cfgmnt.Scott Moser
2012-09-05Add RUN=1 to the default fileThomas Hervé
2012-09-01improvements for launch index, one fix for cloud-archiveJoshua Harlow
2012-08-31When a parts content type is found to be different thanJoshua Harlow
2012-08-31Don't look into cloud-archive (after processing) for launchJoshua Harlow
2012-08-31Removed admin group from default Ubuntu user group list.Ben Howard
2012-08-31support launch index specific user-dataJoshua Harlow
2012-08-31fix pylint warningScott Moser
2012-08-31- Converted user list to user dict to allow exclusion of the default userBen Howard
2012-08-29Don't use walk and handle the walking ourselves to Joshua Harlow
2012-08-28fix busted cc_ssh_import_idScott Moser
2012-08-28distros/ubuntu.py: remove unused import (pylint)Scott Moser
2012-08-27For the userdata 'post-filtering' add in a new folder thatJoshua Harlow
2012-08-27clean up a bit, fix issue with missing 'log' argument to ssh_import_idsScott Moser
2012-08-27Fixed critical bug where user and group creation was being done after SSHBen Howard
2012-08-27DataSourceEc2: require 'instance-data' as top level domainScott Moser
2012-08-27Update so that the content types searched for launch-indexJoshua Harlow
2012-08-26Ensure when an archive is exploded and if it contains theJoshua Harlow
2012-08-26Fix tests running and add in a check on the content typeJoshua Harlow
2012-08-26Don't use the processed userdata if nothing is there.Joshua Harlow
2012-08-26Add the capability to understand and filter onJoshua Harlow
2012-08-24use openstack metadata version 2012-08-10 unless not availableScott Moser
2012-08-24use instance-id, not previous-instance-id.Scott Moser
2012-08-24use 'uuid' as 'instance-id'Scott Moser
2012-08-24committing in preparation for actual testScott Moser
2012-08-23some more tests.Scott Moser
2012-08-23fix pep8 and pylintScott Moser
2012-08-23initial functional unit testScott Moser
2012-08-22cc_ssh.py: add the "get user zero" logic, disable root even if no userScott Moser
2012-08-22do not attempt the useradd command if user existsScott Moser
2012-08-22pep8 fixesScott Moser
2012-08-22fix duplicate flags being passed to useraddScott Moser
2012-08-22remove now pointless __init__ in ubuntuScott Moser
2012-08-22distros: add_default_user is no longer abstractScott Moser
2012-08-22fix issues from 'make pylint'Scott Moser
2012-08-22fix errors from 'make pep8'Scott Moser
2012-08-22Merge with lp:cloud-initBen Howard
2012-08-22Simplified users[0] detection, and ensured compatability with previous user p...Ben Howard
2012-08-22Fix the userdata population in DataSourceNoneScott Moser
2012-08-22add apt_reboot_if_required to reboot if requiredScott Moser
2012-08-22improve the check for "uses unknown key" in mirror templatesScott Moser
2012-08-22fix for pep8 issues and seemingly functional now.Scott Moser