Cobbler

Cobbler是一个多功能的Linux部署服务器。(Cobbler is a versatile Linux deployment server.)

Github stars Tracking Chart

Cobbler是一个Linux安装服务器,可以快速设置网络安装环境。 它将许多相关的Linux任务粘合在一起并自动执行,这样在推出新系统时, 您就不必在许多不同的命令和应用程序之间跳来跳去。在某些情况下, 还可以更改现有系统。它可以帮助安装,DNS、DHCP、软件包更新、电源管理、配置管理编排等等。

更多信息,请访问https://cobbler.github.io

要查看联机帮助页,请安装RPM并运行“man cobbler”或从源检出中运行“perldoc cobbler.pod”。

要构建RPM,请运行“make rpms”。 开发人员尝试“make webtest”来执行保留配置的本地“make install”。

Overview

Name With Ownercobbler/cobbler
Primary LanguagePython
Program languagePython (Language Count: 5)
PlatformLinux
License:GNU General Public License v2.0
Release Count121
Last Release Namev3.3.4 (Posted on 2024-02-26 21:32:13)
First Release Namev0.4.0 (Posted on 2007-04-03 11:21:26)
Created At2011-11-08 15:01:00
Pushed At2024-04-26 21:40:26
Last Commit At2022-03-11 09:59:35
Stargazers Count2.5k
Watchers Count136
Fork Count648
Commits Count9.5k
Has Issues Enabled
Issues Count1529
Issue Open Count280
Pull Requests Count1776
Pull Requests Open Count11
Pull Requests Close Count228
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Build Status
Documentation Status
Gitter chat
Codacy Badge
codecov

Cobbler

Cobbler is a Linux installation server that allows for rapid setup of network installation environments. It glues
together and automates many associated Linux tasks so you do not have to hop between lots of various commands and
applications when rolling out new systems, and, in some cases, changing existing ones. It can help with installation,
DNS, DHCP, package updates, power management, configuration management orchestration, and much more.

Read more at https://cobbler.github.io

To view the manpages, install the RPM and run man cobbler or run perldoc cobbler.pod from a source checkout.

To build the RPM, run make rpms. Developers, try make webtest to do a local make install that preserves your
configuration.

If you want to contribute you may find more information under CONTRIBUTING.md.

The documentation can be found at Readthedocs

To the top