summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2017-05-26disk_setup: udev settle before attempting partitioning or fs creation.Scott Moser
2017-05-25GCE: Update the attribute used to find instance SSH keys.Daniel Watkins
2017-05-25nplan: For bonds, allow dashed or underscore names of keys.Dimitri John Ledkov
2017-05-24cc_ntp: Restructure cc_ntp unit tests.Chad Smith
2017-05-23flake8: move the pinned version of flake8 up to 3.3.0Scott Moser
2017-05-23RHEL/CentOS: Fix dual stack IPv4/IPv6 configuration.Andreas Karis
2017-05-22disk_setup: fix several issues with gpt disk partitions.Scott Moser
2017-05-22tox: move pylint target to 1.7.1Scott Moser
2017-05-22Fix get_interfaces_by_mac for empty macsScott Moser
2017-05-19DigitalOcean: remove routes except for the public interface.Ben Howard
2017-05-19netplan: pass macaddress, when specified, for vlansDimitri John Ledkov
2017-05-19doc: various improvements for the docs on cc_users_groups.Felix Dreissig
2017-05-19cc_ntp: write template before installing and add service restartRyan Harper
2017-05-17netplan: fix netplan render_network_state signature.Dimitri John Ledkov
2017-05-17Azure: fix reformatting of ephemeral disks on resize to large types.Scott Moser
2017-05-16openstack: fix log message copy/paste typo in _get_url_settingsLars Kellogg-Stedman
2017-05-16unittests: fix unittests run on centosJoshua Powers
2017-05-16Improve detection of snappy to include os-release and kernel cmdline.Scott Moser
2017-05-16Add address to config entry generated by _klibc_to_config_entry.Julien Castets
2017-05-10sysconfig: Raise ValueError when multiple default gateways are present.Chad Smith
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-05-03fs_setup: if cmd is specified, use shell interpretation.Paul Meyer
2017-04-29Fix name of "uri" key in docs for "cc_apt_configure" moduleFelix Dreissig
2017-04-21Fix yum repo config where keys contain array valuesDylan Perry
2017-04-21Fix growpart for some cases when booted with root=PARTUUID.Scott Moser
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-04-21CloudStack: Add NetworkManager to list of supported DHCP lease dirs.Syed
2017-04-20net: kernel lies about vlans not stealing mac addresses, when they doDimitri John Ledkov
2017-04-12doc: Add missing doc link to snap-config module.Ryan Harper
2017-04-12DigitalOcean: assign IPv4ll address to lowest indexed interface.Ben Howard
2017-04-12DigitalOcean: configure all NICs presented in meta-data.Ben Howard
2017-04-12Remove (and/or fix) URL shortener referencesJon Grimm
2017-04-12util: teach write_file about copy_mode optionLars Kellogg-Stedman
2017-04-11DigitalOcean: bind resolvers to loopback interface.Ben Howard
2017-04-03OpenStack: add 'dvs' to the list of physical link types.Scott Moser
2017-03-31Fix bug that resulted in an attempt to rename bonds or vlans.Scott Moser
2017-03-30net: in netplan renderer delete known image-builtin content.Scott Moser
2017-03-30netplan: remove debugging prints, add debug loggingRyan Harper
2017-03-29support resizing partition and rootfs on system booted without initramfs.Steve Langasek
2017-03-29apt_configure: run only when needed.Scott Moser
2017-03-27GCE: Search GCE in ds-identify, consider serial number in check.Scott Moser
2017-03-24Add support for setting hashed passwordsTore S. Lonoy
2017-03-24Fix filesystem creation when using "partition: auto"Jonathan Ballet
2017-03-24ConfigDrive: support reading config drive data from /config-drive.Scott Moser
2017-03-24test: add running of pylintJoshua Powers
2017-03-22advertise network config v2 support (NETWORK_CONFIG_V2) in features.Scott Moser
2017-03-21Bigstep: fix bug when executing in python3.root
2017-03-21Bounce network interface for Azure when using the built-in path.Brent Baude
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-20net: Fix incorrect call to isfileJoshua Powers