Cobbler

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

Github星跟踪图

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

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

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

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

概览

名称与所有者cobbler/cobbler
主编程语言Python
编程语言Python (语言数: 5)
平台Linux
许可证GNU General Public License v2.0
发布数121
最新版本名称v3.3.4 (发布于 2024-02-26 21:32:13)
第一版名称v0.4.0 (发布于 2007-04-03 11:21:26)
创建于2011-11-08 15:01:00
推送于2024-04-26 21:40:26
最后一次提交2022-03-11 09:59:35
星数2.5k
关注者数137
派生数648
提交数9.5k
已启用问题?
问题数1534
打开的问题数285
拉请求数1776
打开的拉请求数11
关闭的拉请求数228
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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

去到顶部