summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-09-01Add unit tests for config/cc_ssh.pyFrancis Ginther
2018-08-31Fix the built-in cloudinit/tests/helpers:skipIfScott Moser
2018-08-31hyperv_reporting_handler: simplify threaded publisherRyan Harper
2018-08-28VMWare: Fix a network config bug in vm with static IPv4 and no gateway.Pengpeng Sun
2018-08-24logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu
2018-08-17Add datasource Oracle Compute Infrastructure (OCI).Scott Moser
2018-08-17azure: allow azure to generate network configuration from IMDS per boot.Chad Smith
2018-08-17Scaleway: Add network configuration to the DataSourceLouis Bouchard
2018-08-06netplan: Correctly render macaddress on a bonds and bridges when provided.Scott Moser
2018-08-06tools: Add 'net-convert' subcommand command to 'cloud-init devel'.Scott Moser
2018-08-03OpenNebula: Fix null gateway6Akihiko Ota
2018-07-31oracle: fix detect_openstack to report True on OracleCloud.com DMI dataChad Smith
2018-07-26update_metadata re-config on every boot comments and tests not quite rightMike Gerdts
2018-07-21pylint: Fix pylint warnings reported in pylint 2.0.0.Scott Moser
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-09docs: note in rtd about avoiding /tmp when writing filesChad Smith
2018-07-09ubuntu,centos,debian: get_linux_distro to align with platform.distChad Smith
2018-07-01update_metadata: a datasource can support network re-config every bootChad Smith
2018-06-28Retry on failed import of gpg receive keys.Scott Moser
2018-06-28docs: Fix a small spelling error.Oz N Tiram
2018-06-19release 18.3Chad Smith
2018-06-19docs: represent sudo:false in docs for user_groups config moduleChad Smith
2018-06-19Explicitly prevent `sudo` access for user moduleJacob Bednarz
2018-06-15lxd: Delete default network and detach device if lxd-init created them.Scott Moser
2018-06-15openstack: avoid unneeded metadata probe on non-openstack platformsChad Smith
2018-06-15stages: fix tracebacks if a module stage is undefined or emptyRobert Schweikert
2018-06-13Be more safe on string/bytes when writing multipart user-data to disk.Scott Moser
2018-06-13Fix get_proc_env for pids that have non-utf8 content in environment.Scott Moser
2018-06-12netplan: fix mtu if provided by network config for all rendered typesChad Smith
2018-06-08subp: support combine_capture argument.Scott Moser
2018-05-29util: add get_linux_distro function to replace platform.distRobert Schweikert
2018-05-29pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser
2018-05-24Enable SmartOS network metadata to work with netplan via per-subnet routesDan McDonald
2018-05-23openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith
2018-05-23tests: Avoid using https in httpretty, improve HttPretty test case.Scott Moser
2018-05-23yaml_load/schema: Add invalid line and column nums to error messageChad Smith
2018-05-23Azure: Ignore NTFS mount errors when checking ephemeral drivePaul Meyer
2018-05-22Update version.version_string to contain packaged version.Scott Moser
2018-05-22cc_mounts: Do not add devices to fstab that are already present.Lars Kellogg-Stedman
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-05-16flake8: fix flake8 errors in previous commit.Scott Moser
2018-05-16typos: Fix spelling mistakes in cc_mounts.py log messagesStephen Ford
2018-05-15ds-identify: recognize container-other as a container, test SmartOS.Scott Moser
2018-05-09SmartOS: fix get_interfaces for nics that do not have addr_assign_type.Scott Moser
2018-05-04pycodestyle: Fix deprecated string literals, move away from flake8.Chad Smith
2018-05-03azure: Add reported ready marker file.Joshua Chan
2018-05-01FreeBSD: Invoke growfs on ufs filesystems such that it does not prompt.Harm Weites