summaryrefslogtreecommitdiff
path: root/cloudinit/sources/__init__.py
AgeCommit message (Expand)Author
2022-02-10cloud-id: publish /run/cloud-init/cloud-id-<cloud-type> files (#1244)Chad Smith
2022-01-12print error if datasource import fails (#1170)Emanuele Giuseppe Esposito
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-10-29Allow libexec for hotplug (#1088)James Falcon
2021-09-20Add retries to DataSourceGCE.py when connecting to GCE (#1005)vteratipally
2021-09-01Fix `make style-check` errors (#1000)Shreenidhi Shedi
2021-08-13Only invoke hotplug socket when functionality is enabled (#952)James Falcon
2021-07-19Initial hotplug support (#936)James Falcon
2021-07-15Fix MIME policy failure on python version upgrade (#934)James Falcon
2021-05-13Allow user control over update events (#834)James Falcon
2021-04-19fix error on upgrade caused by new vendordata2 attributes (#869)James Falcon
2021-02-05openstack: read the dynamic metadata group vendor_data2.json (#777)Andrew Bogott
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-07-15cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins
2020-03-30cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292)Daniel Watkins
2020-03-10instance-data: add cloud-init merged_cfg and sys_info keys to json (#214)Chad Smith
2020-03-04instance-data: write redacted cfg to instance-data.json (#233)Chad Smith
2020-01-21Start removing dependency on six (#178)Daniel Watkins
2019-11-13Fix metadata check when local-hostname is null (#32)Mark Goddard
2019-08-09Add support for publishing host keys to GCE guest attributesRick Wright
2019-07-26net/cmdline: split interfaces_by_mac and init network config determinationDaniel Watkins
2019-07-23stages: allow data sources to override network config source orderDaniel Watkins
2019-04-10Revert "DataSource: move update_events from a class to an instance..."Daniel Watkins
2019-03-14DataSource: move update_events from a class to an instance attributeDaniel Watkins
2018-10-09tools: Add cloud-id command line utilityChad Smith
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-09-26docs: surface experimental doc in instance-data.jsonChad Smith
2018-09-25cli: add cloud-init query subcommand to query instance metadataChad Smith
2018-09-11user-data: jinja template to render instance-data.json in cloud-configChad Smith
2018-08-17Add datasource Oracle Compute Infrastructure (OCI).Scott Moser
2018-07-26update_metadata re-config on every boot comments and tests not quite rightMike Gerdts
2018-07-01update_metadata: a datasource can support network re-config every bootChad Smith
2018-05-23openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith
2018-03-14set_hostname: When present in metadata, set it before network bringup.Chad Smith
2018-01-24docs: Fix typos in docs and one debug message.aRkadeFR
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-08-30distro: allow distro to specify a default localeRyan Harper
2017-06-27Azure: Add network-config, Refactor net layer to handle duplicate macs.Ryan Harper
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-24test: add running of pylintJoshua Powers
2017-03-21Bounce network interface for Azure when using the built-in path.Brent Baude
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-19set_hostname: avoid erroneously appending domain to fqdnLars Kellogg-Stedman
2016-11-18Add activate_datasource, for datasource specific code paths.Scott Moser
2016-08-12MAAS: add vendor-data supportScott Moser
2016-06-27fix restoring from a datasource that did not have dsmodeScott Moser
2016-05-26fix typos in namesScott Moser
2016-05-25commit to push for fear of loss.Scott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-04-04DataSource: set ds_cfg to be a dictionaryScott Moser