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
/
tests
Age
Commit message (
Expand
)
Author
2020-01-21
Drop most of the remaining use of six (#179)
Daniel Watkins
2019-09-27
util: json.dumps on python 2.7 will handle UnicodeDecodeError on binary
Chad Smith
2019-09-09
net,Oracle: Add support for netfailover detection
Ryan Harper
2019-08-28
Oracle: Render secondary vnic IP and MTU values only
Ryan Harper
2019-08-19
DataSourceOracle: prefer DS network config over initramfs
Daniel Watkins
2019-08-14
DataSourceOracle: configure secondary NICs on Virtual Machines
Daniel Watkins
2019-07-26
net/cmdline: split interfaces_by_mac and init network config determination
Daniel Watkins
2019-04-10
Revert "DataSource: move update_events from a class to an instance..."
Daniel Watkins
2019-03-14
DataSource: move update_events from a class to an instance attribute
Daniel Watkins
2018-10-09
tools: Add cloud-id command line utility
Chad Smith
2018-10-09
instance-data: Add standard keys platform and subplatform. Refactor ec2.
Chad Smith
2018-09-26
docs: surface experimental doc in instance-data.json
Chad Smith
2018-09-25
cli: add cloud-init query subcommand to query instance metadata
Chad Smith
2018-09-11
user-data: jinja template to render instance-data.json in cloud-config
Chad Smith
2018-08-17
Add datasource Oracle Compute Infrastructure (OCI).
Scott Moser
2018-07-26
update_metadata re-config on every boot comments and tests not quite right
Mike Gerdts
2018-07-01
update_metadata: a datasource can support network re-config every boot
Chad Smith
2018-05-23
openstack: Allow discovery in init-local using dhclient in a sandbox.
Chad Smith
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-03-20
datasources: fix DataSource subclass get_hostname method signature
Chad Smith
2018-03-14
set_hostname: When present in metadata, set it before network bringup.
Chad Smith
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith