summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2017-08-31upstart: do not package upstart jobs, drop ubuntu-init-switch module.Scott Moser
2017-08-30distro: allow distro to specify a default localeRyan Harper
2017-08-30url_helper: dynamically import oauthlib import from inside oauth_headersChad Smith
2017-08-30suse: Add support for openSUSE and return SLES to a working state.Robert Schweikert
2017-08-30GCE: Add a main to the GCE Datasource.Scott Moser
2017-08-29ec2: Add IPv6 dhcp support to Ec2DataSource.Chad Smith
2017-08-29url_helper: fail gracefully if oauthlib is not availableLars Kellogg-Stedman
2017-08-25cloud-init analyze: fix issues running under python 2.Andrew Jorgensen
2017-08-25Configure logging module to always use UTC time.Ryan Harper
2017-08-25Log a helpful message if a user script does not include shebang.Andrew Jorgensen
2017-08-25cli: Fix command line parsing of coniditionally loaded subcommands.Chad Smith
2017-08-23cc_landscape & cc_puppet: Fix six.StringIO use in writing configsChad Smith
2017-08-22schema cli: Add schema subcommand to cloud-init cli and cc_runcmd schemaChad Smith
2017-08-21tools: Add tooling for basic cloud-init performance analysis.Chad Smith
2017-08-15network: add v2 passthrough and fix parsing v2 config with bonds/bridge paramsRyan Harper
2017-08-15vcloud directory: Guest Customization support for passwordsMaitreyee Saikia
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith
2017-08-04cc_ntp: fallback on timesyncd configuration if ntp is not installableRyan Harper
2017-08-03net: Reduce duplicate code. Have get_interfaces_by_mac use get_interfaces.Scott Moser
2017-08-01sysconfig: Dont repeat header when rendering resolv.confRyan Harper
2017-08-01archlinux: Fix bug with empty dns, do not render 'lo' devices.Scott Moser
2017-07-28cloudinit.net: add initialize_network_device function and testsChad Smith
2017-07-25tests: Add initial tests for EC2 and improve a docstring.Scott Moser
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