summaryrefslogtreecommitdiff
path: root/cloudinit/sources
AgeCommit message (Expand)Author
2013-02-21Remove TODOVlastimil Holer
2013-02-20Minor OpenNebula DS cleanups (style, dsmode, static network).Vlastimil Holer
2013-02-19Merged trunk lp:cloud-initVlastimil Holer
2013-02-19Context.sh parsing cleanups, fix single quotes handling in multiword variables.Vlastimil Holer
2013-02-19Name unification Context.*Device -> Context.*DiskVlastimil Holer
2013-02-19Change network ifaces detection from ifconfig to ip command.Vlastimil Holer
2013-02-07add test_nocloud unit tests, fix one issue foundScott Moser
2013-02-07user-data doesn't merge in from meta-data (typo)Scott Moser
2013-02-04make config of nocloud datasource able to specify meta-data and user-dataScott Moser
2013-01-16DataSourceConfigDrive: consider CD rom as valid config-drive source.Scott Moser
2013-01-07DataSourceCloudStack: fallback to default route if no virtual router foundGerard Dethier
2013-01-04Append DNS related stuff to network interfaces configuration. Minor cleanups.Vlastimil Holer
2013-01-02Add OpenNebula.org copyright.Vlastimil Holer
2012-12-21Add OpenNebula contextualization options to cloud-initJavi Fontan
2012-12-20Fix exception handlers for data read. Fix name read_context_disk_dir.Vlastimil Holer
2012-12-20Change subp exception handling to util.ProcessExecutionErrorVlastimil Holer
2012-12-20Add explanation on how context variables parsing works.Vlastimil Holer
2012-12-20Change context variables .replace with .decodeVlastimil Holer
2012-12-19Remove conflicting merge blockVlastimil Holer
2012-12-19Merged trunk lp:cloud-initVlastimil Holer
2012-12-19DataSourceCloudStack: use virtual router rather than default routeGerard Dethier
2012-11-12config-drive-v2: support public keysScott Moser
2012-11-12pep8 and pylint fixupsScott Moser
2012-11-12REVERT revno 714: config-drive-v2: populate metadata['public-keys'] from 'pub...Scott Moser
2012-11-12merge from trunkScott Moser
2012-11-11config-drive-v2: populate metadata['public-keys'] from 'public_keys'Scott Moser
2012-11-10whitespace / indentation cleanupsScott Moser
2012-11-07remove dead code from DataSourceEc2Scott Moser
2012-10-27Helpful cleanups.harlowja
2012-10-24Remove function that shouldn't have shown up.Joshua Harlow
2012-10-24Handle the case where newer versions of botoJoshua Harlow
2012-10-23use only util methods for reading/loading/appending/peekingScott Moser
2012-10-05Add checks around the device names that are foundJoshua Harlow
2012-10-05Add tests to show that the assigned bug is fixed.Joshua Harlow
2012-10-05Ensure that config drive datasource attempts toJoshua Harlow
2012-10-04Ensure that for config drive thatJoshua Harlow
2012-10-03Delete hyphen.Vlastimil Holer
2012-10-03Delete old ConfigDrive's code.Vlastimil Holer
2012-10-01fix oauth time skew. actual implementation was returning 401 not 403.Scott Moser
2012-09-30[pylint]: remove unused importScott Moser
2012-09-28make DataSourceMAAS 'main()' use load_yamlScott Moser
2012-09-24DataSourceMAAS: if a oauth request fails due to 403 try updating local timeScott Moser
2012-09-24fix make pep8Scott Moser
2012-09-24Process userdata, ignored by mistake.Vlastimil Holer
2012-09-20Use only util methods for reading/loading/appending/peekingJoshua Harlow
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-14Fix hostname derived from IP. (LP: 1050962)Andy Grimm