summaryrefslogtreecommitdiff
path: root/cloudinit/cmd/devel
Commit message (Expand)AuthorAgeFilesLines
* schema: read_cfg_paths call init.fetch to lookup /v/l/c/instanceChad Smith2023-05-121-2/+10
* chore: fix style tip (#2071)Alberto Contreras2023-03-141-1/+1
* VMware: Move Guest Customization transport from OVF to VMware (#1573)PengpengSun2022-11-161-3/+7
* apport: address new curtin log and config locations (#1812)Chad Smith2022-11-101-1/+21
* apport: fix some data collection failures due to symlinks (#1797)Dan Bungert2022-10-251-2/+2
* Enable hotplug for LXD datasource (#1787)James Falcon2022-10-221-3/+4
* cli: collect logs and apport subiquity supportChad Smith2022-10-211-2/+63
* style: prefer absolute imports over relative importsMina Galić2022-09-303-5/+3
* Allow jinja templating in /etc/cloud (SC-1170) (#1722)James Falcon2022-09-141-16/+21
* Refactor instance json files to use Paths (SC-1238) (#1709)James Falcon2022-09-022-7/+4
* Fix v2 interface matching when no MAC James Falcon2022-08-301-1/+1
* net: Passthough v2 netconfigs in netplan systems (#1650)Alberto Contreras2022-08-241-5/+5
* network: add system_info network activator cloud.cfg overrides (#1619)Chad Smith2022-07-291-2/+2
* cloud-config: honor cloud_dir setting (#1523)Alberto Contreras2022-06-221-4/+11
* sources/azure: minor refactoring to network config generation (#1497)Chris Patterson2022-06-141-1/+3
* net-convert: use yaml.dump for debugging python NetworkState obj (#1484)Chad Smith2022-05-311-3/+3
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-2/+2
* cli: Redact files with permission errors in commands (#1440)Alberto Contreras2022-05-171-1/+2
* Update linters and adapt code for compatibility (#1434)Paride Legovini2022-05-051-1/+2
* Docs fixes (#1406)Brett Holman2022-05-032-6/+6
* Misc module cleanup (#1418)Brett Holman2022-04-296-11/+9
* Refactor cloudinit.sources.NetworkConfigSource to enum (#1413)Alberto Contreras2022-04-281-3/+2
* Promote cloud-init schema from devel to top level subcommand (#1402)Brett Holman2022-04-271-8/+0
* Add native NetworkManager support (#1224)Lubomir Rintel2022-02-251-2/+12
* Shell script handlers by freq (#1166)Chris Lalos2022-02-101-22/+29
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-157-229/+355
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-033-311/+0
* Add "install hotplug" module (SC-476) (#1069)James Falcon2021-10-271-1/+4
* Fix `make style-check` errors (#1000)Shreenidhi Shedi2021-09-011-1/+2
* Ignore hotplug socket when collecting logs (#985)James Falcon2021-08-191-8/+16
* Only invoke hotplug socket when functionality is enabled (#952)James Falcon2021-08-131-40/+83
* Initial hotplug support (#936)James Falcon2021-07-192-0/+239
* Add new network activators to bring up interfaces (#919)James Falcon2021-07-011-3/+0
* Add support for VMware PhotonOS (#909)sshedi2021-06-181-3/+8
* net_convert: add some missing help text (#755)Daniel Watkins2021-01-071-3/+6
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-2/+4
* cli: add devel make-mime subcommand (#518)Ryan Harper2020-08-172-1/+116
* test: fix all flake8 E126 errors (#425)Joshua Powers2020-06-101-2/+3
* Move subp into its own module. (#416)Scott Moser2020-06-082-3/+4
* cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins2020-01-312-2/+2
* cloudinit/cmd/devel/net_convert.py: add missing space (#191)Daniel Watkins2020-01-281-1/+1
* net/netplan: use ipv6-mtu key for specifying ipv6 mtu valuesRyan Harper2019-10-241-0/+2
* Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser2019-10-241-8/+5
* ovf: Fix ovf network config generation gateway/routesRyan Harper2018-12-031-5/+10
* logs: collect-logs ignore instance-data-sensitive.json on non-root userChad Smith2018-11-272-14/+60
* query: better error when missing read permission on instance-dataChad Smith2018-10-301-4/+8
* instance-data: fallback to instance-data.json if sensitive is absent.Chad Smith2018-10-262-8/+60
* cli: add cloud-init query subcommand to query instance metadataChad Smith2018-09-251-6/+1
* user-data: jinja template to render instance-data.json in cloud-configChad Smith2018-09-114-1/+220
* sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper2018-09-051-1/+13