summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-13find_devs_with_openbsd: ensure we return the last entry (#1149)Gonéri Le Bouder
2021-12-09find_devs/openbsd: accept ISO on disk (#1132)Gonéri Le Bouder
2021-12-09Improve error log message when mount failed (#1140)Ksenija Stanojevic
2021-12-07Add miraclelinux support (#1128)Haruki TSURUMOTO
2021-12-06Add Strict Metaschema Validation (#1101)Brett Holman
2021-11-22testing: monkeypatch system_info call in unit tests (SC-533) (#1117)James Falcon
2021-10-19cc_ssh.py: fix private key group owner and permissions (#1070)Emanuele Giuseppe Esposito
2021-10-07Allow comments in runcmd and report failed commands correctly (#1049)Brett Holman
2021-09-13Improve ug_util.py (#1013)Shreenidhi Shedi
2021-09-13Support openEuler OS (#1012)zhuzaifangxuele
2021-09-01Add CloudLinux OS support (#1003)Alexandr Kravchenko
2021-08-09Stop copying ssh system keys and check folder permissions (#956)Emanuele Giuseppe Esposito
2021-08-05Add support for EuroLinux 7 && EuroLinux 8 (#957)Aleksander Baranowski
2021-07-21Add VZLinux support (#951)eb3095
2021-06-18Add support for VMware PhotonOS (#909)sshedi
2021-06-14add DragonFlyBSD support (#904)Gonéri Le Bouder
2021-05-25Add Rocky Linux support to cloud-init (#906)Louis Abel
2021-05-07Add AlmaLinux OS support (#872)Andrew Lukoshko
2021-03-19write passwords only to serial console, lock down cloud-init-output.log (#847)Daniel Watkins
2020-11-06replace usage of dmidecode with kenv on FreeBSD (#621)Mina Galić
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-11-02util: fix mounting of vfat on *BSD (#637)Mina Galić
2020-10-23stages: don't reset permissions of cloud-init.log every boot (#624)Daniel Watkins
2020-09-18Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)Johann Queuniet
2020-08-26util: remove debug statement (#556)Joshua Powers
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-08-19Add Alpine Linux support. (#535)dermotbradley
2020-08-18Detect kernel version before swap file creation (#428)Eduardo Otubo
2020-08-07Recognize LABEL_FATBOOT labels (#513)James Falcon
2020-08-06Handle additional identifier for SLES For HPC (#520)Robert Schweikert
2020-07-06cloudinit: fix tip-pylint failures and bump pinned pylint version (#478)Daniel Watkins
2020-06-19util: add ensure_dir_exists parameter to write_file (#443)Daniel Watkins
2020-06-17util: rename write_file's copy_mode parameter to preserve_mode (#439)Daniel Watkins
2020-06-08Move runparts to subp. (#420)Scott Moser
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-05-18make finding libc platform independent (#366)Mina Galić (deprecated: Igor Galić)
2020-04-24BSD: find_devs_with_ refactoring (#298)Gonéri Le Bouder
2020-04-01util: remove unnecessary lru_cache import fallback (#299)Daniel Watkins
2020-03-30cloudinit: refactor util.is_ipv4 to net.is_ipv4_address (#292)Daniel Watkins
2020-03-26add Openbsd support (#147)Gonéri Le Bouder
2020-03-25set_passwords: avoid chpasswd on BSD (#268)Gonéri Le Bouder
2020-03-25util: read_cc_from_cmdline handle urlencoded yaml content (#275)Ryan Harper
2020-03-23cc_apt_configure/util: combine search_for_mirror implementations (#271)Daniel Watkins
2020-03-23bsd: boottime does not depend on the libc soname (#269)Gonéri Le Bouder
2020-03-14util/netbsd: drop six usage (#252)Daniel Watkins
2020-03-12Add Netbsd support (#62)Gonéri Le Bouder
2020-03-10instance-data: add cloud-init merged_cfg and sys_info keys to json (#214)Chad Smith
2020-02-18utils: use SystemRandom when generating random password. (#204)Dimitri John Ledkov
2020-01-16util: rename get_architecture to get_dpkg_architecture (#173)Daniel Watkins