summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceAzure.py
AgeCommit message (Expand)Author
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-03-19Azure: pep8 and pylint cleanups from previous commit.Scott Moser
2014-03-19change to unmount then check to address possible raceScott Moser
2014-03-19minor changes: be more careful about umount and warn on failScott Moser
2014-03-18Windows Azure defines the ephemeral0 mount as being a per-boot instead ofBen Howard
2014-02-10make a defined var of DATA_DIR_CLEAN_LIST, some pylint cleanupsScott Moser
2014-02-10change behavior to only delete SharedConfig.xml.Scott Moser
2014-02-07Made new ovf-env.xml handling more robust. Test cases includedBen Howard
2014-01-15Fix for race condition where 'captured' Windows Azure instances identifyBen Howard
2014-01-09Azure: minor changes for filename as strings and logging.Scott Moser
2013-10-17fix DataSourceAzure incompatibility with 2.6Scott Moser
2013-10-03Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...Ben Howard
2013-10-02Added ability to define disks via 'ephemeralX.Y'.Ben Howard
2013-09-27azure data source 'ephemeral0' point to '/dev/sdb', not /dev/sdb1Scott Moser
2013-09-27fix tests small other changesScott Moser
2013-09-26re-work 'ephemeral_disk' and location of builtin configScott Moser
2013-09-26fix pep8Scott Moser
2013-09-26Added support for formating the ephemeral disk on Windows Azure.Ben Howard
2013-09-09populate random_seed in azure data sourceScott Moser
2013-09-09add support for reading random_seed on azure also.Scott Moser
2013-08-20fix bad arguments to subp inside of apply_hostname_bounceScott Moser
2013-08-15do not set 'password', but set 'passwd' to crypt'd valueScott Moser
2013-07-30set reading /proc/uptime to false by default.Scott Moser
2013-07-30add util.log_time helperScott Moser
2013-07-29DataSourceAzure: do not capture output of bounce commandScott Moser
2013-07-26azure: fix bouncing of interfaceScott Moser
2013-07-25minor azure cleanupScott Moser
2013-07-25azure: support bouncing interfaces to publish new hostnameScott Moser
2013-07-23on azure datasource, grab use Deployment as the instance-idScott Moser
2013-07-17Azure: make /var/lib/waagent with 0700 permsScott Moser
2013-07-17DataSourceAzure: fix inverted logic on DisablesshPasswordAuthenticationBen Howard
2013-07-16Use the inverse of DisableSshPasswordAuthentication for ssh_pwauth.Ben Howard
2013-07-11DataSourceAzure.py: allow 'customdata' to be the name for userdataScott Moser
2013-07-10add waiting for files and reading of crt keysScott Moser
2013-07-09build up the 'wait_for' list including fingerprint.crt filesScott Moser
2013-07-09fill out load_azure_ovf_pubkeysScott Moser
2013-07-09mention using cachedScott Moser
2013-07-09search in the default storage directory for cached ovf-env.xmlScott Moser
2013-07-09populate /var/lib/waagent with ovf-env.xmlScott Moser
2013-07-09better handling for user/passwordScott Moser
2013-07-09add stub for ssh keysScott Moser
2013-07-09add some unit tests, fix things found by doing soScott Moser
2013-07-08commit dev stateScott Moser