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
/
tests
/
unittests
/
test_datasource
/
test_ec2.py
Age
Commit message (
Expand
)
Author
2021-12-03
Reorganize unit test locations under tests/unittests (#1126)
Brett Holman
2020-06-19
printing the error stream of the dhclient process before killing it (#369)
Moustafa Moustafa
2020-06-02
test: fix all flake8 E121 and E123 errors (#404)
Joshua Powers
2020-06-01
test: fix all flake8 E741 errors (#401)
Joshua Powers
2020-05-01
DataSourceEc2: use metadata's NIC ordering to determine route-metrics (#342)
Daniel Watkins
2020-03-18
ec2: render network on all NICs and add secondary IPs as static (#114)
Chad Smith
2020-03-05
ec2: Do not fallback to IMDSv1 on EC2 (#216)
Chad Smith
2020-02-19
ec2: Do not log IMDSv2 token values, instead use REDACTED (#219)
Ryan Harper
2020-01-29
Replace mock library with unittest.mock (#186)
Daniel Watkins
2019-11-22
ec2: Add support for AWS IMDS v2 (session-oriented) (#55)
Ryan Harper
2019-10-11
Add Support for e24cloud to Ec2 datasource.
Scott Moser
2019-09-18
Add datasource for ZStack platform.
Shixin Ruan
2019-07-16
net: add rfc3442 (classless static routes) to EphemeralDHCP
Ryan Harper
2019-02-14
EC2: Rewrite network config on AWS Classic instances every boot
Guilherme G. Piccoli
2018-11-08
tests: ec2 mock missing httpretty user-data and instance-identity routes
Chad Smith
2018-10-09
instance-data: Add standard keys platform and subplatform. Refactor ec2.
Chad Smith
2018-05-23
tests: Avoid using https in httpretty, improve HttPretty test case.
Scott Moser
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-07
pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.
Ryan Harper
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-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-08-31
tests: Stop leaking calls through unmocked metadata addresses
Chad Smith
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