OpenStack

该存储库跟踪所有 OpenStack 存储库作为子模块。代码的镜像维护在 opendev.org。OpenStack 是一个可互操作的组件的集合,可以被部署以提供计算、网络和存储资源。然后,这些基础设施资源可以被终端用户通过可编程的 API 访问。「Repository tracking all OpenStack repositories as submodules. Mirror of code maintained at opendev.org. OpenStack is a collection of interoperable components that can be deployed to provide computing, networking and storage resources. Those infrastructure resources can then be accessed by end users through programmable APIs.」

Github星跟踪图

OpenStack

OpenStack 是一个可互操作的组件的集合,可以被部署以提供计算、网络和存储资源。然后,这些基础设施资源可以被终端用户通过可编程的 API 访问。

这个存储库只是代表 OpenStack 作为 git 子模块的集合。你可以在以下网站找到各个组件的存储库:https://opendev.org/openstack

你可以在以下网站了解更多关于OpenStack的各种组件:https://openstack.org/software

要了解更多关于如何为OpenStack做出贡献,请前往我们的贡献者门户网站:https://www.openstack.org/community/

要了解更多关于OpenStack的管理方式,可以访问:https://governance.openstack.org/

为什么是这个资源库?

我们的持续集成系统 Zuul 在一个有效的单一时间轴上管理所有包含的项目。这意味着 OpenStack,在所有的项目中,确实已经有一连串已经明确测试过的组合,但从某个项目的单一提交到与之测试过的提交,这是非难事。

Gerrit 的子模块跟踪功能将在每次更新子项目时更新超级项目,因此 zuul 创建的特定序列将被超级项目的提交所捕获。

这个 repo 是以只读方式使用的。如果这种事情对你来说很重要的话,这个 repo 中的任何提交都会得到其他 repos 中已经明确地相互测试过的提交的集合。



概览

名称与所有者cobbler/cobbler
主编程语言Python
编程语言Python (语言数: 5)
平台Linux, Kubernetes
许可证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
关注者数136
派生数648
提交数9.5k
已启用问题?
问题数1529
打开的问题数280
拉请求数1776
打开的拉请求数11
关闭的拉请求数228
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

OpenStack

OpenStack is a collection of interoperable components that can be
deployed to provide computing, networking and storage resources. Those
infrastructure resources can then be accessed by end users through
programmable APIs.

This repository just represents OpenStack as a collection of git
submodules. You can find the repositories for individual components at:
https://opendev.org/openstack

You can learn more about the various components in OpenStack at:
https://openstack.org/software

To learn more about how to contribute to OpenStack, please head to our
Contributor portal: https://www.openstack.org/community/

To learn more about how OpenStack is governed, you can visit:
https://governance.openstack.org/

Why this repository ?

Our continuous integration system, Zuul, gates all of the contained
projects in an effective single timeline. This means that OpenStack,
across all of the projects, does already have a sequence of combinations
that have been explicitly tested, but it's non-trivial to go from a
single commit of a particular project to the commits that were tested
with it.

Gerrit's submodule tracking feature will update a super project every
time a subproject is updated, so the specific sequence created by zuul
will be captured by the super project commits.

This repo is intended to be used in a read-only manner. Any commit in
this repo will get a collection of commits in the other repos that have
explicitly been tested with each other, if that sort of thing is
important to you.

去到顶部