summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
Commit message (Expand)AuthorAgeFilesLines
* Make user/vendor data sensitive and remove log permissions (#2144)James Falcon2023-04-261-1/+3
* Remove dead code (#2038)Brett Holman2023-03-031-3/+0
* log: Add standardized deprecation tooling (SC-1312) (#2026)Brett Holman2023-02-241-4/+5
* Warn on empty network key (#1990)Brett Holman2023-02-021-0/+2
* Networking Clarification (#1892)Brett Holman2022-12-121-8/+5
* lint: fix tip-flake8 and tip-mypy (#1896)Alberto Contreras2022-12-071-1/+1
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Allow jinja templating in /etc/cloud (SC-1170) (#1722)James Falcon2022-09-141-11/+12
* sources: obj.pkl cache should be written anyime get_data is run (#1669)Chad Smith2022-08-171-37/+4
* Rename function to avoid confusion (#1501)Brett Holman2022-06-091-1/+1
* cli: Redact files with permission errors in commands (#1440)Alberto Contreras2022-05-171-6/+7
* upstart: drop vestigial support for upstart (#1421)Chad Smith2022-05-091-2/+0
* Consistently strip top-level network key (#1417)James Falcon2022-05-051-1/+13
* Refactor cloudinit.sources.NetworkConfigSource to enum (#1413)Alberto Contreras2022-04-281-8/+8
* Use cc_* module meta defintion over hardcoded vars (SC-888) (#1385)James Falcon2022-04-271-226/+13
* cloudinit.net refactor: apply_network_config_names (#1388)Alberto Contreras2022-04-261-1/+1
* Fix ds-identify not detecting NoCloud seed in config (#1381)James Falcon2022-04-251-2/+2
* schema: add json defs for modules scripts-timezone (SC-801) (#1365)James Falcon2022-04-081-0/+7
* black: bump pinned version to 22.3.0 to avoid click dependency issues (#1357)Chad Smith2022-03-291-9/+6
* Shell script handlers by freq (#1166)Chris Lalos2022-02-101-0/+7
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-269/+380
* Add "install hotplug" module (SC-476) (#1069)James Falcon2021-10-271-42/+53
* Fix `make style-check` errors (#1000)Shreenidhi Shedi2021-09-011-1/+1
* Initial hotplug support (#936)James Falcon2021-07-191-2/+2
* Fix MIME policy failure on python version upgrade (#934)James Falcon2021-07-151-0/+2
* - Create the log file with 640 permissions (#858)Robert Schweikert2021-06-021-1/+1
* Allow user control over update events (#834)James Falcon2021-05-131-18/+99
* Fix stack trace if vendordata_raw contained an array (#837)eb30952021-03-161-4/+14
* openstack: read the dynamic metadata group vendor_data2.json (#777)Andrew Bogott2021-02-051-40/+66
* stages: don't reset permissions of cloud-init.log every boot (#624)Daniel Watkins2020-10-231-1/+1
* cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins2020-07-151-1/+0
* networking: refactor wait_for_physdevs from cloudinit.net (#466)Daniel Watkins2020-07-141-1/+1
* Drop most of the remaining use of six (#179)Daniel Watkins2020-01-211-4/+2
* Add config for ssh-key import and consuming user-dataPavel Zakharov2019-10-311-1/+5
* Small typo fixes in code comments.Dominic Schlegel2019-10-161-1/+1
* net/cmdline: split interfaces_by_mac and init network config determinationDaniel Watkins2019-07-261-0/+1
* stages: allow data sources to override network config source orderDaniel Watkins2019-07-231-9/+28
* net: update net sequence, include wait on netdevs, opensuse netrules pathRyan Harper2019-07-171-6/+21
* Resolve flake8 comparison and pycodestyle over-ident issuesParide Legovini2019-01-301-2/+2
* stages: Fix bug causing datasource to have incorrect sys_cfg.Scott Moser2018-09-201-1/+1
* user-data: jinja template to render instance-data.json in cloud-configChad Smith2018-09-111-8/+14
* logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu2018-08-241-1/+1
* update_metadata: a datasource can support network re-config every bootChad Smith2018-07-011-4/+10
* stages: fix tracebacks if a module stage is undefined or emptyRobert Schweikert2018-06-151-1/+3
* Add reporting events and log_time around early source of blocking timeRyan Harper2018-04-301-8/+14
* Change some list creation and population to literal.Rémy Léone2018-03-021-2/+1
* cloud-config modules: honor distros definitions in each moduleChad Smith2017-09-131-13/+20
* Azure: Add network-config, Refactor net layer to handle duplicate macs.Ryan Harper2017-06-271-0/+5
* FreeBSD: improvements and fixes for use on AzureHongjiang Zhang2017-05-101-1/+1
* pylint: fix all logging warningsJoshua Powers2017-04-211-16/+17