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
/
DataSourceEc2.py
Age
Commit message (
Expand
)
Author
2018-02-09
EC2: Fix get_instance_id called against cached datasource pickle.
Chad Smith
2018-01-24
Azure VM Preprovisioning support.
Douglas Jordan
2017-12-11
ec2: Use instance-identity doc for region and instance-id
Andrew Jorgensen
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-11-20
EC2: Fix bug using fallback_nic and metadata when restoring from cache.
Scott Moser
2017-10-31
EC2: Limit network config to fallback nic, fix local-ipv4 only instances.
Chad Smith
2017-09-07
Ec2: only attempt to operate at local mode on known platforms.
Scott Moser
2017-08-29
ec2: Add IPv6 dhcp support to Ec2DataSource.
Chad Smith
2017-08-09
ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.
Chad Smith
2017-07-25
tests: Add initial tests for EC2 and improve a docstring.
Scott Moser
2017-05-30
AliYun: Enable platform identification and enable by default.
Junjie Wang
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2017-03-03
Move warning functionality to cloudinit/warnings.py
Scott Moser
2017-02-24
Identify Brightbox as an Ec2 datasource user.
Scott Moser
2017-02-24
DatasourceEc2: add warning message when not on AWS.
Scott Moser
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-11-10
pep8: fix style errors reported by pycodestyle 2.1.0
Scott Moser
2016-11-09
Ec2: fix syntax and tox in previous commit.
Scott Moser
2016-11-08
Ec2: protect against non-dictionary in block-device-mapping.
Scott Moser
2016-11-01
AliYun: Add new datasource for Ali-Cloud ECS
kaihuan.pkh
2016-04-04
DataSource: set ds_cfg to be a dictionary
Scott Moser
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-07-22
Add DataSource.region and use it in mirror selection.
Daniel Watkins
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2014-02-01
Fix incorrect return
Joshua Harlow
2013-03-06
Continue working on merging code.
Joshua Harlow
2012-11-12
pep8 and pylint fixups
Scott Moser
2012-11-12
merge from trunk
Scott Moser
2012-11-07
remove dead code from DataSourceEc2
Scott Moser
2012-10-24
Remove function that shouldn't have shown up.
Joshua Harlow
2012-10-24
Handle the case where newer versions of boto
Joshua Harlow
2012-10-05
Ensure that config drive datasource attempts to
Joshua Harlow
2012-08-31
support launch index specific user-data
Joshua Harlow
2012-08-27
DataSourceEc2: require 'instance-data' as top level domain
Scott Moser
2012-08-27
Update so that the content types searched for launch-index
Joshua Harlow
2012-08-26
Add the capability to understand and filter on
Joshua Harlow
2012-08-22
rework package mirror selection
Scott Moser
2012-07-16
DataSourceEc2: fix bad usage of log that caused trace
Scott Moser
2012-07-09
fix 'make pylint' warnings
Scott Moser
2012-07-09
DataSourceEc2: only do dns check in 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
Syntax + comment cleanups.
Joshua Harlow
2012-06-16
Fix pylint line length to big issue.
Joshua Harlow
2012-06-16
Adjust the usage of map items() to iteritems() which will help later translat...
Joshua Harlow
2012-06-15
Complete cleanup for refactoring/rework that makes it comptabile with the new...
Joshua Harlow
2012-06-07
Darn it. Those shouldn't be there!
Joshua Harlow