summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2017-07-25locale: Do not re-run locale-gen if provided locale is system default.Scott Moser
2017-07-24archlinux: fix set hostname usage of write_file.Joshua Powers
2017-07-22sysconfig: support subnet type of 'manual'.Scott Moser
2017-07-21Drop rand_str() usage in DNS redirection detectionBob Aman
2017-07-20sysconfig: use MACADDR on bonds/bridges to configure mac_addressRyan Harper
2017-07-20net: eni route rendering missed ipv6 default route configRyan Harper
2017-07-20sysconfig: enable mtu set per subnet, including ipv6 mtuRyan Harper
2017-07-20sysconfig: handle manual type subnetsRyan Harper
2017-07-20sysconfig: fix ipv6 gateway routesRyan Harper
2017-07-20sysconfig: fix rendering of bond, bridge and vlan types.Ryan Harper
2017-07-19sysconfig: ipv6 and default gateway fixes.Ryan Harper
2017-07-19net: fix renaming of nics to support mac addresses written in upper case.Scott Moser
2017-07-19tests: fixes for issues uncovered when moving to python 3.6.Scott Moser
2017-07-18sysconfig: include GATEWAY value if set in subnetRyan Harper
2017-07-17Scaleway: add datasource with user and vendor data for Scaleway.Julien Castets
2017-07-17Support comments in content read by load_shell_content.Scott Moser
2017-07-11write_files: Remove log from helper function signatures.Andrew Jorgensen
2017-06-29read_dmi_data: always return None when inside a container.Scott Moser
2017-06-27Azure: Add network-config, Refactor net layer to handle duplicate macs.Ryan Harper
2017-06-15FreeBSD: Make freebsd a variant, fix unittests and tools/build-on-freebsd.Scott Moser
2017-06-15FreeBSD: fix test failureScott Moser
2017-06-15FreeBSD: replace ifdown/ifup with "ifconfig down" and "ifconfig up".Hongjiang Zhang
2017-06-15FreeBSD: fix cdrom mounting failure if /mnt/cdrom/secure did not exist.Hongjiang Zhang
2017-06-15main: Don't use templater to format the welcome messageAndrew Jorgensen
2017-06-15write_file(s): Print permissions as octal, not decimalAndrew Jorgensen
2017-06-12selinux: Allow restorecon to be non-fatal.Ryan Harper
2017-06-12net: Allow netinfo subprocesses to return 0 or 1.Ryan Harper
2017-06-12net: Allow for NetworkManager configurationRyan McCabe
2017-06-08net: normalize data in network_state objectScott Moser
2017-06-08Chef: Update omnibus url to chef.io, minor doc changes.JJ Asghar
2017-06-08rhel/centos spec cleanups.Scott Moser
2017-06-08cloud.cfg: move to a template. setup.py changes along the way.Scott Moser
2017-06-07RHEL/CentOS: Fix default routes for IPv4/IPv6 configuration.Andreas Karis
2017-06-06NoCloud: support seed of nocloud from smbios informationVladimir Pouzanov
2017-06-06net: when selecting a network device, use natural sort orderMarc-Aurèle Brothier
2017-06-01azure: remove accidental duplicate line in merge.Scott Moser
2017-06-01azure: identify platform by well known value in chassis asset tag.Chad Smith
2017-05-31ntp: Add schema definition and passive schema validation.Chad Smith
2017-05-31Fix eni rendering for bridge params that require repeated key for values.Ryan Harper
2017-05-31net: remove systemd link file writing from eni rendererRyan Harper
2017-05-30AliYun: Enable platform identification and enable by default.Junjie Wang
2017-05-26net: fix reading and rendering addresses in cidr format.Dimitri John Ledkov
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