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
/
cloudinit
/
sources
/
DataSourceCloudStack.py
Age
Commit message (
Expand
)
Author
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2019-11-22
ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
Ryan Harper
2019-11-12
add data-server dns entry as new metadata server detection
Joshua Hügli
2019-05-08
replace remaining occurrences of LOG.warn
Daniel Watkins
2018-05-23
openstack: Allow discovery in init-local using dhclient in a sandbox.
Chad Smith
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-10-03
Azure, CloudStack: Support reading dhcp options from systemd-networkd.
Dimitri John Ledkov
2017-09-15
CloudStack: consider dhclient lease files named with a hyphen.
Scott Moser
2017-04-21
CloudStack: Add NetworkManager to list of supported DHCP lease dirs.
Syed
2017-04-12
Remove (and/or fix) URL shortener references
Jon Grimm
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-04-28
cloudstack: Only use DHCPv4 lease files as a datasource
Wido den Hollander
2016-04-04
DataSource: set ds_cfg to be a dictionary
Scott Moser
2015-08-04
pep8 fixes
Scott Moser
2015-06-16
Use wget to fetch CloudStack passwords.
Daniel Watkins
2015-02-23
Add documentation about upstream CloudStack HTTP fix.
Daniel Watkins
2015-02-23
Always close the password server connection, even on failure.
Daniel Watkins
2015-02-20
Split CloudStack password handling out to separate class.
Daniel Watkins
2015-02-20
Minor formatting clean-up in CloudStack DS.
Daniel Watkins
2015-02-18
Set an explicit timeout when fetching CloudStack passwords.
Daniel Watkins
2015-02-18
Failing to fetch a CloudStack password should never fail the whole DS.
Daniel Watkins
2015-02-17
Add explanatory comment.
Daniel Watkins
2015-02-17
Fetch and use passwords from CloudStack virtual router.
Daniel Watkins
2015-02-17
Clean up imports in DataSourceCloudStack.py.
Daniel Watkins
2014-08-21
use url_helper to combine url
Scott Moser
2013-06-19
fix and cleanup usage of util.logexc
Juerg Haefliger
2013-03-07
merge from trunk
Scott Moser
2013-03-06
Continue working on merging code.
Joshua Harlow
2013-01-07
DataSourceCloudStack: fallback to default route if no virtual router found
Gerard Dethier
2012-12-19
DataSourceCloudStack: use virtual router rather than default route
Gerard Dethier
2012-11-12
pep8 and pylint fixups
Scott Moser
2012-10-24
Handle the case where newer versions of boto
Joshua Harlow
2012-08-22
merge from trunk for pep8 fixes
Scott Moser
2012-08-22
fix pep8 complaints.
Scott Moser
2012-08-22
rework package mirror selection
Scott Moser
2012-06-21
1. Move all info() logging methods to debug()
harlowja
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-19
Add the ability to check if the metadata service is up before actually using it.
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Split up time calculation, use logexc instead of log.exception
Joshua Harlow
2012-06-11
Fix this up to use the new datasource class hierachy, as well as other new ob...
Joshua Harlow
2012-06-07
Darn it. Those shouldn't be there!
Joshua Harlow