ChangeLog
LICENSE
LICENSE-Apache2.0
LICENSE-GPLv3
MANIFEST.in
README.md
WIP-ONGOING-REFACTORIZATION.rst
conftest.py
doc-requirements.txt
integration-requirements.txt
pyproject.toml
requirements-all.txt
requirements.txt
setup.py
setup_utils.py
test-requirements.txt
tox.ini
bash_completion/cloud-init
cloud_init.egg-info/PKG-INFO
cloud_init.egg-info/SOURCES.txt
cloud_init.egg-info/dependency_links.txt
cloud_init.egg-info/entry_points.txt
cloud_init.egg-info/requires.txt
cloud_init.egg-info/top_level.txt
cloudinit/__init__.py
cloudinit/apport.py
cloudinit/atomic_helper.py
cloudinit/cloud.py
cloudinit/dmi.py
cloudinit/event.py
cloudinit/features.py
cloudinit/gpg.py
cloudinit/helpers.py
cloudinit/importer.py
cloudinit/lifecycle.py
cloudinit/netinfo.py
cloudinit/performance.py
cloudinit/persistence.py
cloudinit/registry.py
cloudinit/safeyaml.py
cloudinit/settings.py
cloudinit/signal_handler.py
cloudinit/simpletable.py
cloudinit/socket.py
cloudinit/ssh_util.py
cloudinit/stages.py
cloudinit/subp.py
cloudinit/temp_utils.py
cloudinit/templater.py
cloudinit/type_utils.py
cloudinit/url_helper.py
cloudinit/user_data.py
cloudinit/util.py
cloudinit/version.py
cloudinit/warnings.py
cloudinit/analyze/__init__.py
cloudinit/analyze/dump.py
cloudinit/analyze/show.py
cloudinit/cmd/__init__.py
cloudinit/cmd/clean.py
cloudinit/cmd/cloud_id.py
cloudinit/cmd/main.py
cloudinit/cmd/query.py
cloudinit/cmd/status.py
cloudinit/cmd/devel/__init__.py
cloudinit/cmd/devel/hotplug_hook.py
cloudinit/cmd/devel/logs.py
cloudinit/cmd/devel/make_mime.py
cloudinit/cmd/devel/net_convert.py
cloudinit/cmd/devel/parser.py
cloudinit/cmd/devel/render.py
cloudinit/config/__init__.py
cloudinit/config/cc_ansible.py
cloudinit/config/cc_apk_configure.py
cloudinit/config/cc_apt_configure.py
cloudinit/config/cc_apt_pipelining.py
cloudinit/config/cc_bootcmd.py
cloudinit/config/cc_byobu.py
cloudinit/config/cc_ca_certs.py
cloudinit/config/cc_chef.py
cloudinit/config/cc_disable_ec2_metadata.py
cloudinit/config/cc_disk_setup.py
cloudinit/config/cc_fan.py
cloudinit/config/cc_final_message.py
cloudinit/config/cc_growpart.py
cloudinit/config/cc_grub_dpkg.py
cloudinit/config/cc_install_hotplug.py
cloudinit/config/cc_keyboard.py
cloudinit/config/cc_keys_to_console.py
cloudinit/config/cc_landscape.py
cloudinit/config/cc_locale.py
cloudinit/config/cc_lxd.py
cloudinit/config/cc_mcollective.py
cloudinit/config/cc_mounts.py
cloudinit/config/cc_ntp.py
cloudinit/config/cc_package_update_upgrade_install.py
cloudinit/config/cc_phone_home.py
cloudinit/config/cc_power_state_change.py
cloudinit/config/cc_puppet.py
cloudinit/config/cc_reset_rmc.py
cloudinit/config/cc_resizefs.py
cloudinit/config/cc_resolv_conf.py
cloudinit/config/cc_rh_subscription.py
cloudinit/config/cc_rsyslog.py
cloudinit/config/cc_runcmd.py
cloudinit/config/cc_salt_minion.py
cloudinit/config/cc_scripts_per_boot.py
cloudinit/config/cc_scripts_per_instance.py
cloudinit/config/cc_scripts_per_once.py
cloudinit/config/cc_scripts_user.py
cloudinit/config/cc_scripts_vendor.py
cloudinit/config/cc_seed_random.py
cloudinit/config/cc_set_hostname.py
cloudinit/config/cc_set_passwords.py
cloudinit/config/cc_snap.py
cloudinit/config/cc_spacewalk.py
cloudinit/config/cc_ssh.py
cloudinit/config/cc_ssh_authkey_fingerprints.py
cloudinit/config/cc_ssh_import_id.py
cloudinit/config/cc_timezone.py
cloudinit/config/cc_ubuntu_autoinstall.py
cloudinit/config/cc_ubuntu_drivers.py
cloudinit/config/cc_ubuntu_pro.py
cloudinit/config/cc_update_etc_hosts.py
cloudinit/config/cc_update_hostname.py
cloudinit/config/cc_users_groups.py
cloudinit/config/cc_wireguard.py
cloudinit/config/cc_write_files.py
cloudinit/config/cc_write_files_deferred.py
cloudinit/config/cc_yum_add_repo.py
cloudinit/config/cc_zypper_add_repo.py
cloudinit/config/modules.py
cloudinit/config/schema.py
cloudinit/config/schemas/__init__.py
cloudinit/config/schemas/schema-cloud-config-v1.json
cloudinit/config/schemas/schema-network-config-v1.json
cloudinit/config/schemas/schema-network-config-v2.json
cloudinit/config/schemas/versions.schema.cloud-config.json
cloudinit/distros/OpenCloudOS.py
cloudinit/distros/TencentOS.py
cloudinit/distros/__init__.py
cloudinit/distros/almalinux.py
cloudinit/distros/alpine.py
cloudinit/distros/amazon.py
cloudinit/distros/aosc.py
cloudinit/distros/arch.py
cloudinit/distros/azurelinux.py
cloudinit/distros/bsd.py
cloudinit/distros/bsd_utils.py
cloudinit/distros/centos.py
cloudinit/distros/cloudlinux.py
cloudinit/distros/cos.py
cloudinit/distros/debian.py
cloudinit/distros/dragonflybsd.py
cloudinit/distros/eurolinux.py
cloudinit/distros/fedora.py
cloudinit/distros/freebsd.py
cloudinit/distros/gentoo.py
cloudinit/distros/mariner.py
cloudinit/distros/miraclelinux.py
cloudinit/distros/netbsd.py
cloudinit/distros/networking.py
cloudinit/distros/openbsd.py
cloudinit/distros/openeuler.py
cloudinit/distros/openmandriva.py
cloudinit/distros/opensuse-leap.py
cloudinit/distros/opensuse-microos.py
cloudinit/distros/opensuse-tumbleweed.py
cloudinit/distros/opensuse.py
cloudinit/distros/photon.py
cloudinit/distros/rhel.py
cloudinit/distros/rhel_util.py
cloudinit/distros/rocky.py
cloudinit/distros/sle-micro.py
cloudinit/distros/sle_hpc.py
cloudinit/distros/sles.py
cloudinit/distros/suse.py
cloudinit/distros/ubuntu.py
cloudinit/distros/ug_util.py
cloudinit/distros/virtuozzo.py
cloudinit/distros/package_management/__init__.py
cloudinit/distros/package_management/apt.py
cloudinit/distros/package_management/package_manager.py
cloudinit/distros/package_management/snap.py
cloudinit/distros/package_management/utils.py
cloudinit/distros/parsers/__init__.py
cloudinit/distros/parsers/hostname.py
cloudinit/distros/parsers/hosts.py
cloudinit/distros/parsers/ifconfig.py
cloudinit/distros/parsers/networkmanager_conf.py
cloudinit/distros/parsers/resolv_conf.py
cloudinit/distros/parsers/sys_conf.py
cloudinit/filters/__init__.py
cloudinit/filters/launch_index.py
cloudinit/handlers/__init__.py
cloudinit/handlers/boot_hook.py
cloudinit/handlers/cloud_config.py
cloudinit/handlers/jinja_template.py
cloudinit/handlers/shell_script.py
cloudinit/handlers/shell_script_by_frequency.py
cloudinit/log/__init__.py
cloudinit/log/log_util.py
cloudinit/log/loggers.py
cloudinit/mergers/__init__.py
cloudinit/mergers/m_dict.py
cloudinit/mergers/m_list.py
cloudinit/mergers/m_str.py
cloudinit/net/__init__.py
cloudinit/net/activators.py
cloudinit/net/bsd.py
cloudinit/net/cmdline.py
cloudinit/net/dhcp.py
cloudinit/net/eni.py
cloudinit/net/ephemeral.py
cloudinit/net/freebsd.py
cloudinit/net/netbsd.py
cloudinit/net/netplan.py
cloudinit/net/network_manager.py
cloudinit/net/network_state.py
cloudinit/net/networkd.py
cloudinit/net/openbsd.py
cloudinit/net/renderer.py
cloudinit/net/renderers.py
cloudinit/net/sysconfig.py
cloudinit/net/udev.py
cloudinit/net/netops/__init__.py
cloudinit/net/netops/bsd_netops.py
cloudinit/net/netops/iproute2.py
cloudinit/reporting/__init__.py
cloudinit/reporting/events.py
cloudinit/reporting/handlers.py
cloudinit/sources/DataSourceAkamai.py
cloudinit/sources/DataSourceAliYun.py
cloudinit/sources/DataSourceAltCloud.py
cloudinit/sources/DataSourceAzure.py
cloudinit/sources/DataSourceBigstep.py
cloudinit/sources/DataSourceCloudCIX.py
cloudinit/sources/DataSourceCloudSigma.py
cloudinit/sources/DataSourceCloudStack.py
cloudinit/sources/DataSourceConfigDrive.py
cloudinit/sources/DataSourceDigitalOcean.py
cloudinit/sources/DataSourceEc2.py
cloudinit/sources/DataSourceExoscale.py
cloudinit/sources/DataSourceGCE.py
cloudinit/sources/DataSourceHetzner.py
cloudinit/sources/DataSourceIBMCloud.py
cloudinit/sources/DataSourceLXD.py
cloudinit/sources/DataSourceMAAS.py
cloudinit/sources/DataSourceNWCS.py
cloudinit/sources/DataSourceNoCloud.py
cloudinit/sources/DataSourceNone.py
cloudinit/sources/DataSourceOVF.py
cloudinit/sources/DataSourceOpenNebula.py
cloudinit/sources/DataSourceOpenStack.py
cloudinit/sources/DataSourceOracle.py
cloudinit/sources/DataSourceRbxCloud.py
cloudinit/sources/DataSourceScaleway.py
cloudinit/sources/DataSourceSmartOS.py
cloudinit/sources/DataSourceUpCloud.py
cloudinit/sources/DataSourceVMware.py
cloudinit/sources/DataSourceVultr.py
cloudinit/sources/DataSourceWSL.py
cloudinit/sources/__init__.py
cloudinit/sources/azure/__init__.py
cloudinit/sources/azure/errors.py
cloudinit/sources/azure/identity.py
cloudinit/sources/azure/imds.py
cloudinit/sources/azure/kvp.py
cloudinit/sources/helpers/__init__.py
cloudinit/sources/helpers/akamai.py
cloudinit/sources/helpers/azure.py
cloudinit/sources/helpers/cloudsigma.py
cloudinit/sources/helpers/digitalocean.py
cloudinit/sources/helpers/ec2.py
cloudinit/sources/helpers/hetzner.py
cloudinit/sources/helpers/netlink.py
cloudinit/sources/helpers/openstack.py
cloudinit/sources/helpers/upcloud.py
cloudinit/sources/helpers/vultr.py
cloudinit/sources/helpers/vmware/__init__.py
cloudinit/sources/helpers/vmware/imc/__init__.py
cloudinit/sources/helpers/vmware/imc/boot_proto.py
cloudinit/sources/helpers/vmware/imc/config.py
cloudinit/sources/helpers/vmware/imc/config_custom_script.py
cloudinit/sources/helpers/vmware/imc/config_file.py
cloudinit/sources/helpers/vmware/imc/config_nic.py
cloudinit/sources/helpers/vmware/imc/config_passwd.py
cloudinit/sources/helpers/vmware/imc/config_source.py
cloudinit/sources/helpers/vmware/imc/guestcust_error.py
cloudinit/sources/helpers/vmware/imc/guestcust_event.py
cloudinit/sources/helpers/vmware/imc/guestcust_state.py
cloudinit/sources/helpers/vmware/imc/guestcust_util.py
cloudinit/sources/helpers/vmware/imc/nic.py
cloudinit/sources/helpers/vmware/imc/nic_base.py
config/cloud.cfg.tmpl
config/cloud.cfg.d/05_logging.cfg
config/cloud.cfg.d/README
doc/status.txt
doc/userdata.txt
doc/var-lib-cloud.txt
doc/examples/boothook.txt
doc/examples/cloud-config-add-apt-repos.txt
doc/examples/cloud-config-ansible-controller.txt
doc/examples/cloud-config-ansible-managed.txt
doc/examples/cloud-config-ansible-pull.txt
doc/examples/cloud-config-apt.txt
doc/examples/cloud-config-archive-launch-index.txt
doc/examples/cloud-config-archive.txt
doc/examples/cloud-config-boot-cmds.txt
doc/examples/cloud-config-ca-certs.txt
doc/examples/cloud-config-chef-oneiric.txt
doc/examples/cloud-config-chef.txt
doc/examples/cloud-config-datasources.txt
doc/examples/cloud-config-disk-setup.txt
doc/examples/cloud-config-gluster.txt
doc/examples/cloud-config-install-packages.txt
doc/examples/cloud-config-launch-index.txt
doc/examples/cloud-config-lxd.txt
doc/examples/cloud-config-mount-points.txt
doc/examples/cloud-config-ntp.txt
doc/examples/cloud-config-reporting.txt
doc/examples/cloud-config-run-cmds.txt
doc/examples/cloud-config-ssh-keys.txt
doc/examples/cloud-config-update-apt.txt
doc/examples/cloud-config-update-packages.txt
doc/examples/cloud-config-user-groups.txt
doc/examples/cloud-config-wireguard.txt
doc/examples/cloud-config-write-files.txt
doc/examples/cloud-config-yum-repo.txt
doc/examples/cloud-config.txt
doc/examples/include-once.txt
doc/examples/include.txt
doc/examples/kernel-command-line.txt
doc/examples/network-config-v1-bonded-pair.yaml
doc/examples/network-config-v1-bonded-vlan.yaml
doc/examples/network-config-v1-bridge.yaml
doc/examples/network-config-v1-multiple-vlan.yaml
doc/examples/network-config-v1-nameserver.yaml
doc/examples/network-config-v1-physical-3-nic.yaml
doc/examples/network-config-v1-physical-dhcp.yaml
doc/examples/network-config-v1-route.yaml
doc/examples/network-config-v1-subnet-dhcp.yaml
doc/examples/network-config-v1-subnet-multiple.yaml
doc/examples/network-config-v1-subnet-routes.yaml
doc/examples/network-config-v1-subnet-static.yaml
doc/examples/network-config-v1-vlan.yaml
doc/examples/part-handler-v2.txt
doc/examples/part-handler.txt
doc/examples/plain-ignored.txt
doc/examples/user-script.txt
doc/examples/seed/README
doc/examples/seed/meta-data
doc/examples/seed/user-data
doc/man/cloud-id.1
doc/man/cloud-init-per.1
doc/man/cloud-init.1
doc/module-docs/cc_ansible/data.yaml
doc/module-docs/cc_ansible/example1.yaml
doc/module-docs/cc_ansible/example2.yaml
doc/module-docs/cc_apk_configure/data.yaml
doc/module-docs/cc_apk_configure/example1.yaml
doc/module-docs/cc_apk_configure/example2.yaml
doc/module-docs/cc_apk_configure/example3.yaml
doc/module-docs/cc_apt_configure/data.yaml
doc/module-docs/cc_apt_configure/example1.yaml
doc/module-docs/cc_apt_configure/example2.yaml
doc/module-docs/cc_apt_pipelining/data.yaml
doc/module-docs/cc_apt_pipelining/example1.yaml
doc/module-docs/cc_apt_pipelining/example2.yaml
doc/module-docs/cc_apt_pipelining/example3.yaml
doc/module-docs/cc_bootcmd/data.yaml
doc/module-docs/cc_bootcmd/example1.yaml
doc/module-docs/cc_byobu/data.yaml
doc/module-docs/cc_byobu/example1.yaml
doc/module-docs/cc_byobu/example2.yaml
doc/module-docs/cc_ca_certs/data.yaml
doc/module-docs/cc_ca_certs/example1.yaml
doc/module-docs/cc_chef/data.yaml
doc/module-docs/cc_chef/example1.yaml
doc/module-docs/cc_disable_ec2_metadata/data.yaml
doc/module-docs/cc_disable_ec2_metadata/example1.yaml
doc/module-docs/cc_disk_setup/data.yaml
doc/module-docs/cc_disk_setup/example1.yaml
doc/module-docs/cc_fan/data.yaml
doc/module-docs/cc_fan/example1.yaml
doc/module-docs/cc_final_message/data.yaml
doc/module-docs/cc_final_message/example1.yaml
doc/module-docs/cc_growpart/data.yaml
doc/module-docs/cc_growpart/example1.yaml
doc/module-docs/cc_growpart/example2.yaml
doc/module-docs/cc_grub_dpkg/data.yaml
doc/module-docs/cc_grub_dpkg/example1.yaml
doc/module-docs/cc_install_hotplug/data.yaml
doc/module-docs/cc_install_hotplug/example1.yaml
doc/module-docs/cc_install_hotplug/example2.yaml
doc/module-docs/cc_keyboard/data.yaml
doc/module-docs/cc_keyboard/example1.yaml
doc/module-docs/cc_keyboard/example2.yaml
doc/module-docs/cc_keyboard/example3.yaml
doc/module-docs/cc_keys_to_console/data.yaml
doc/module-docs/cc_keys_to_console/example1.yaml
doc/module-docs/cc_keys_to_console/example2.yaml
doc/module-docs/cc_keys_to_console/example3.yaml
doc/module-docs/cc_landscape/data.yaml
doc/module-docs/cc_landscape/example1.yaml
doc/module-docs/cc_landscape/example2.yaml
doc/module-docs/cc_landscape/example3.yaml
doc/module-docs/cc_locale/data.yaml
doc/module-docs/cc_locale/example1.yaml
doc/module-docs/cc_locale/example2.yaml
doc/module-docs/cc_locale/example3.yaml
doc/module-docs/cc_lxd/data.yaml
doc/module-docs/cc_lxd/example1.yaml
doc/module-docs/cc_lxd/example2.yaml
doc/module-docs/cc_lxd/example3.yaml
doc/module-docs/cc_mcollective/data.yaml
doc/module-docs/cc_mcollective/example1.yaml
doc/module-docs/cc_mounts/data.yaml
doc/module-docs/cc_mounts/example1.yaml
doc/module-docs/cc_mounts/example2.yaml
doc/module-docs/cc_ntp/data.yaml
doc/module-docs/cc_ntp/example1.yaml
doc/module-docs/cc_ntp/example2.yaml
doc/module-docs/cc_package_update_upgrade_install/data.yaml
doc/module-docs/cc_package_update_upgrade_install/example1.yaml
doc/module-docs/cc_package_update_upgrade_install/example2.yaml
doc/module-docs/cc_phone_home/data.yaml
doc/module-docs/cc_phone_home/example1.yaml
doc/module-docs/cc_phone_home/example2.yaml
doc/module-docs/cc_power_state_change/data.yaml
doc/module-docs/cc_power_state_change/example1.yaml
doc/module-docs/cc_power_state_change/example2.yaml
doc/module-docs/cc_puppet/data.yaml
doc/module-docs/cc_puppet/example1.yaml
doc/module-docs/cc_puppet/example2.yaml
doc/module-docs/cc_resizefs/data.yaml
doc/module-docs/cc_resizefs/example1.yaml
doc/module-docs/cc_resizefs/example2.yaml
doc/module-docs/cc_resolv_conf/data.yaml
doc/module-docs/cc_resolv_conf/example1.yaml
doc/module-docs/cc_rh_subscription/data.yaml
doc/module-docs/cc_rh_subscription/example1.yaml
doc/module-docs/cc_rh_subscription/example2.yaml
doc/module-docs/cc_rh_subscription/example3.yaml
doc/module-docs/cc_rsyslog/data.yaml
doc/module-docs/cc_rsyslog/example1.yaml
doc/module-docs/cc_rsyslog/example2.yaml
doc/module-docs/cc_rsyslog/example3.yaml
doc/module-docs/cc_runcmd/data.yaml
doc/module-docs/cc_runcmd/example1.yaml
doc/module-docs/cc_salt_minion/data.yaml
doc/module-docs/cc_salt_minion/example1.yaml
doc/module-docs/cc_scripts_per_boot/data.yaml
doc/module-docs/cc_scripts_per_instance/data.yaml
doc/module-docs/cc_scripts_per_once/data.yaml
doc/module-docs/cc_scripts_user/data.yaml
doc/module-docs/cc_scripts_vendor/data.yaml
doc/module-docs/cc_scripts_vendor/example1.yaml
doc/module-docs/cc_scripts_vendor/example2.yaml
doc/module-docs/cc_scripts_vendor/example3.yaml
doc/module-docs/cc_seed_random/data.yaml
doc/module-docs/cc_seed_random/example1.yaml
doc/module-docs/cc_seed_random/example2.yaml
doc/module-docs/cc_set_hostname/data.yaml
doc/module-docs/cc_set_hostname/example1.yaml
doc/module-docs/cc_set_hostname/example2.yaml
doc/module-docs/cc_set_hostname/example3.yaml
doc/module-docs/cc_set_passwords/data.yaml
doc/module-docs/cc_set_passwords/example1.yaml
doc/module-docs/cc_set_passwords/example2.yaml
doc/module-docs/cc_snap/data.yaml
doc/module-docs/cc_snap/example1.yaml
doc/module-docs/cc_snap/example2.yaml
doc/module-docs/cc_snap/example3.yaml
doc/module-docs/cc_snap/example4.yaml
doc/module-docs/cc_spacewalk/data.yaml
doc/module-docs/cc_spacewalk/example1.yaml
doc/module-docs/cc_ssh/data.yaml
doc/module-docs/cc_ssh/example1.yaml
doc/module-docs/cc_ssh_authkey_fingerprints/data.yaml
doc/module-docs/cc_ssh_authkey_fingerprints/example1.yaml
doc/module-docs/cc_ssh_authkey_fingerprints/example2.yaml
doc/module-docs/cc_ssh_import_id/data.yaml
doc/module-docs/cc_ssh_import_id/example1.yaml
doc/module-docs/cc_timezone/data.yaml
doc/module-docs/cc_timezone/example1.yaml
doc/module-docs/cc_ubuntu_autoinstall/data.yaml
doc/module-docs/cc_ubuntu_autoinstall/example1.yaml
doc/module-docs/cc_ubuntu_drivers/data.yaml
doc/module-docs/cc_ubuntu_drivers/example1.yaml
doc/module-docs/cc_ubuntu_pro/data.yaml
doc/module-docs/cc_ubuntu_pro/example1.yaml
doc/module-docs/cc_ubuntu_pro/example2.yaml
doc/module-docs/cc_ubuntu_pro/example3.yaml
doc/module-docs/cc_ubuntu_pro/example4.yaml
doc/module-docs/cc_ubuntu_pro/example5.yaml
doc/module-docs/cc_ubuntu_pro/example6.yaml
doc/module-docs/cc_ubuntu_pro/example7.yaml
doc/module-docs/cc_update_etc_hosts/data.yaml
doc/module-docs/cc_update_etc_hosts/example1.yaml
doc/module-docs/cc_update_etc_hosts/example2.yaml
doc/module-docs/cc_update_etc_hosts/example3.yaml
doc/module-docs/cc_update_hostname/data.yaml
doc/module-docs/cc_update_hostname/example1.yaml
doc/module-docs/cc_update_hostname/example2.yaml
doc/module-docs/cc_update_hostname/example3.yaml
doc/module-docs/cc_update_hostname/example4.yaml
doc/module-docs/cc_update_hostname/example5.yaml
doc/module-docs/cc_update_hostname/example6.yaml
doc/module-docs/cc_users_groups/data.yaml
doc/module-docs/cc_users_groups/example1.yaml
doc/module-docs/cc_users_groups/example2.yaml
doc/module-docs/cc_users_groups/example3.yaml
doc/module-docs/cc_users_groups/example4.yaml
doc/module-docs/cc_users_groups/example5.yaml
doc/module-docs/cc_users_groups/example6.yaml
doc/module-docs/cc_users_groups/example7.yaml
doc/module-docs/cc_users_groups/example8.yaml
doc/module-docs/cc_wireguard/data.yaml
doc/module-docs/cc_wireguard/example1.yaml
doc/module-docs/cc_write_files/data.yaml
doc/module-docs/cc_write_files/example1.yaml
doc/module-docs/cc_write_files/example2.yaml
doc/module-docs/cc_write_files/example3.yaml
doc/module-docs/cc_write_files/example4.yaml
doc/module-docs/cc_write_files/example5.yaml
doc/module-docs/cc_write_files/example6.yaml
doc/module-docs/cc_yum_add_repo/data.yaml
doc/module-docs/cc_yum_add_repo/example1.yaml
doc/module-docs/cc_yum_add_repo/example2.yaml
doc/module-docs/cc_yum_add_repo/example3.yaml
doc/module-docs/cc_yum_add_repo/example4.yaml
doc/module-docs/cc_zypper_add_repo/data.yaml
doc/module-docs/cc_zypper_add_repo/example1.yaml
doc/rtd/conf.py
doc/rtd/googleaf254801a5285c31.html
doc/rtd/index.rst
doc/rtd/links.txt
doc/rtd/spelling.py
doc/rtd/spelling_regex_list.txt
doc/rtd/spelling_word_list.txt
doc/rtd/development/code_review.rst
doc/rtd/development/contribute_code.rst
doc/rtd/development/contribute_docs.rst
doc/rtd/development/datasource_creation.rst
doc/rtd/development/dir_layout.rst
doc/rtd/development/docs_layout.rst
doc/rtd/development/feature_flags.rst
doc/rtd/development/find_issues.rst
doc/rtd/development/first_PR.rst
doc/rtd/development/index.rst
doc/rtd/development/integration_tests.rst
doc/rtd/development/internal_files.rst
doc/rtd/development/logging.rst
doc/rtd/development/module_creation.rst
doc/rtd/development/style_docs.rst
doc/rtd/development/summit.rst
doc/rtd/development/testing.rst
doc/rtd/development/summit/2017_summit.rst
doc/rtd/development/summit/2018_summit.rst
doc/rtd/development/summit/2019_summit.rst
doc/rtd/development/summit/2023_summit.rst
doc/rtd/explanation/about-cloud-config.rst
doc/rtd/explanation/analyze.rst
doc/rtd/explanation/boot.rst
doc/rtd/explanation/configuration.rst
doc/rtd/explanation/events.rst
doc/rtd/explanation/exported_errors.rst
doc/rtd/explanation/failure_states.rst
doc/rtd/explanation/first_boot.rst
doc/rtd/explanation/format.rst
doc/rtd/explanation/index.rst
doc/rtd/explanation/instancedata.rst
doc/rtd/explanation/introduction.rst
doc/rtd/explanation/kernel-command-line.rst
doc/rtd/explanation/return_codes.rst
doc/rtd/explanation/security.rst
doc/rtd/explanation/vendordata.rst
doc/rtd/howto/bugs.rst
doc/rtd/howto/debug_user_data.rst
doc/rtd/howto/debugging.rst
doc/rtd/howto/disable_cloud_init.rst
doc/rtd/howto/identify_datasource.rst
doc/rtd/howto/index.rst
doc/rtd/howto/module_run_frequency.rst
doc/rtd/howto/rerun_cloud_init.rst
doc/rtd/howto/run_cloud_init_locally.rst
doc/rtd/howto/status.rst
doc/rtd/howto/ubuntu_test_prerelease.rst
doc/rtd/reference/availability.rst
doc/rtd/reference/base_config_reference.rst
doc/rtd/reference/breaking_changes.rst
doc/rtd/reference/cli.rst
doc/rtd/reference/custom_modules.rst
doc/rtd/reference/datasource_dsname_map.rst
doc/rtd/reference/datasources.rst
doc/rtd/reference/distros.rst
doc/rtd/reference/examples.rst
doc/rtd/reference/examples_library.rst
doc/rtd/reference/faq.rst
doc/rtd/reference/index.rst
doc/rtd/reference/merging.rst
doc/rtd/reference/modules.rst
doc/rtd/reference/network-config-format-v1.rst
doc/rtd/reference/network-config-format-v2.rst
doc/rtd/reference/network-config.rst
doc/rtd/reference/performance_analysis.rst
doc/rtd/reference/ubuntu_stable_release_updates.rst
doc/rtd/reference/user_files.rst
doc/rtd/reference/custom_modules/custom_clean_scripts.rst
doc/rtd/reference/custom_modules/custom_configuration_module.rst
doc/rtd/reference/custom_modules/custom_datasource.rst
doc/rtd/reference/custom_modules/custom_mergers.rst
doc/rtd/reference/custom_modules/custom_part_handlers.rst
doc/rtd/reference/datasources/akamai.rst
doc/rtd/reference/datasources/aliyun.rst
doc/rtd/reference/datasources/altcloud.rst
doc/rtd/reference/datasources/azure.rst
doc/rtd/reference/datasources/cloudcix.rst
doc/rtd/reference/datasources/cloudsigma.rst
doc/rtd/reference/datasources/cloudstack.rst
doc/rtd/reference/datasources/configdrive.rst
doc/rtd/reference/datasources/digitalocean.rst
doc/rtd/reference/datasources/e24cloud.rst
doc/rtd/reference/datasources/ec2.rst
doc/rtd/reference/datasources/exoscale.rst
doc/rtd/reference/datasources/fallback.rst
doc/rtd/reference/datasources/gce.rst
doc/rtd/reference/datasources/lxd.rst
doc/rtd/reference/datasources/maas.rst
doc/rtd/reference/datasources/nocloud.rst
doc/rtd/reference/datasources/none.rst
doc/rtd/reference/datasources/nwcs.rst
doc/rtd/reference/datasources/opennebula.rst
doc/rtd/reference/datasources/openstack.rst
doc/rtd/reference/datasources/oracle.rst
doc/rtd/reference/datasources/ovf.rst
doc/rtd/reference/datasources/rbxcloud.rst
doc/rtd/reference/datasources/scaleway.rst
doc/rtd/reference/datasources/smartos.rst
doc/rtd/reference/datasources/upcloud.rst
doc/rtd/reference/datasources/vmware.rst
doc/rtd/reference/datasources/vultr.rst
doc/rtd/reference/datasources/wsl.rst
doc/rtd/reference/datasources/zstack.rst
doc/rtd/reference/yaml_examples/ansible.rst
doc/rtd/reference/yaml_examples/ansible_controller.rst
doc/rtd/reference/yaml_examples/ansible_managed.rst
doc/rtd/reference/yaml_examples/apk_repo.rst
doc/rtd/reference/yaml_examples/apt.rst
doc/rtd/reference/yaml_examples/apt_pipeline.rst
doc/rtd/reference/yaml_examples/boot_cmds.rst
doc/rtd/reference/yaml_examples/byobu.rst
doc/rtd/reference/yaml_examples/ca_certs.rst
doc/rtd/reference/yaml_examples/chef.rst
doc/rtd/reference/yaml_examples/datasources.rst
doc/rtd/reference/yaml_examples/disable_ec2_metadata.rst
doc/rtd/reference/yaml_examples/disk_setup.rst
doc/rtd/reference/yaml_examples/fan.rst
doc/rtd/reference/yaml_examples/final_message.rst
doc/rtd/reference/yaml_examples/gluster.rst
doc/rtd/reference/yaml_examples/grub_dpkg.rst
doc/rtd/reference/yaml_examples/index_boot.rst
doc/rtd/reference/yaml_examples/index_config_manager.rst
doc/rtd/reference/yaml_examples/index_distro.rst
doc/rtd/reference/yaml_examples/index_fs.rst
doc/rtd/reference/yaml_examples/index_hostname.rst
doc/rtd/reference/yaml_examples/index_logging.rst
doc/rtd/reference/yaml_examples/index_misc.rst
doc/rtd/reference/yaml_examples/index_network.rst
doc/rtd/reference/yaml_examples/index_packages.rst
doc/rtd/reference/yaml_examples/index_security.rst
doc/rtd/reference/yaml_examples/index_users.rst
doc/rtd/reference/yaml_examples/install_hotplug.rst
doc/rtd/reference/yaml_examples/keyboard.rst
doc/rtd/reference/yaml_examples/landscape.rst
doc/rtd/reference/yaml_examples/launch_index.rst
doc/rtd/reference/yaml_examples/locale_and_timezone.rst
doc/rtd/reference/yaml_examples/lxd.rst
doc/rtd/reference/yaml_examples/mcollective.rst
doc/rtd/reference/yaml_examples/mounts.rst
doc/rtd/reference/yaml_examples/ntp.rst
doc/rtd/reference/yaml_examples/package_update_upgrade.rst
doc/rtd/reference/yaml_examples/phone_home.rst
doc/rtd/reference/yaml_examples/power_state_change.rst
doc/rtd/reference/yaml_examples/puppet.rst
doc/rtd/reference/yaml_examples/redhat_subscription.rst
doc/rtd/reference/yaml_examples/reporting.rst
doc/rtd/reference/yaml_examples/resolv_conf.rst
doc/rtd/reference/yaml_examples/rsyslog.rst
doc/rtd/reference/yaml_examples/salt_minion.rst
doc/rtd/reference/yaml_examples/scripts.rst
doc/rtd/reference/yaml_examples/seed_random.rst
doc/rtd/reference/yaml_examples/set_hostname.rst
doc/rtd/reference/yaml_examples/set_passwords.rst
doc/rtd/reference/yaml_examples/snap.rst
doc/rtd/reference/yaml_examples/spacewalk.rst
doc/rtd/reference/yaml_examples/ssh.rst
doc/rtd/reference/yaml_examples/ubuntu_drivers.rst
doc/rtd/reference/yaml_examples/ubuntu_pro.rst
doc/rtd/reference/yaml_examples/update_etc_hosts.rst
doc/rtd/reference/yaml_examples/update_hostname.rst
doc/rtd/reference/yaml_examples/user_groups.rst
doc/rtd/reference/yaml_examples/wireguard.rst
doc/rtd/reference/yaml_examples/write_files.rst
doc/rtd/reference/yaml_examples/yum_repo.rst
doc/rtd/reference/yaml_examples/zypper_repo.rst
doc/rtd/static/logo-dark-mode.png
doc/rtd/static/logo.png
doc/rtd/static/logo.svg
doc/rtd/static/css/custom.css
doc/rtd/static/css/github_issue_links.css
doc/rtd/static/js/github_issue_links.js
doc/rtd/static/js/mermaid_config.js
doc/rtd/templates/module_property.tmpl
doc/rtd/templates/modules.tmpl
doc/rtd/templates/property_changed.tmpl
doc/rtd/templates/property_deprecation.tmpl
doc/rtd/tutorial/index.rst
doc/rtd/tutorial/lxd.rst
doc/rtd/tutorial/qemu-debugging.rst
doc/rtd/tutorial/qemu-script.sh
doc/rtd/tutorial/qemu.rst
doc/rtd/tutorial/wsl.rst
doc/sources/ovf/README
doc/sources/ovf/make-iso
doc/sources/ovf/ovf-env.xml.tmpl
doc/sources/ovf/ovfdemo.pem
doc/sources/ovf/user-data
doc/sources/ovf/example/ovf-env.xml
doc/sources/ovf/example/ubuntu-server.ovf
doc/summit/2023_summit_shared_notes.md
packages/README.md
packages/bddeb
packages/brpm
packages/pkg-deps.json
packages/debian/changelog.in
packages/debian/cloud-init.logrotate
packages/debian/cloud-init.postrm
packages/debian/control.in
packages/debian/copyright
packages/debian/dirs
packages/debian/manpages
packages/debian/rules
packages/debian/watch
packages/debian/source/format
packages/redhat/cloud-init.spec.in
packages/suse/cloud-init.spec.in
systemd/cloud-config.service
systemd/cloud-config.target
systemd/cloud-final.service
systemd/cloud-init-generator.tmpl
systemd/cloud-init-hotplugd.service
systemd/cloud-init-hotplugd.socket
systemd/cloud-init-local.service.tmpl
systemd/cloud-init.service.tmpl
systemd/cloud-init.target
systemd/disable-sshd-keygen-if-cloud-init-active.conf
sysvinit/debian/cloud-config
sysvinit/debian/cloud-final
sysvinit/debian/cloud-init
sysvinit/debian/cloud-init-local
sysvinit/freebsd/cloudconfig.tmpl
sysvinit/freebsd/cloudfinal.tmpl
sysvinit/freebsd/cloudinit.tmpl
sysvinit/freebsd/cloudinitlocal.tmpl
sysvinit/freebsd/dsidentify.tmpl
sysvinit/netbsd/cloudconfig.tmpl
sysvinit/netbsd/cloudfinal.tmpl
sysvinit/netbsd/cloudinit.tmpl
sysvinit/netbsd/cloudinitlocal.tmpl
sysvinit/netbsd/dsidentify.tmpl
sysvinit/openbsd/cloudconfig.tmpl
sysvinit/openbsd/cloudfinal.tmpl
sysvinit/openbsd/cloudinit.tmpl
sysvinit/openbsd/cloudinitlocal.tmpl
sysvinit/openrc/cloud-config
sysvinit/openrc/cloud-final
sysvinit/openrc/cloud-init
sysvinit/openrc/cloud-init-ds-identify
sysvinit/openrc/cloud-init-hotplug
sysvinit/openrc/cloud-init-local
templates/chef_client.rb.tmpl
templates/chrony.conf.almalinux.tmpl
templates/chrony.conf.alpine.tmpl
templates/chrony.conf.centos.tmpl
templates/chrony.conf.cloudlinux.tmpl
templates/chrony.conf.cos.tmpl
templates/chrony.conf.debian.tmpl
templates/chrony.conf.fedora.tmpl
templates/chrony.conf.freebsd.tmpl
templates/chrony.conf.opensuse-leap.tmpl
templates/chrony.conf.opensuse-microos.tmpl
templates/chrony.conf.opensuse-tumbleweed.tmpl
templates/chrony.conf.opensuse.tmpl
templates/chrony.conf.photon.tmpl
templates/chrony.conf.rhel.tmpl
templates/chrony.conf.rocky.tmpl
templates/chrony.conf.sle-micro.tmpl
templates/chrony.conf.sle_hpc.tmpl
templates/chrony.conf.sles.tmpl
templates/chrony.conf.ubuntu.tmpl
templates/hosts.alpine.tmpl
templates/hosts.aosc.tmpl
templates/hosts.arch.tmpl
templates/hosts.azurelinux.tmpl
templates/hosts.debian.tmpl
templates/hosts.freebsd.tmpl
templates/hosts.gentoo.tmpl
templates/hosts.mariner.tmpl
templates/hosts.photon.tmpl
templates/hosts.redhat.tmpl
templates/hosts.suse.tmpl
templates/ntp.conf.almalinux.tmpl
templates/ntp.conf.alpine.tmpl
templates/ntp.conf.cloudlinux.tmpl
templates/ntp.conf.debian.tmpl
templates/ntp.conf.fedora.tmpl
templates/ntp.conf.freebsd.tmpl
templates/ntp.conf.opensuse.tmpl
templates/ntp.conf.photon.tmpl
templates/ntp.conf.rhel.tmpl
templates/ntp.conf.rocky.tmpl
templates/ntp.conf.sles.tmpl
templates/ntp.conf.ubuntu.tmpl
templates/ntpd.conf.openbsd.tmpl
templates/resolv.conf.tmpl
templates/sources.list.debian.deb822.tmpl
templates/sources.list.debian.tmpl
templates/sources.list.ubuntu.deb822.tmpl
templates/sources.list.ubuntu.tmpl
templates/systemd.resolved.conf.tmpl
templates/timesyncd.conf.tmpl
tests/__init__.py
tests/helpers.py
tests/hypothesis.py
tests/hypothesis_jsonschema.py
tests/data/filter_cloud_multipart.yaml
tests/data/filter_cloud_multipart_1.email
tests/data/filter_cloud_multipart_2.email
tests/data/filter_cloud_multipart_header.email
tests/data/mount_parse_ext.txt
tests/data/mount_parse_zfs.txt
tests/data/mountinfo_precise_ext4.txt
tests/data/mountinfo_raring_btrfs.txt
tests/data/user_data.1.txt
tests/data/zpool_status_simple.txt
tests/data/azure/non_unicode_random_string
tests/data/azure/parse_certificates_fingerprints
tests/data/azure/parse_certificates_pem
tests/data/azure/pubkey_extract_cert
tests/data/azure/pubkey_extract_ssh_key
tests/data/kernel_cmdline_match/meta-data
tests/data/kernel_cmdline_match/user-data
tests/data/kernel_cmdline_match/vendor-data
tests/data/merge_sources/expected1.yaml
tests/data/merge_sources/expected10.yaml
tests/data/merge_sources/expected11.yaml
tests/data/merge_sources/expected12.yaml
tests/data/merge_sources/expected2.yaml
tests/data/merge_sources/expected3.yaml
tests/data/merge_sources/expected4.yaml
tests/data/merge_sources/expected5.yaml
tests/data/merge_sources/expected6.yaml
tests/data/merge_sources/expected7.yaml
tests/data/merge_sources/expected8.yaml
tests/data/merge_sources/expected9.yaml
tests/data/merge_sources/source1-1.yaml
tests/data/merge_sources/source1-2.yaml
tests/data/merge_sources/source10-1.yaml
tests/data/merge_sources/source10-2.yaml
tests/data/merge_sources/source11-1.yaml
tests/data/merge_sources/source11-2.yaml
tests/data/merge_sources/source11-3.yaml
tests/data/merge_sources/source12-1.yaml
tests/data/merge_sources/source12-2.yaml
tests/data/merge_sources/source2-1.yaml
tests/data/merge_sources/source2-2.yaml
tests/data/merge_sources/source3-1.yaml
tests/data/merge_sources/source3-2.yaml
tests/data/merge_sources/source4-1.yaml
tests/data/merge_sources/source4-2.yaml
tests/data/merge_sources/source5-1.yaml
tests/data/merge_sources/source5-2.yaml
tests/data/merge_sources/source6-1.yaml
tests/data/merge_sources/source6-2.yaml
tests/data/merge_sources/source7-1.yaml
tests/data/merge_sources/source7-2.yaml
tests/data/merge_sources/source8-1.yaml
tests/data/merge_sources/source8-2.yaml
tests/data/merge_sources/source9-1.yaml
tests/data/merge_sources/source9-2.yaml
tests/data/net/dhcp/enp24s0.lease
tests/data/net/dhcp/eth0.lease
tests/data/netinfo/freebsd-duplicate-macs-ifconfig-output
tests/data/netinfo/freebsd-ifconfig-cidr-output
tests/data/netinfo/freebsd-ifconfig-output
tests/data/netinfo/freebsd-netdev-formatted-output
tests/data/netinfo/netdev-formatted-output
tests/data/netinfo/netdev-formatted-output-down
tests/data/netinfo/new-ifconfig-output
tests/data/netinfo/new-ifconfig-output-down
tests/data/netinfo/old-ifconfig-output
tests/data/netinfo/openbsd-ifconfig-output
tests/data/netinfo/route-formatted-output
tests/data/netinfo/route-formatted-output-missing-gateway
tests/data/netinfo/sample-ipaddrshow-json
tests/data/netinfo/sample-ipaddrshow-json-down
tests/data/netinfo/sample-ipaddrshow-output
tests/data/netinfo/sample-ipaddrshow-output-down
tests/data/netinfo/sample-iproute-output-v4
tests/data/netinfo/sample-iproute-output-v4-missing-gateway
tests/data/netinfo/sample-iproute-output-v6
tests/data/netinfo/sample-iproute-output-v6-missing-gateway
tests/data/netinfo/sample-route-output-v4
tests/data/netinfo/sample-route-output-v6
tests/data/old_pickles/focal-20.1-10-g71af48df-0ubuntu5.pkl
tests/data/old_pickles/focal-20.3-2-g371b392c-0ubuntu1~20.04.1.pkl
tests/data/old_pickles/focal-azure-20.1-10-g71af48df-0ubuntu5.pkl
tests/data/old_pickles/trusty-14.04.1-0.7.5.pkl
tests/data/roots/simple_ubuntu/etc/networks/interfaces
tests/data/vmware/cust-dhcp-2nic-instance-id.cfg
tests/data/vmware/cust-dhcp-2nic.cfg
tests/data/vmware/cust-static-2nic.cfg
tests/integration_tests/__init__.py
tests/integration_tests/clouds.py
tests/integration_tests/conftest.py
tests/integration_tests/decorators.py
tests/integration_tests/instances.py
tests/integration_tests/integration_settings.py
tests/integration_tests/releases.py
tests/integration_tests/test_defaults.py
tests/integration_tests/test_ds_identify.py
tests/integration_tests/test_instance_id.py
tests/integration_tests/test_kernel_command_line_match.py
tests/integration_tests/test_multi_part_user_data_handling.py
tests/integration_tests/test_networking.py
tests/integration_tests/test_paths.py
tests/integration_tests/test_upgrade.py
tests/integration_tests/util.py
tests/integration_tests/assets/DataSourceNoCacheNetworkOnly.py
tests/integration_tests/assets/DataSourceNoCacheWithFallback.py
tests/integration_tests/assets/echo_server.py
tests/integration_tests/assets/echo_server.service
tests/integration_tests/assets/enable_coverage.py
tests/integration_tests/assets/enable_profile.py
tests/integration_tests/assets/test_version_change.pkl
tests/integration_tests/assets/trusty_with_mime.pkl
tests/integration_tests/assets/keys/id_rsa.test1
tests/integration_tests/assets/keys/id_rsa.test1.pub
tests/integration_tests/assets/keys/id_rsa.test2
tests/integration_tests/assets/keys/id_rsa.test2.pub
tests/integration_tests/assets/keys/id_rsa.test3
tests/integration_tests/assets/keys/id_rsa.test3.pub
tests/integration_tests/bugs/test_gh626.py
tests/integration_tests/bugs/test_gh632.py
tests/integration_tests/bugs/test_gh668.py
tests/integration_tests/bugs/test_gh671.py
tests/integration_tests/bugs/test_gh868.py
tests/integration_tests/bugs/test_lp1813396.py
tests/integration_tests/bugs/test_lp1835584.py
tests/integration_tests/bugs/test_lp1886531.py
tests/integration_tests/bugs/test_lp1897099.py
tests/integration_tests/bugs/test_lp1898997.py
tests/integration_tests/bugs/test_lp1901011.py
tests/integration_tests/bugs/test_lp1910835.py
tests/integration_tests/bugs/test_lp1912844.py
tests/integration_tests/bugs/test_lp2013967.py
tests/integration_tests/cmd/test_clean.py
tests/integration_tests/cmd/test_schema.py
tests/integration_tests/cmd/test_status.py
tests/integration_tests/datasources/test_azure.py
tests/integration_tests/datasources/test_caching.py
tests/integration_tests/datasources/test_ec2_ipv6.py
tests/integration_tests/datasources/test_lxd_discovery.py
tests/integration_tests/datasources/test_lxd_hotplug.py
tests/integration_tests/datasources/test_network_dependency.py
tests/integration_tests/datasources/test_nocloud.py
tests/integration_tests/datasources/test_none.py
tests/integration_tests/datasources/test_oci_networking.py
tests/integration_tests/datasources/test_oracle_ipv6.py
tests/integration_tests/datasources/test_tmp_noexec.py
tests/integration_tests/modules/test_ansible.py
tests/integration_tests/modules/test_apt_functionality.py
tests/integration_tests/modules/test_boothook.py
tests/integration_tests/modules/test_ca_certs.py
tests/integration_tests/modules/test_cli.py
tests/integration_tests/modules/test_combined.py
tests/integration_tests/modules/test_command_output.py
tests/integration_tests/modules/test_disk_setup.py
tests/integration_tests/modules/test_frequency_override.py
tests/integration_tests/modules/test_growpart.py
tests/integration_tests/modules/test_hotplug.py
tests/integration_tests/modules/test_jinja_templating.py
tests/integration_tests/modules/test_keyboard.py
tests/integration_tests/modules/test_keys_to_console.py
tests/integration_tests/modules/test_lxd.py
tests/integration_tests/modules/test_ntp_servers.py
tests/integration_tests/modules/test_package_update_upgrade_install.py
tests/integration_tests/modules/test_persistence.py
tests/integration_tests/modules/test_power_state_change.py
tests/integration_tests/modules/test_puppet.py
tests/integration_tests/modules/test_set_hostname.py
tests/integration_tests/modules/test_set_password.py
tests/integration_tests/modules/test_ssh_auth_key_fingerprints.py
tests/integration_tests/modules/test_ssh_generate.py
tests/integration_tests/modules/test_ssh_keys_provided.py
tests/integration_tests/modules/test_ssh_keysfile.py
tests/integration_tests/modules/test_ubuntu_autoinstall.py
tests/integration_tests/modules/test_ubuntu_drivers.py
tests/integration_tests/modules/test_ubuntu_pro.py
tests/integration_tests/modules/test_user_events.py
tests/integration_tests/modules/test_users_groups.py
tests/integration_tests/modules/test_version_change.py
tests/integration_tests/modules/test_wireguard.py
tests/integration_tests/modules/test_write_files.py
tests/integration_tests/net/test_dhcp.py
tests/integration_tests/reporting/test_webhook_reporting.py
tests/unittests/__init__.py
tests/unittests/conftest.py
tests/unittests/early_patches.py
tests/unittests/helpers.py
tests/unittests/test__init__.py
tests/unittests/test_all_stages.py
tests/unittests/test_apport.py
tests/unittests/test_atomic_helper.py
tests/unittests/test_builtin_handlers.py
tests/unittests/test_cli.py
tests/unittests/test_conftest.py
tests/unittests/test_data.py
tests/unittests/test_dmi.py
tests/unittests/test_ds_identify.py
tests/unittests/test_event.py
tests/unittests/test_features.py
tests/unittests/test_gpg.py
tests/unittests/test_helpers.py
tests/unittests/test_importer.py
tests/unittests/test_log.py
tests/unittests/test_merging.py
tests/unittests/test_net.py
tests/unittests/test_net_activators.py
tests/unittests/test_net_freebsd.py
tests/unittests/test_netinfo.py
tests/unittests/test_pathprefix2dict.py
tests/unittests/test_persistence.py
tests/unittests/test_registry.py
tests/unittests/test_render_template.py
tests/unittests/test_safeyaml.py
tests/unittests/test_simpletable.py
tests/unittests/test_ssh_util.py
tests/unittests/test_stages.py
tests/unittests/test_subp.py
tests/unittests/test_temp_utils.py
tests/unittests/test_templating.py
tests/unittests/test_upgrade.py
tests/unittests/test_url_helper.py
tests/unittests/test_util.py
tests/unittests/test_version.py
tests/unittests/util.py
tests/unittests/analyze/__init__.py
tests/unittests/analyze/test_boot.py
tests/unittests/analyze/test_dump.py
tests/unittests/analyze/test_show.py
tests/unittests/cloudinit/__init__py
tests/unittests/cmd/__init__.py
tests/unittests/cmd/test_clean.py
tests/unittests/cmd/test_cloud_id.py
tests/unittests/cmd/test_main.py
tests/unittests/cmd/test_query.py
tests/unittests/cmd/test_status.py
tests/unittests/cmd/devel/__init__.py
tests/unittests/cmd/devel/test_hotplug_hook.py
tests/unittests/cmd/devel/test_init.py
tests/unittests/cmd/devel/test_logs.py
tests/unittests/cmd/devel/test_net_convert.py
tests/unittests/cmd/devel/test_render.py
tests/unittests/config/__init__.py
tests/unittests/config/test_apt_conf_v1.py
tests/unittests/config/test_apt_configure_sources_list_v1.py
tests/unittests/config/test_apt_configure_sources_list_v3.py
tests/unittests/config/test_apt_key.py
tests/unittests/config/test_apt_source_v1.py
tests/unittests/config/test_apt_source_v3.py
tests/unittests/config/test_cc_ansible.py
tests/unittests/config/test_cc_apk_configure.py
tests/unittests/config/test_cc_apt_configure.py
tests/unittests/config/test_cc_apt_pipelining.py
tests/unittests/config/test_cc_bootcmd.py
tests/unittests/config/test_cc_byobu.py
tests/unittests/config/test_cc_ca_certs.py
tests/unittests/config/test_cc_chef.py
tests/unittests/config/test_cc_disable_ec2_metadata.py
tests/unittests/config/test_cc_disk_setup.py
tests/unittests/config/test_cc_fan.py
tests/unittests/config/test_cc_final_message.py
tests/unittests/config/test_cc_growpart.py
tests/unittests/config/test_cc_grub_dpkg.py
tests/unittests/config/test_cc_install_hotplug.py
tests/unittests/config/test_cc_keyboard.py
tests/unittests/config/test_cc_keys_to_console.py
tests/unittests/config/test_cc_landscape.py
tests/unittests/config/test_cc_locale.py
tests/unittests/config/test_cc_lxd.py
tests/unittests/config/test_cc_mcollective.py
tests/unittests/config/test_cc_mounts.py
tests/unittests/config/test_cc_ntp.py
tests/unittests/config/test_cc_package_update_upgrade_install.py
tests/unittests/config/test_cc_phone_home.py
tests/unittests/config/test_cc_power_state_change.py
tests/unittests/config/test_cc_puppet.py
tests/unittests/config/test_cc_resizefs.py
tests/unittests/config/test_cc_resolv_conf.py
tests/unittests/config/test_cc_rh_subscription.py
tests/unittests/config/test_cc_rsyslog.py
tests/unittests/config/test_cc_runcmd.py
tests/unittests/config/test_cc_scripts_vendor.py
tests/unittests/config/test_cc_seed_random.py
tests/unittests/config/test_cc_set_hostname.py
tests/unittests/config/test_cc_set_passwords.py
tests/unittests/config/test_cc_snap.py
tests/unittests/config/test_cc_spacewalk.py
tests/unittests/config/test_cc_ssh.py
tests/unittests/config/test_cc_ssh_import_id.py
tests/unittests/config/test_cc_timezone.py
tests/unittests/config/test_cc_ubuntu_autoinstall.py
tests/unittests/config/test_cc_ubuntu_drivers.py
tests/unittests/config/test_cc_ubuntu_pro.py
tests/unittests/config/test_cc_update_etc_hosts.py
tests/unittests/config/test_cc_users_groups.py
tests/unittests/config/test_cc_wireguard.py
tests/unittests/config/test_cc_write_files.py
tests/unittests/config/test_cc_write_files_deferred.py
tests/unittests/config/test_cc_yum_add_repo.py
tests/unittests/config/test_cc_zypper_add_repo.py
tests/unittests/config/test_modules.py
tests/unittests/config/test_salt_minion.py
tests/unittests/config/test_schema.py
tests/unittests/distros/__init__.py
tests/unittests/distros/test__init__.py
tests/unittests/distros/test_alpine.py
tests/unittests/distros/test_aosc.py
tests/unittests/distros/test_arch.py
tests/unittests/distros/test_azurelinux.py
tests/unittests/distros/test_bsd_utils.py
tests/unittests/distros/test_create_users.py
tests/unittests/distros/test_debian.py
tests/unittests/distros/test_dragonflybsd.py
tests/unittests/distros/test_freebsd.py
tests/unittests/distros/test_gentoo.py
tests/unittests/distros/test_hostname.py
tests/unittests/distros/test_hosts.py
tests/unittests/distros/test_ifconfig.py
tests/unittests/distros/test_init.py
tests/unittests/distros/test_manage_service.py
tests/unittests/distros/test_mariner.py
tests/unittests/distros/test_netbsd.py
tests/unittests/distros/test_netconfig.py
tests/unittests/distros/test_networking.py
tests/unittests/distros/test_openbsd.py
tests/unittests/distros/test_opensuse.py
tests/unittests/distros/test_photon.py
tests/unittests/distros/test_resolv.py
tests/unittests/distros/test_sles.py
tests/unittests/distros/test_sysconfig.py
tests/unittests/distros/test_ubuntu.py
tests/unittests/distros/test_user_data_normalize.py
tests/unittests/distros/package_management/test_apt.py
tests/unittests/filters/__init__.py
tests/unittests/filters/test_launch_index.py
tests/unittests/net/__init__.py
tests/unittests/net/network_configs.py
tests/unittests/net/test_dhcp.py
tests/unittests/net/test_dns.py
tests/unittests/net/test_ephemeral.py
tests/unittests/net/test_init.py
tests/unittests/net/test_net_rendering.py
tests/unittests/net/test_netplan.py
tests/unittests/net/test_network_manager.py
tests/unittests/net/test_network_state.py
tests/unittests/net/test_networkd.py
tests/unittests/net/artifacts/no_matching_mac_v2.yaml
tests/unittests/net/artifacts/no_matching_mac/etc/NetworkManager/system-connections/cloud-init-encc000.2653.nmconnection
tests/unittests/net/artifacts/no_matching_mac/etc/NetworkManager/system-connections/cloud-init-encc000.nmconnection
tests/unittests/net/artifacts/no_matching_mac/etc/NetworkManager/system-connections/cloud-init-zz-all-en.nmconnection
tests/unittests/net/artifacts/no_matching_mac/etc/NetworkManager/system-connections/cloud-init-zz-all-eth.nmconnection
tests/unittests/net/netops/test_iproute2.py
tests/unittests/reporting/test_reporting.py
tests/unittests/reporting/test_reporting_hyperv.py
tests/unittests/reporting/test_webhook_handler.py
tests/unittests/runs/__init__.py
tests/unittests/runs/test_merge_run.py
tests/unittests/runs/test_simple_run.py
tests/unittests/sources/__init__.py
tests/unittests/sources/conftest.py
tests/unittests/sources/test___init__.py
tests/unittests/sources/test_akamai.py
tests/unittests/sources/test_aliyun.py
tests/unittests/sources/test_altcloud.py
tests/unittests/sources/test_azure.py
tests/unittests/sources/test_azure_helper.py
tests/unittests/sources/test_bigstep.py
tests/unittests/sources/test_cloudcix.py
tests/unittests/sources/test_cloudsigma.py
tests/unittests/sources/test_cloudstack.py
tests/unittests/sources/test_common.py
tests/unittests/sources/test_configdrive.py
tests/unittests/sources/test_digitalocean.py
tests/unittests/sources/test_ec2.py
tests/unittests/sources/test_exoscale.py
tests/unittests/sources/test_gce.py
tests/unittests/sources/test_hetzner.py
tests/unittests/sources/test_ibmcloud.py
tests/unittests/sources/test_init.py
tests/unittests/sources/test_lxd.py
tests/unittests/sources/test_maas.py
tests/unittests/sources/test_nocloud.py
tests/unittests/sources/test_nwcs.py
tests/unittests/sources/test_opennebula.py
tests/unittests/sources/test_openstack.py
tests/unittests/sources/test_oracle.py
tests/unittests/sources/test_ovf.py
tests/unittests/sources/test_rbx.py
tests/unittests/sources/test_scaleway.py
tests/unittests/sources/test_smartos.py
tests/unittests/sources/test_upcloud.py
tests/unittests/sources/test_vmware.py
tests/unittests/sources/test_vultr.py
tests/unittests/sources/test_wsl.py
tests/unittests/sources/azure/__init__.py
tests/unittests/sources/azure/test_errors.py
tests/unittests/sources/azure/test_identity.py
tests/unittests/sources/azure/test_imds.py
tests/unittests/sources/azure/test_kvp.py
tests/unittests/sources/helpers/__init__.py
tests/unittests/sources/helpers/test_akamai.py
tests/unittests/sources/helpers/test_ec2.py
tests/unittests/sources/helpers/test_netlink.py
tests/unittests/sources/helpers/test_openstack.py
tests/unittests/sources/vmware/__init__.py
tests/unittests/sources/vmware/test_custom_script.py
tests/unittests/sources/vmware/test_guestcust_util.py
tests/unittests/sources/vmware/test_vmware_config_file.py
tools/.github-cla-signers
tools/.lp-to-git-user
tools/21-cloudinit.conf
tools/Z99-cloud-locale-test.sh
tools/Z99-cloudinit-warnings.sh
tools/benchmark.sh
tools/build-on-freebsd
tools/build-on-netbsd
tools/build-on-openbsd
tools/ccfg-merge-debug
tools/check-cla-signers
tools/check_json_format.sh
tools/cloud-init-hotplugd
tools/cloud-init-per
tools/cloudconfig-schema
tools/ds-identify
tools/format_yaml_doc
tools/hook-hotplug
tools/make-tarball
tools/migrate-lp-user-to-github
tools/mock-meta.py
tools/motd-hook
tools/netplan_schema_check.py
tools/pipremove
tools/read-dependencies
tools/read-version
tools/render-template
tools/run-container
tools/run-lint
tools/test_tools.py
tools/tox-venv
tools/uncloud-init
tools/validate-yaml.py
tools/write-ssh-key-fingerprints
tools/xkvm
udev/66-azure-ephemeral.rules