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
/
cloudinit
/
sources
/
helpers
/
azure.py
Age
Commit message (
Expand
)
Author
2020-09-10
Retrieve SSH keys from IMDS first with OVF as a fallback (#509)
Thomas Stringer
2020-08-28
Add method type hints for Azure helper (#540)
Johnson Shi
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-08-20
Pushing cloud-init log to the KVP (#529)
Moustafa Moustafa
2020-08-13
Refactor Azure report ready code (#468)
Johnson Shi
2020-06-19
printing the error stream of the dhclient process before killing it (#369)
Moustafa Moustafa
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2020-06-02
test: fix all flake8 E121 and E123 errors (#404)
Joshua Powers
2019-12-12
azure: avoid re-running cloud-init when instance-id is byte-swapped (#84)
AOhassan
2019-12-02
url_helper: read_file_or_url should pass headers param into readurl (#66)
Chad Smith
2019-08-14
Azure: Record boot timestamps, system information, and diagnostic events
Anh Vo
2019-05-10
Azure: Return static fallback address as if failed to find endpoint
Jason Zions (MSFT)
2019-04-03
DatasourceAzure: add additional logging for azure datasource
Anh Vo
2019-02-22
azure: Filter list of ssh keys pulled from fabric
Jason Zions (MSFT)
2018-05-17
read_file_or_url: move to url_helper, fix bug in its FileResponse.
Scott Moser
2018-01-24
Azure VM Preprovisioning support.
Douglas Jordan
2017-12-15
lint: Fix lints seen by pylint version 1.8.1.
Chad Smith
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-05-10
FreeBSD: improvements and fixes for use on Azure
Hongjiang Zhang
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-10-19
Fix python2.6 things found running in centos 6.
Scott Moser
2016-08-22
azure dhclient-hook cleanups
Scott Moser
2016-08-15
Get Azure endpoint server from DHCP client
Brent Baude
2016-05-12
fix last flake8 error
Scott Moser
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
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 WALinuxAgentShim.find_endpoint to use a helper method for IP address...
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-08
Python 2.6 fixes.
Daniel Watkins
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