Age | Commit message (Expand) | Author |
2021-10-27 | Add "install hotplug" module (SC-476) (#1069) | James Falcon |
2021-09-01 | Fix `make style-check` errors (#1000) | Shreenidhi Shedi |
2021-07-19 | Initial hotplug support (#936) | James Falcon |
2021-07-15 | Fix MIME policy failure on python version upgrade (#934) | James Falcon |
2021-06-02 | - Create the log file with 640 permissions (#858) | Robert Schweikert |
2021-05-13 | Allow user control over update events (#834) | James Falcon |
2021-03-16 | Fix stack trace if vendordata_raw contained an array (#837) | eb3095 |
2021-02-05 | openstack: read the dynamic metadata group vendor_data2.json (#777) | Andrew Bogott |
2020-10-23 | stages: don't reset permissions of cloud-init.log every boot (#624) | Daniel Watkins |
2020-07-15 | cloudinit: remove global disable of pylint W0107 and fix errors (#489) | Daniel Watkins |
2020-07-14 | networking: refactor wait_for_physdevs from cloudinit.net (#466) | Daniel Watkins |
2020-01-21 | Drop most of the remaining use of six (#179) | Daniel Watkins |
2019-10-31 | Add config for ssh-key import and consuming user-data | Pavel Zakharov |
2019-10-16 | Small typo fixes in code comments. | Dominic Schlegel |
2019-07-26 | net/cmdline: split interfaces_by_mac and init network config determination | Daniel Watkins |
2019-07-23 | stages: allow data sources to override network config source order | Daniel Watkins |
2019-07-17 | net: update net sequence, include wait on netdevs, opensuse netrules path | Ryan Harper |
2019-01-30 | Resolve flake8 comparison and pycodestyle over-ident issues | Paride Legovini |
2018-09-20 | stages: Fix bug causing datasource to have incorrect sys_cfg. | Scott Moser |
2018-09-11 | user-data: jinja template to render instance-data.json in cloud-config | Chad Smith |
2018-08-24 | logging: Add logging config type hyperv for reporting via Azure KVP | Andy Liu |
2018-07-01 | update_metadata: a datasource can support network re-config every boot | Chad Smith |
2018-06-15 | stages: fix tracebacks if a module stage is undefined or empty | Robert Schweikert |
2018-04-30 | Add reporting events and log_time around early source of blocking time | Ryan Harper |
2018-03-02 | Change some list creation and population to literal. | Rémy Léone |
2017-09-13 | cloud-config modules: honor distros definitions in each module | Chad Smith |
2017-06-27 | Azure: Add network-config, Refactor net layer to handle duplicate macs. | Ryan Harper |
2017-05-10 | FreeBSD: improvements and fixes for use on Azure | Hongjiang Zhang |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-03-17 | net: add renderers for automatically selecting the renderer. | Scott Moser |
2017-02-14 | apply the runtime configuration written by ds-identify. | Scott Moser |
2017-02-03 | manual_cache_clean: When manually cleaning touch a file in instance dir. | Scott Moser |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-12-21 | Fix config order of precedence, putting kernel command line over system. | Wesley Wiedenmeier |
2016-11-18 | Add activate_datasource, for datasource specific code paths. | Scott Moser |
2016-06-10 | Refactor a large part of the networking code. | Joshua Harlow |
2016-06-07 | system config of networking should override datasource provided | Scott Moser |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-06-01 | cloudinit/stages.py: if no datasource found, do not attempt is_new_instance | Scott Moser |
2016-05-31 | add renaming code for renaming interfaces | Scott Moser |
2016-05-27 | fix test cases by avoiding rendering paths to early | Scott Moser |
2016-05-26 | fix is_new_instance() to work better | Scott Moser |
2016-05-26 | fix logic in is_new_instance | Scott Moser |
2016-05-26 | compare instance id to get_instance_id() not the function itself. | Scott Moser |
2016-05-26 | merge with trunk | Scott Moser |
2016-05-26 | fix usage of instance-id to instance_id in runpath, update cache on instancify | Scott Moser |
2016-05-26 | kernel command line: override all local settings | Scott Moser |
2016-05-25 | fix bring_up | Scott Moser |
2016-05-25 | commit to push for fear of loss. | Scott Moser |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow |