summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceEc2.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-07-19Initial hotplug support (#936)James Falcon
2021-05-13Allow user control over update events (#834)James Falcon
2021-03-08Fix requiring device-number on EC2 derivatives (#836)James Falcon
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-05-01DataSourceEc2: use metadata's NIC ordering to determine route-metrics (#342)Daniel Watkins
2020-03-18ec2: render network on all NICs and add secondary IPs as static (#114)Chad Smith
2020-03-05ec2: Do not fallback to IMDSv1 on EC2 (#216)Chad Smith
2020-02-19ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)Ryan Harper
2019-11-22ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper
2019-10-11Add Support for e24cloud to Ec2 datasource.Scott Moser
2019-09-18Add datasource for ZStack platform.Shixin Ruan
2019-09-11Brightbox: restrict detection to require full domain match .brightbox.comScott Moser
2019-05-08replace remaining occurrences of LOG.warnDaniel Watkins
2019-03-12DataSourceEc2: update RELEASE_BLOCKER to be more accurateDaniel Watkins
2019-02-14EC2: Rewrite network config on AWS Classic instances every bootGuilherme G. Piccoli
2019-01-30Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-05-23openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith
2018-02-09EC2: Fix get_instance_id called against cached datasource pickle.Chad Smith
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-12-11ec2: Use instance-identity doc for region and instance-idAndrew Jorgensen
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-11-20EC2: Fix bug using fallback_nic and metadata when restoring from cache.Scott Moser
2017-10-31EC2: Limit network config to fallback nic, fix local-ipv4 only instances.Chad Smith
2017-09-07Ec2: only attempt to operate at local mode on known platforms.Scott Moser
2017-08-29ec2: Add IPv6 dhcp support to Ec2DataSource.Chad Smith
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith
2017-07-25tests: Add initial tests for EC2 and improve a docstring.Scott Moser
2017-05-30AliYun: Enable platform identification and enable by default.Junjie Wang
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-03Move warning functionality to cloudinit/warnings.pyScott Moser
2017-02-24Identify Brightbox as an Ec2 datasource user.Scott Moser
2017-02-24DatasourceEc2: add warning message when not on AWS.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-10pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser
2016-11-09Ec2: fix syntax and tox in previous commit.Scott Moser
2016-11-08Ec2: protect against non-dictionary in block-device-mapping.Scott Moser
2016-11-01AliYun: Add new datasource for Ali-Cloud ECSkaihuan.pkh
2016-04-04DataSource: set ds_cfg to be a dictionaryScott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-07-22Add DataSource.region and use it in mirror selection.Daniel Watkins
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2014-02-01Fix incorrect returnJoshua Harlow
2013-03-06Continue working on merging code.Joshua Harlow
2012-11-12pep8 and pylint fixupsScott Moser
2012-11-12merge from trunkScott Moser
2012-11-07remove dead code from DataSourceEc2Scott Moser