summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
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
2020-01-16Ensure util.get_architecture() runs only once (#172)Ryan Harper
2020-01-09util: move uptime's else branch into its own boottime function (#53)Igor Galić
2020-01-08Make tests work with Python 3.8 (#139)Conrad Hoffmann
2019-12-02url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith
2019-11-27dmidecode: log result *after* stripping \nIgor Galić
2019-11-25FreeBSD: fix for get_linux_distro() and lru_cache (#59)Igor Galić
2019-10-24Fix usages of yaml, and move yaml_dump to safeyaml.dumps.Scott Moser
2019-10-01Add support for Arch Linux in render-cloudcfgConrad Hoffmann
2019-09-27util: json.dumps on python 2.7 will handle UnicodeDecodeError on binaryChad Smith
2019-05-28freebsd: ability to grow root file systemGonéri Le Bouder
2019-04-18mount_cb: do not pass sync and rw options to mountGonéri Le Bouder
2019-03-19Add ubuntu_drivers config moduleDaniel Watkins
2019-03-04drop Python 2.6 support and our NIH version detectionDaniel Watkins
2019-02-26util: don't determine string_types ourselvesDaniel Watkins
2019-02-07netplan: Don't render yaml aliases when dumping netplanRyan Harper
2019-01-15net: Wait for dhclient to daemonize before reading lease fileJason Zions
2018-10-22update detection of openSUSE variantsRobert Schweikert
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-07-20get_linux_distro: add support for rhel via redhat-release.Scott Moser
2018-07-20get_linux_distro: add support for centos6 and rawhide flavors of redhatChad Smith
2018-07-09ubuntu,centos,debian: get_linux_distro to align with platform.distChad Smith