AUTHORS.in
COPYING
MANIFEST.in
Makefile
README.md
cobbler.spec
distro_build_configs.sh
setup.py
autoinstall_scripts/preseed_early_default
autoinstall_scripts/preseed_late_default
autoinstall_scripts/preseed_nochroot_late_default
autoinstall_snippets/autoinstall_done
autoinstall_snippets/autoinstall_start
autoinstall_snippets/cobbler_register
autoinstall_snippets/download_config_files
autoinstall_snippets/download_config_files_deb
autoinstall_snippets/keep_cfengine_keys
autoinstall_snippets/keep_files
autoinstall_snippets/keep_rhn_keys
autoinstall_snippets/keep_rudder_keys
autoinstall_snippets/keep_rudder_uuid
autoinstall_snippets/keep_ssh_host_keys
autoinstall_snippets/koan_environment
autoinstall_snippets/late_apt_repo_config
autoinstall_snippets/log_ks_post
autoinstall_snippets/log_ks_post_nochroot
autoinstall_snippets/log_ks_pre
autoinstall_snippets/main_partition_select
autoinstall_snippets/network_config
autoinstall_snippets/network_config_esx
autoinstall_snippets/network_config_esxi
autoinstall_snippets/partition_select
autoinstall_snippets/post_anamon
autoinstall_snippets/post_install_kernel_options
autoinstall_snippets/post_install_network_config
autoinstall_snippets/post_install_network_config_deb
autoinstall_snippets/post_koan_add_reinstall_entry
autoinstall_snippets/post_run_deb
autoinstall_snippets/pre_anamon
autoinstall_snippets/pre_install_network_config
autoinstall_snippets/pre_partition_select
autoinstall_snippets/preseed_apt_repo_config
autoinstall_snippets/puppet_install_if_enabled
autoinstall_snippets/puppet_register_if_enabled
autoinstall_snippets/redhat_register
autoinstall_snippets/restore_boot_device
autoinstall_snippets/save_boot_device
autoinstall_snippets/SuSE/addons.xml
autoinstall_snippets/SuSE/hosts.xml
autoinstall_snippets/SuSE/kdump.xml
autoinstall_snippets/SuSE/networking.xml
autoinstall_snippets/SuSE/proxy.xml
autoinstall_snippets/SuSE/suse_scriptwrapper.xml
autoinstall_snippets/Windows/wait_network_online
autoinstall_templates/default.ks
autoinstall_templates/esxi4-ks.cfg
autoinstall_templates/esxi5-ks.cfg
autoinstall_templates/legacy.ks
autoinstall_templates/powerkvm.ks
autoinstall_templates/pxerescue.ks
autoinstall_templates/sample.ks
autoinstall_templates/sample.seed
autoinstall_templates/sample_autoyast.xml
autoinstall_templates/sample_esxi4.ks
autoinstall_templates/sample_esxi5.ks
autoinstall_templates/sample_esxi6.ks
autoinstall_templates/sample_esxi7.ks
autoinstall_templates/sample_legacy.ks
autoinstall_templates/sample_old.seed
autoinstall_templates/win.ks
bin/cobbler
bin/cobbler-ext-nodes
bin/cobbler-settings
bin/cobblerd
cobbler/__init__.py
cobbler/api.py
cobbler/autoinstall_manager.py
cobbler/autoinstallgen.py
cobbler/cexceptions.py
cobbler/cli.py
cobbler/cobblerd.py
cobbler/configgen.py
cobbler/decorator.py
cobbler/download_manager.py
cobbler/enums.py
cobbler/grub.py
cobbler/manager.py
cobbler/module_loader.py
cobbler/power_manager.py
cobbler/remote.py
cobbler/serializer.py
cobbler/services.py
cobbler/templar.py
cobbler/template_api.py
cobbler/tftpgen.py
cobbler/utils.py
cobbler/validate.py
cobbler/yumgen.py
cobbler.egg-info/PKG-INFO
cobbler.egg-info/SOURCES.txt
cobbler.egg-info/dependency_links.txt
cobbler.egg-info/requires.txt
cobbler.egg-info/top_level.txt
cobbler/actions/__init__.py
cobbler/actions/acl.py
cobbler/actions/check.py
cobbler/actions/hardlink.py
cobbler/actions/log.py
cobbler/actions/mkloaders.py
cobbler/actions/replicate.py
cobbler/actions/report.py
cobbler/actions/reposync.py
cobbler/actions/status.py
cobbler/actions/sync.py
cobbler/actions/buildiso/__init__.py
cobbler/actions/buildiso/netboot.py
cobbler/actions/buildiso/standalone.py
cobbler/cobbler_collections/__init__.py
cobbler/cobbler_collections/collection.py
cobbler/cobbler_collections/distros.py
cobbler/cobbler_collections/files.py
cobbler/cobbler_collections/images.py
cobbler/cobbler_collections/manager.py
cobbler/cobbler_collections/menus.py
cobbler/cobbler_collections/mgmtclasses.py
cobbler/cobbler_collections/packages.py
cobbler/cobbler_collections/profiles.py
cobbler/cobbler_collections/repos.py
cobbler/cobbler_collections/systems.py
cobbler/items/__init__.py
cobbler/items/distro.py
cobbler/items/file.py
cobbler/items/image.py
cobbler/items/item.py
cobbler/items/menu.py
cobbler/items/mgmtclass.py
cobbler/items/package.py
cobbler/items/profile.py
cobbler/items/repo.py
cobbler/items/resource.py
cobbler/items/system.py
cobbler/modules/__init__.py
cobbler/modules/nsupdate_add_system_post.py
cobbler/modules/nsupdate_delete_system_pre.py
cobbler/modules/scm_track.py
cobbler/modules/sync_post_restart_services.py
cobbler/modules/sync_post_wingen.py
cobbler/modules/authentication/__init__.py
cobbler/modules/authentication/configfile.py
cobbler/modules/authentication/denyall.py
cobbler/modules/authentication/ldap.py
cobbler/modules/authentication/pam.py
cobbler/modules/authentication/passthru.py
cobbler/modules/authentication/spacewalk.py
cobbler/modules/authorization/__init__.py
cobbler/modules/authorization/allowall.py
cobbler/modules/authorization/configfile.py
cobbler/modules/authorization/ownership.py
cobbler/modules/installation/__init__.py
cobbler/modules/installation/post_log.py
cobbler/modules/installation/post_power.py
cobbler/modules/installation/post_puppet.py
cobbler/modules/installation/post_report.py
cobbler/modules/installation/pre_clear_anamon_logs.py
cobbler/modules/installation/pre_log.py
cobbler/modules/installation/pre_puppet.py
cobbler/modules/managers/__init__.py
cobbler/modules/managers/bind.py
cobbler/modules/managers/dnsmasq.py
cobbler/modules/managers/genders.py
cobbler/modules/managers/import_signatures.py
cobbler/modules/managers/in_tftpd.py
cobbler/modules/managers/isc.py
cobbler/modules/managers/ndjbdns.py
cobbler/modules/serializers/__init__.py
cobbler/modules/serializers/file.py
cobbler/modules/serializers/mongodb.py
cobbler/settings/__init__.py
cobbler/settings/migrations/V2_8_5.py
cobbler/settings/migrations/V3_0_0.py
cobbler/settings/migrations/V3_0_1.py
cobbler/settings/migrations/V3_1_0.py
cobbler/settings/migrations/V3_1_1.py
cobbler/settings/migrations/V3_1_2.py
cobbler/settings/migrations/V3_2_0.py
cobbler/settings/migrations/V3_2_1.py
cobbler/settings/migrations/V3_3_0.py
cobbler/settings/migrations/V3_3_1.py
cobbler/settings/migrations/V3_3_2.py
cobbler/settings/migrations/V3_3_3.py
cobbler/settings/migrations/V3_3_4.py
cobbler/settings/migrations/V3_3_5.py
cobbler/settings/migrations/V3_3_6.py
cobbler/settings/migrations/V3_3_7.py
cobbler/settings/migrations/__init__.py
cobbler/settings/migrations/helper.py
config/version
config/apache/cobbler.conf
config/bash/completion/cobbler
config/cheetah/cheetah_macros
config/cobbler/auth.conf
config/cobbler/distro_signatures.json
config/cobbler/logging_config.conf
config/cobbler/modules.conf
config/cobbler/mongodb.conf
config/cobbler/settings.yaml
config/cobbler/users.conf
config/cobbler/users.digest
config/cobbler/settings.d/bind_manage_ipmi.settings
config/cobbler/settings.d/manage_genders.settings
config/cobbler/settings.d/nsupdate.settings
config/cobbler/settings.d/windows.settings
config/grub/grub.cfg
config/grub/grub/grub.cfg
config/grub/grub/local_efi.cfg
config/grub/grub/local_legacy.cfg
config/grub/grub/local_powerpc-ieee1275.cfg
config/rotate/cobblerd_rotate
config/rsync/import_rsync_whitelist
config/rsync/rsync.exclude
config/service/cobblerd.service
docker/debs/build-and-install-debs.sh
docker/debs/install-debs.sh
docker/debs/Debian_10/Debian10.dockerfile
docker/debs/Debian_10/supervisord/supervisord.conf
docker/debs/Debian_10/supervisord/conf.d/apache2.conf
docker/debs/Debian_10/supervisord/conf.d/cobblerd.conf
docker/debs/Debian_10/supervisord/conf.d/dhcpd.conf
docker/debs/Debian_10/supervisord/conf.d/slapd.conf
docker/debs/Debian_10/supervisord/conf.d/tftpd.conf
docker/debs/Debian_11/Debian11.dockerfile
docker/debs/Debian_11/supervisord/supervisord.conf
docker/debs/Debian_11/supervisord/conf.d/apache2.conf
docker/debs/Debian_11/supervisord/conf.d/cobblerd.conf
docker/debs/Debian_11/supervisord/conf.d/dhcpd.conf
docker/debs/Debian_11/supervisord/conf.d/slapd.conf
docker/debs/Debian_11/supervisord/conf.d/tftpd.conf
docker/develop/develop.dockerfile
docker/develop/openldap/slapd.conf
docker/develop/openldap/test.ldif
docker/develop/pam/login
docker/develop/scripts/clean-cobbler.sh
docker/develop/scripts/setup-mongodb.sh
docker/develop/scripts/setup-openldap.sh
docker/develop/scripts/setup-supervisor.sh
docker/develop/supervisord/supervisord.conf
docker/develop/supervisord/conf.d/cobblerd.conf
docker/develop/supervisord/conf.d/dhcpd.conf
docker/develop/supervisord/conf.d/httpd.conf
docker/develop/supervisord/conf.d/mongodb.conf
docker/develop/supervisord/conf.d/named.conf
docker/develop/supervisord/conf.d/slapd.conf
docker/develop/supervisord/conf.d/tftpd.conf
docker/rpms/build-and-install-rpms.sh
docker/rpms/install-rpms.sh
docker/rpms/Fedora_34/Fedora34.dockerfile
docker/rpms/Fedora_34/supervisord/supervisord.conf
docker/rpms/Fedora_34/supervisord/conf.d/cobblerd.conf
docker/rpms/Fedora_34/supervisord/conf.d/dhcpd.conf
docker/rpms/Fedora_34/supervisord/conf.d/httpd.conf
docker/rpms/Fedora_34/supervisord/conf.d/slapd.conf
docker/rpms/Fedora_34/supervisord/conf.d/tftpd.conf
docker/rpms/Rocky_Linux_8/Rocky_Linux_8.dockerfile
docker/rpms/opensuse_leap/openSUSE_Leap15.dockerfile
docker/rpms/opensuse_leap/supervisord/supervisord.conf
docker/rpms/opensuse_leap/supervisord/conf.d/cobblerd.conf
docker/rpms/opensuse_leap/supervisord/conf.d/dhcpd.conf
docker/rpms/opensuse_leap/supervisord/conf.d/httpd.conf
docker/rpms/opensuse_leap/supervisord/conf.d/slapd.conf
docker/rpms/opensuse_leap/supervisord/conf.d/tftpd.conf
docker/rpms/opensuse_tumbleweed/openSUSE_TW.dockerfile
docker/rpms/opensuse_tumbleweed/supervisord/supervisord.conf
docker/rpms/opensuse_tumbleweed/supervisord/conf.d/cobblerd.conf
docker/rpms/opensuse_tumbleweed/supervisord/conf.d/dhcpd.conf
docker/rpms/opensuse_tumbleweed/supervisord/conf.d/httpd.conf
docker/rpms/opensuse_tumbleweed/supervisord/conf.d/slapd.conf
docker/rpms/opensuse_tumbleweed/supervisord/conf.d/tftpd.conf
docs/Makefile
docs/cobbler-conf.rst
docs/cobbler.rst
docs/cobblerd.rst
docs/conf.py
docs/developer-guide.rst
docs/index.rst
docs/installation-guide.rst
docs/limitations.rst
docs/quickstart-guide.rst
docs/release-notes.rst
docs/requirements.rtd.txt
docs/scripts.rst
docs/user-guide.rst
docs/_static/extend_width.css
docs/code-autodoc/cobbler.actions.rst
docs/code-autodoc/cobbler.cobbler_collections.rst
docs/code-autodoc/cobbler.items.rst
docs/code-autodoc/cobbler.modules.authentication.rst
docs/code-autodoc/cobbler.modules.authorization.rst
docs/code-autodoc/cobbler.modules.installation.rst
docs/code-autodoc/cobbler.modules.managers.rst
docs/code-autodoc/cobbler.modules.rst
docs/code-autodoc/cobbler.modules.serializers.rst
docs/code-autodoc/cobbler.rst
docs/code-autodoc/cobbler.settings.migrations.rst
docs/code-autodoc/cobbler.settings.rst
docs/user-guide/building-isos.rst
docs/user-guide/configuration-management-integrations.rst
docs/user-guide/dhcp-management.rst
docs/user-guide/dns-management.rst
docs/user-guide/extending-cobbler.rst
docs/user-guide/grub.rst
docs/user-guide/http-api.rst
docs/user-guide/internal-database.rst
docs/user-guide/repository-management.rst
docs/user-guide/terraform-provider.rst
docs/user-guide/tftp.rst
docs/user-guide/wingen.rst
misc/anamon
misc/anamon.init
scripts/migrate-data-v2-to-v3.py
scripts/settings-migration-v1-to-v2.sh
svc/services.py
templates/boot_loader_conf/bootcfg.template
templates/boot_loader_conf/grub.template
templates/boot_loader_conf/grub_menu.template
templates/boot_loader_conf/grub_submenu.template
templates/boot_loader_conf/ipxe.template
templates/boot_loader_conf/ipxe_menu.template
templates/boot_loader_conf/ipxe_submenu.template
templates/boot_loader_conf/pxe.template
templates/boot_loader_conf/pxe_menu.template
templates/boot_loader_conf/pxe_submenu.template
templates/etc/dhcp.template
templates/etc/dhcp6.template
templates/etc/dnsmasq.template
templates/etc/genders.template
templates/etc/named.template
templates/etc/ndjbdns.template
templates/etc/rsync.template
templates/etc/secondary.template
templates/etc/zone.template
templates/iso/buildiso.template
templates/iso/grub_menuentry.template
templates/iso/isolinux_menuentry.template
templates/reporting/build_report_email.template
templates/windows/answerfile.template
templates/windows/post_inst_cmd.template
templates/windows/startnet.template
templates/zone_templates/foo.example.com
tests/__init__.py
tests/autoinstallation_manager_test.py
tests/configgen_test.py
tests/conftest.py
tests/enums_test.py
tests/grub_test.py
tests/module_loader_test.py
tests/serializer_test.py
tests/templar_test.py
tests/template_api_test.py
tests/tftpgen_test.py
tests/utils_test.py
tests/validate_test.py
tests/actions/__init__.py
tests/actions/mkloaders_test.py
tests/actions/reposync_test.py
tests/actions/sync_test.py
tests/actions/buildiso/__init__.py
tests/actions/buildiso/append_line_test.py
tests/actions/buildiso/buildiso_test.py
tests/actions/buildiso/conftest.py
tests/api/__init__.py
tests/api/find_test.py
tests/api/miscellaneous_test.py
tests/api/sync_test.py
tests/cli/__init__.py
tests/cli/cli_unit_test.py
tests/cli/cobbler_cli_direct_test.py
tests/cli/cobbler_cli_object_test.py
tests/cli/conftest.py
tests/collections/__init__.py
tests/collections/conftest.py
tests/collections/distro_collection_test.py
tests/collections/system_collection_test.py
tests/items/__init__.py
tests/items/cache_test.py
tests/items/distro_test.py
tests/items/file_test.py
tests/items/image_test.py
tests/items/inmemory_test.py
tests/items/item_test.py
tests/items/menu_test.py
tests/items/mgmtclass_test.py
tests/items/network_interface_test.py
tests/items/package_test.py
tests/items/profile_test.py
tests/items/repo_test.py
tests/items/resource_test.py
tests/items/system_test.py
tests/modules/__init__.py
tests/modules/nsupdate_add_system_post_test.py
tests/modules/nsupdate_delete_system_pre_test.py
tests/modules/scm_track_test.py
tests/modules/sync_post_restart_services_test.py
tests/modules/sync_post_wingen_test.py
tests/modules/authentication/__init__.py
tests/modules/authentication/configfile_test.py
tests/modules/authentication/ldap_test.py
tests/modules/authentication/pam_test.py
tests/modules/authentication/passthrough_test.py
tests/modules/authorization/__init__.py
tests/modules/authorization/allowall_test.py
tests/modules/authorization/configfile_test.py
tests/modules/authorization/ownership_test.py
tests/modules/installation/__init__.py
tests/modules/installation/post_log_test.py
tests/modules/installation/post_power_test.py
tests/modules/installation/post_puppet_test.py
tests/modules/installation/post_report_test.py
tests/modules/installation/pre_clear_anamon_logs_test.py
tests/modules/installation/pre_log_test.py
tests/modules/installation/pre_puppet_test.py
tests/modules/managers/__init__.py
tests/modules/managers/bind_test.py
tests/modules/managers/dnsmasq_test.py
tests/modules/managers/genders_test.py
tests/modules/managers/import_signatures_test.py
tests/modules/managers/in_tftpd_test.py
tests/modules/managers/isc_test.py
tests/modules/managers/ndjbdns_test.py
tests/modules/serializer/__init__.py
tests/modules/serializer/file_test.py
tests/modules/serializer/mongodb_test.py
tests/performance/__init__.py
tests/performance/deserialize_test.py
tests/performance/get_autoinstall_test.py
tests/performance/item_add_test.py
tests/performance/item_copy_test.py
tests/performance/item_edit_test.py
tests/performance/item_remove_test.py
tests/performance/item_rename_test.py
tests/performance/make_pxe_menu_test.py
tests/performance/start_test.py
tests/performance/sync_test.py
tests/settings/__init__.py
tests/settings/settings_test.py
tests/settings/migrations/__init__.py
tests/settings/migrations/helper_test.py
tests/settings/migrations/migrations_test.py
tests/settings/migrations/normalize_test.py
tests/special_cases/__init__.py
tests/special_cases/security_test.py
tests/test_data/dummy_initramfs
tests/test_data/named.conf
tests/test_data/settings_old
tests/test_data/V2_8_5/settings.yaml
tests/test_data/V3_0_0/settings.yaml
tests/test_data/V3_0_0/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_0_0/settings.d/manage_genders.settings
tests/test_data/V3_0_0/settings.d/nsupdate.settings
tests/test_data/V3_0_1/settings.yaml
tests/test_data/V3_0_1/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_0_1/settings.d/manage_genders.settings
tests/test_data/V3_0_1/settings.d/nsupdate.settings
tests/test_data/V3_1_0/settings.yaml
tests/test_data/V3_1_0/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_1_0/settings.d/manage_genders.settings
tests/test_data/V3_1_0/settings.d/nsupdate.settings
tests/test_data/V3_1_1/settings.yaml
tests/test_data/V3_1_1/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_1_1/settings.d/manage_genders.settings
tests/test_data/V3_1_1/settings.d/nsupdate.settings
tests/test_data/V3_1_2/settings.yaml
tests/test_data/V3_1_2/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_1_2/settings.d/manage_genders.settings
tests/test_data/V3_1_2/settings.d/nsupdate.settings
tests/test_data/V3_2_0/settings.yaml
tests/test_data/V3_2_0/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_2_0/settings.d/manage_genders.settings
tests/test_data/V3_2_0/settings.d/nsupdate.settings
tests/test_data/V3_2_1/settings.yaml
tests/test_data/V3_2_1/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_2_1/settings.d/manage_genders.settings
tests/test_data/V3_2_1/settings.d/nsupdate.settings
tests/test_data/V3_3_0/settings.yaml
tests/test_data/V3_3_0/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_3_0/settings.d/manage_genders.settings
tests/test_data/V3_3_0/settings.d/nsupdate.settings
tests/test_data/V3_3_1/settings.yaml
tests/test_data/V3_3_1/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_3_1/settings.d/manage_genders.settings
tests/test_data/V3_3_1/settings.d/nsupdate.settings
tests/test_data/V3_3_1/settings.d/windows.settings
tests/test_data/V3_3_2/settings.yaml
tests/test_data/V3_3_2/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_3_2/settings.d/manage_genders.settings
tests/test_data/V3_3_2/settings.d/nsupdate.settings
tests/test_data/V3_3_2/settings.d/windows.settings
tests/test_data/V3_3_3/settings.yaml
tests/test_data/V3_3_3/settings.d/bind_manage_ipmi.settings
tests/test_data/V3_3_3/settings.d/manage_genders.settings
tests/test_data/V3_3_3/settings.d/nsupdate.settings
tests/test_data/V3_3_3/settings.d/windows.settings
tests/xmlrpcapi/__init__.py
tests/xmlrpcapi/background_test.py
tests/xmlrpcapi/conftest.py
tests/xmlrpcapi/distro_test.py
tests/xmlrpcapi/file_test.py
tests/xmlrpcapi/image_test.py
tests/xmlrpcapi/item_test.py
tests/xmlrpcapi/menu_test.py
tests/xmlrpcapi/mgmt_class_test.py
tests/xmlrpcapi/miscellaneous_test.py
tests/xmlrpcapi/non_object_calls_test.py
tests/xmlrpcapi/package_test.py
tests/xmlrpcapi/profile_test.py
tests/xmlrpcapi/repo_test.py
tests/xmlrpcapi/system_test.py