summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceAzure.py
AgeCommit message (Expand)Author
2015-10-30Use DMI data to find Azure instance IDs.Daniel Watkins
2015-10-14azure: support extracting SSH key values from ovf-env.xmlScott Moser
2015-10-14AZURE: support extracting SSH key values from ovf-env.xmlBen Howard
2015-07-22mounts: support reliably detecting and using Azure ephemeral disksScott Moser
2015-07-21fix 'make pyflakes'Scott Moser
2015-07-21Use /dev/disk devices for Azure ephemeral disk.Daniel Watkins
2015-05-22AZURE: Redact on-disk user password in /var/lib/ovf-env.xmlBen Howard
2015-05-08Default to old code path.Daniel Watkins
2015-05-08Reintroduce original code path.Daniel Watkins
2015-05-08Move our walinuxagent implementation to a single function call.Daniel Watkins
2015-05-08Split WALinuxAgentShim code out to separate file.Daniel Watkins
2015-05-08Remove unused import.Daniel Watkins
2015-05-08Make find_endpoint a staticmethod to clean up top-level namespace.Daniel Watkins
2015-05-08Cache certificate response to save on communication with fabric.Daniel Watkins
2015-05-08Add logging.Daniel Watkins
2015-05-08Return a dict of data from WALinuxAgentShim, rather than accessing attributes.Daniel Watkins
2015-05-07Implement basic replacement for walinuxagent in Azure data source.Daniel Watkins
2015-04-15Reset host name after bounce has allowed walinuxagent to run successfully.Daniel Watkins
2015-04-15Add unit tests for Azure hostname bouncing.Daniel Watkins
2015-02-18Read ovf-env.xml as bytes.Daniel Watkins
2015-02-13support for managing GPT partitionsScott Moser
2015-02-11fix random_seed moduleScott Moser
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2015-01-20New Azure disk_setup default.Daniel Watkins
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