summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceEc2.py
Commit message (Expand)AuthorAgeFilesLines
* [1/2] DHCP: Refactor dhcp client code (#2122)Brett Holman2023-04-191-3/+1
* dhcp: Cleanup unused kwarg (#2037)Brett Holman2023-02-281-1/+0
* feat: add support aliyun metadata security harden mode (#1865)Manasseh Zhou2022-11-301-27/+63
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Identify 3DS Outscale Datasource as Ec2 (#1686)Maxime Dufour2022-09-021-2/+26
* net: Ensure a tmp with exec permissions for dhcp (#1690)Alberto Contreras2022-09-011-1/+4
* Remove extra space from ec2 dual stack crawl message (#1521)James Falcon2022-06-161-1/+2
* net: Implement link-local ephemeral ipv6Brett Holman2022-06-101-3/+7
* Remove xenial references (#1472)Alberto Contreras2022-06-081-6/+0
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-1/+6
* Remove unused arguments in function signature (#1471)Brett Holman2022-05-201-1/+1
* Misc module cleanup (#1418)Brett Holman2022-04-291-1/+1
* Add support for dual stack IPv6/IPv4 IMDS to Ec2 (#1160)Brett Holman2022-04-141-1/+6
* Support EC2 tags in instance metadata (#1309)Eduardo Dobay2022-04-051-2/+3
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-187/+274
* Initial hotplug support (#936)James Falcon2021-07-191-0/+7
* Allow user control over update events (#834)James Falcon2021-05-131-2/+8
* Fix requiring device-number on EC2 derivatives (#836)James Falcon2021-03-081-1/+2
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-021-4/+5
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-3/+5
* DataSourceEc2: use metadata's NIC ordering to determine route-metrics (#342)Daniel Watkins2020-05-011-2/+3
* ec2: render network on all NICs and add secondary IPs as static (#114)Chad Smith2020-03-181-18/+98
* ec2: Do not fallback to IMDSv1 on EC2 (#216)Chad Smith2020-03-051-17/+58
* ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)Ryan Harper2020-02-191-12/+23
* ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper2019-11-221-23/+143
* Add Support for e24cloud to Ec2 datasource.Scott Moser2019-10-111-1/+11
* Add datasource for ZStack platform.Shixin Ruan2019-09-181-1/+15
* Brightbox: restrict detection to require full domain match .brightbox.comScott Moser2019-09-111-1/+1
* replace remaining occurrences of LOG.warnDaniel Watkins2019-05-081-1/+1
* DataSourceEc2: update RELEASE_BLOCKER to be more accurateDaniel Watkins2019-03-121-2/+6
* EC2: Rewrite network config on AWS Classic instances every bootGuilherme G. Piccoli2019-02-141-0/+21
* Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini2019-01-301-1/+1
* instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-091-56/+59
* openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith2018-05-231-33/+15
* EC2: Fix get_instance_id called against cached datasource pickle.Chad Smith2018-02-091-0/+6
* Azure VM Preprovisioning support.Douglas Jordan2018-01-241-16/+7
* ec2: Use instance-identity doc for region and instance-idAndrew Jorgensen2017-12-111-5/+25
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-3/+9
* EC2: Fix bug using fallback_nic and metadata when restoring from cache.Scott Moser2017-11-201-11/+33
* EC2: Limit network config to fallback nic, fix local-ipv4 only instances.Chad Smith2017-10-311-5/+19
* Ec2: only attempt to operate at local mode on known platforms.Scott Moser2017-09-071-8/+35
* ec2: Add IPv6 dhcp support to Ec2DataSource.Chad Smith2017-08-291-0/+38
* ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith2017-08-091-22/+99
* tests: Add initial tests for EC2 and improve a docstring.Scott Moser2017-07-251-4/+10
* AliYun: Enable platform identification and enable by default.Junjie Wang2017-05-301-0/+7
* pylint: fix all logging warningsJoshua Powers2017-04-211-5/+5
* Move warning functionality to cloudinit/warnings.pyScott Moser2017-03-031-42/+5
* Identify Brightbox as an Ec2 datasource user.Scott Moser2017-02-241-1/+7
* DatasourceEc2: add warning message when not on AWS.Scott Moser2017-02-241-2/+176
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-19/+9