index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unittests
/
test_datasource
/
test_azure.py
Age
Commit message (
Expand
)
Author
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-03-04
pep8: update formatting to pass pep8 1.4.6 (trusty) and 1.6.2 (xenial)
Ryan Harper
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-10-30
Use DMI data to find Azure instance IDs.
Daniel Watkins
2015-10-14
AZURE: support extracting SSH key values from ovf-env.xml
Ben Howard
2015-07-22
mounts: support reliably detecting and using Azure ephemeral disks
Scott Moser
2015-07-21
fix 'make pyflakes'
Scott Moser
2015-07-21
Use /dev/disk devices for Azure ephemeral disk.
Daniel Watkins
2015-05-22
AZURE: Redact on-disk user password in /var/lib/ovf-env.xml
Ben Howard
2015-05-15
pep8 fixes
Scott Moser
2015-05-08
Reintroduce original code path.
Daniel Watkins
2015-05-08
Move our walinuxagent implementation to a single function call.
Daniel Watkins
2015-05-08
Split WALinuxAgentShim code out to separate file.
Daniel Watkins
2015-05-08
Make find_endpoint a staticmethod to clean up top-level namespace.
Daniel Watkins
2015-05-08
Return a dict of data from WALinuxAgentShim, rather than accessing attributes.
Daniel Watkins
2015-05-07
Implement basic replacement for walinuxagent in Azure data source.
Daniel Watkins
2015-04-15
Reset host name after bounce has allowed walinuxagent to run successfully.
Daniel Watkins
2015-04-15
Add unit tests for Azure hostname bouncing.
Daniel Watkins
2015-02-24
use util.decode_binary rather than str, add tests.
Scott Moser
2015-02-18
Read ovf-env.xml as bytes.
Daniel Watkins
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
Repair the Python 2.6 tests.
Barry Warsaw
2015-01-26
More test repairs.
Barry Warsaw
2015-01-22
Use .addCleanup() instead of a .tearDown() where appropriate, although we
Barry Warsaw
2015-01-21
Fix file modes to be Python 2/3 compatible.
Barry Warsaw
2014-08-26
fix(pep8): Fix various pep8 violations and version-lock pep8
Jay Faulkner
2014-07-23
more
Dimitri John Ledkov
2014-07-23
more
Dimitri John Ledkov
2014-02-26
pep8 and pylint
Scott Moser
2014-02-10
change behavior to only delete SharedConfig.xml.
Scott Moser
2014-02-07
Made new ovf-env.xml handling more robust. Test cases included
Ben Howard
2013-10-02
Added ability to define disks via 'ephemeralX.Y'.
Ben Howard
2013-10-02
fix permission changes
Scott Moser
2013-10-01
Reordered several imports in order for test suite to pass.
Eric Nordlund
2013-09-27
fix test to adjust for 'ephemeral0' being /dev/sdb
Scott Moser
2013-09-27
fix tests small other changes
Scott Moser
2013-09-26
Added support for formating the ephemeral disk on Windows Azure.
Ben Howard
2013-08-15
do not set 'password', but set 'passwd' to crypt'd value
Scott Moser
2013-08-06
fix pep8 and pylint warnings
Scott Moser
2013-07-25
minor azure cleanup
Scott Moser
2013-07-25
azure: support bouncing interfaces to publish new hostname
Scott Moser
2013-07-23
on azure datasource, grab use Deployment as the instance-id
Scott Moser
2013-07-17
Azure: make /var/lib/waagent with 0700 perms
Scott Moser
2013-07-10
add waiting for files and reading of crt keys
Scott Moser
2013-07-09
build up the 'wait_for' list including fingerprint.crt files
Scott Moser
2013-07-09
fill out load_azure_ovf_pubkeys
Scott Moser
2013-07-09
populate /var/lib/waagent with ovf-env.xml
Scott Moser
2013-07-09
better handling for user/password
Scott Moser
2013-07-09
add some unit tests, fix things found by doing so
Scott Moser