summaryrefslogtreecommitdiff
path: root/cloudinit/sources/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Make user/vendor data sensitive and remove log permissions (#2144)James Falcon2023-04-261-3/+25
* Standardize kernel commandline user interface (#2093)Brett Holman2023-03-311-13/+28
* datasource: Optimize datasource detection, fix bugs (#2060)Brett Holman2023-03-191-9/+33
* Remove dead code (#2038)Brett Holman2023-03-031-4/+0
* source: Force OpenStack when it is only option (#2045)Brett Holman2023-03-021-1/+28
* cloud-id: better handling of change in datasource filesd1r3ct0r2023-02-021-4/+7
* Enable hotplug for LXD datasource (#1787)James Falcon2022-10-221-0/+6
* Refactor instance json files to use Paths (SC-1238) (#1709)James Falcon2022-09-021-10/+4
* sources: obj.pkl cache should be written anyime get_data is run (#1669)Chad Smith2022-08-171-2/+47
* Oracle ds changes (#1474)Alberto Contreras2022-06-081-3/+5
* cc_set_hostname: do not write "localhost" when no hostname is given (#1453)Emanuele Giuseppe Esposito2022-05-311-6/+22
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-7/+7
* Refactor cloudinit.sources.NetworkConfigSource to enum (#1413)Alberto Contreras2022-04-281-13/+23
* Use cc_* module meta defintion over hardcoded vars (SC-888) (#1385)James Falcon2022-04-271-2/+4
* cloud-id: publish /run/cloud-init/cloud-id-<cloud-type> files (#1244)Chad Smith2022-02-101-0/+13
* print error if datasource import fails (#1170)Emanuele Giuseppe Esposito2022-01-121-0/+6
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-163/+222
* Allow libexec for hotplug (#1088)James Falcon2021-10-291-0/+1
* Add retries to DataSourceGCE.py when connecting to GCE (#1005)vteratipally2021-09-201-5/+18
* Fix `make style-check` errors (#1000)Shreenidhi Shedi2021-09-011-1/+1
* Only invoke hotplug socket when functionality is enabled (#952)James Falcon2021-08-131-7/+11
* Initial hotplug support (#936)James Falcon2021-07-191-1/+2
* Fix MIME policy failure on python version upgrade (#934)James Falcon2021-07-151-0/+18
* Allow user control over update events (#834)James Falcon2021-05-131-12/+29
* fix error on upgrade caused by new vendordata2 attributes (#869)James Falcon2021-04-191-1/+11
* openstack: read the dynamic metadata group vendor_data2.json (#777)Andrew Bogott2021-02-051-1/+12
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-021-1/+2
* cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins2020-07-151-2/+0
* cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292)Daniel Watkins2020-03-301-1/+1
* instance-data: add cloud-init merged_cfg and sys_info keys to json (#214)Chad Smith2020-03-101-14/+29
* instance-data: write redacted cfg to instance-data.json (#233)Chad Smith2020-03-041-4/+4
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-12/+9
* Fix metadata check when local-hostname is null (#32)Mark Goddard2019-11-131-1/+1
* Add support for publishing host keys to GCE guest attributesRick Wright2019-08-091-0/+10
* net/cmdline: split interfaces_by_mac and init network config determinationDaniel Watkins2019-07-261-1/+2
* stages: allow data sources to override network config source orderDaniel Watkins2019-07-231-0/+16
* Revert "DataSource: move update_events from a class to an instance..."Daniel Watkins2019-04-101-3/+3
* DataSource: move update_events from a class to an instance attributeDaniel Watkins2019-03-141-3/+3
* tools: Add cloud-id command line utilityChad Smith2018-10-091-0/+27
* instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-091-21/+77
* docs: surface experimental doc in instance-data.jsonChad Smith2018-09-261-2/+7
* cli: add cloud-init query subcommand to query instance metadataChad Smith2018-09-251-14/+62
* user-data: jinja template to render instance-data.json in cloud-configChad Smith2018-09-111-16/+31
* Add datasource Oracle Compute Infrastructure (OCI).Scott Moser2018-08-171-0/+4
* update_metadata re-config on every boot comments and tests not quite rightMike Gerdts2018-07-261-5/+7
* update_metadata: a datasource can support network re-config every bootChad Smith2018-07-011-1/+77
* openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith2018-05-231-0/+76
* set_hostname: When present in metadata, set it before network bringup.Chad Smith2018-03-141-4/+17
* docs: Fix typos in docs and one debug message.aRkadeFR2018-01-241-1/+1
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-13/+116