Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openstack/openstack
Repository tracking all OpenStack repositories as submodules. Mirror of code maintained at opendev.org.
https://github.com/openstack/openstack
Last synced: 3 days ago
JSON representation
Repository tracking all OpenStack repositories as submodules. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/openstack
- Owner: openstack
- License: apache-2.0
- Created: 2013-10-24T17:38:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:29:12.000Z (about 1 month ago)
- Last Synced: 2024-10-29T11:48:42.150Z (about 1 month ago)
- Language: Python
- Homepage: https://opendev.org/openstack/openstack
- Size: 144 MB
- Stars: 5,372
- Watchers: 574
- Forks: 1,598
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-python-applications - Repo - based dashboard. `(server, corp)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev.ops" href="#tag-dev.ops">Ops</a>)
- awesome-repositories - openstack/openstack - Repository tracking all OpenStack repositories as submodules. Mirror of code maintained at opendev.org. (Python)
- awesome-python-applications - Repo - based dashboard. `(server, corp)` (<a id="tag-dev" href="#tag-dev">Dev</a> / <a id="tag-dev.ops" href="#tag-dev.ops">Ops</a>)
- jimsghstars - openstack/openstack - Repository tracking all OpenStack repositories as submodules. Mirror of code maintained at opendev.org. (Python)
README
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/openstackYou can learn more about the various components in OpenStack at:
https://openstack.org/softwareTo 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.