Age | Commit message (Expand) | Author |
2018-10-11 | Correct spelling in an error message (udevadm). | Katie McLaughlin |
2018-10-09 | tools: Add cloud-id command line utility | Chad Smith |
2018-10-09 | instance-data: Add standard keys platform and subplatform. Refactor ec2. | Chad Smith |
2018-10-09 | net: ignore nics that have "zero" mac address. | Scott Moser |
2018-10-02 | release 18.4 | Scott Moser |
2018-09-26 | lxd: adjust to snap installed lxd. | Scott Moser |
2018-09-26 | docs: surface experimental doc in instance-data.json | Chad Smith |
2018-09-26 | Add support for Infiniband network interfaces (IPoIB). | Mark Goddard |
2018-09-25 | cli: add cloud-init query subcommand to query instance metadata | Chad Smith |
2018-09-21 | pylint: ignore warning assignment-from-no-return for _write_network | Chad Smith |
2018-09-20 | stages: Fix bug causing datasource to have incorrect sys_cfg. | Scott Moser |
2018-09-20 | Remove dead-code _write_network distro implementations. | Scott Moser |
2018-09-18 | net_util: ensure static configs have netmask in translate_network result | Thomas Berger |
2018-09-17 | Fall back to root:root on syslog permissions if other options fail. | Robert Schweikert |
2018-09-14 | OpenStack: Support setting mac address on bond. | Fabian Wiesel |
2018-09-13 | EphemeralIPv4Network: Be more explicit when adding default route. | Scott Moser |
2018-09-13 | OpenStack: support reading of newer versions of metdata. | Scott Moser |
2018-09-12 | OpenStack: fix bug causing 'latest' version to be used from network. | Scott Moser |
2018-09-11 | user-data: jinja template to render instance-data.json in cloud-config | Chad Smith |
2018-09-08 | config: disable ssh access to a configured user account | Chad Smith |
2018-09-05 | tests: print failed testname instead of docstring upon failure | Chad Smith |
2018-09-05 | tests: Disallow use of util.subp except for where needed. | Scott Moser |
2018-09-05 | sysconfig: refactor sysconfig to accept distro specific templates paths | Ryan Harper |
2018-09-01 | Add unit tests for config/cc_ssh.py | Francis Ginther |
2018-08-31 | Fix the built-in cloudinit/tests/helpers:skipIf | Scott Moser |
2018-08-31 | hyperv_reporting_handler: simplify threaded publisher | Ryan Harper |
2018-08-28 | VMWare: Fix a network config bug in vm with static IPv4 and no gateway. | Pengpeng Sun |
2018-08-24 | logging: Add logging config type hyperv for reporting via Azure KVP | Andy Liu |
2018-08-17 | Add datasource Oracle Compute Infrastructure (OCI). | Scott Moser |
2018-08-17 | azure: allow azure to generate network configuration from IMDS per boot. | Chad Smith |
2018-08-17 | Scaleway: Add network configuration to the DataSource | Louis Bouchard |
2018-08-06 | netplan: Correctly render macaddress on a bonds and bridges when provided. | Scott Moser |
2018-08-06 | tools: Add 'net-convert' subcommand command to 'cloud-init devel'. | Scott Moser |
2018-08-03 | OpenNebula: Fix null gateway6 | Akihiko Ota |
2018-07-31 | oracle: fix detect_openstack to report True on OracleCloud.com DMI data | Chad Smith |
2018-07-26 | update_metadata re-config on every boot comments and tests not quite right | Mike Gerdts |
2018-07-21 | pylint: Fix pylint warnings reported in pylint 2.0.0. | Scott Moser |
2018-07-20 | get_linux_distro: add support for rhel via redhat-release. | Scott Moser |
2018-07-20 | get_linux_distro: add support for centos6 and rawhide flavors of redhat | Chad Smith |
2018-07-09 | docs: note in rtd about avoiding /tmp when writing files | Chad Smith |
2018-07-09 | ubuntu,centos,debian: get_linux_distro to align with platform.dist | Chad Smith |
2018-07-01 | update_metadata: a datasource can support network re-config every boot | Chad Smith |
2018-06-28 | Retry on failed import of gpg receive keys. | Scott Moser |
2018-06-28 | docs: Fix a small spelling error. | Oz N Tiram |
2018-06-19 | release 18.3 | Chad Smith |
2018-06-19 | docs: represent sudo:false in docs for user_groups config module | Chad Smith |
2018-06-19 | Explicitly prevent `sudo` access for user module | Jacob Bednarz |
2018-06-15 | lxd: Delete default network and detach device if lxd-init created them. | Scott Moser |
2018-06-15 | openstack: avoid unneeded metadata probe on non-openstack platforms | Chad Smith |
2018-06-15 | stages: fix tracebacks if a module stage is undefined or empty | Robert Schweikert |