index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unittests
/
test_datasource
/
test_azure_helper.py
Age
Commit message (
Expand
)
Author
2019-05-10
Azure: Return static fallback address as if failed to find endpoint
Jason Zions (MSFT)
2019-02-22
azure: Filter list of ssh keys pulled from fabric
Jason Zions (MSFT)
2018-07-09
ubuntu,centos,debian: get_linux_distro to align with platform.dist
Chad Smith
2018-05-17
read_file_or_url: move to url_helper, fix bug in its FileResponse.
Scott Moser
2017-10-03
Azure, CloudStack: Support reading dhcp options from systemd-networkd.
Dimitri John Ledkov
2017-09-07
Use /run/cloud-init for tempfile operations.
Scott Moser
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-05-10
FreeBSD: improvements and fixes for use on Azure
Hongjiang Zhang
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-08-15
Get Azure endpoint server from DHCP client
Brent Baude
2016-06-10
Refactor a large part of the networking code.
Joshua Harlow
2016-06-10
Just do all the imports on one line
Joshua Harlow
2016-06-10
remove unused import
Scott Moser
2016-06-10
one more
Scott Moser
2016-05-19
Remerge against head/master
Joshua Harlow
2016-05-12
fix last flake8 error
Scott Moser
2016-05-12
run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.
Scott Moser
2016-05-11
Fix py26 for rhel (and older versions of python)
Joshua Harlow
2016-03-03
run pyflakes in more places, fix fallout
Scott Moser
2016-02-16
Handle escaped quotes in WALinuxAgentShim.find_endpoint
Scott Moser
2015-10-30
Use DMI data to find Azure instance IDs.
Daniel Watkins
2015-10-09
Refactor tests to test helper method directly, and remove need for test helper.
Daniel Watkins
2015-10-09
Convert test helper to staticmethod.
Daniel Watkins
2015-10-09
Handle colons in packed strings in WALinuxAgentShim.find_endpoint.
Daniel Watkins
2015-10-09
Handle escaped quotes in WALinuxAgentShim.find_endpoint.
Daniel Watkins
2015-05-15
pep8 fixes
Scott Moser
2015-05-08
Fix retrying.
Daniel Watkins
2015-05-08
Move our walinuxagent implementation to a single function call.
Daniel Watkins
2015-05-08
Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).
Daniel Watkins
2015-05-08
Split WALinuxAgentShim code out to separate file.
Daniel Watkins