https://github.com/openstack/charm-specs
Juju Charms for OpenStack - Specifications. Mirror of code maintained at opendev.org.
https://github.com/openstack/charm-specs
Last synced: about 1 year ago
JSON representation
Juju Charms for OpenStack - Specifications. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/charm-specs
- Owner: openstack
- License: other
- Created: 2016-06-16T15:39:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T09:03:21.000Z (about 2 years ago)
- Last Synced: 2024-05-09T18:49:07.957Z (about 2 years ago)
- Language: Python
- Homepage: https://opendev.org/openstack/charm-specs
- Size: 410 KB
- Stars: 12
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========================
Team and repository tags
========================
.. image:: https://governance.openstack.org/tc/badges/charm-specs.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
=======
README
=======
OpenStack Charm Specifications
==============================
This git repository is used to hold approved design specifications for additions
to the Charm project. Reviews of the specs are done in gerrit, using a similar
workflow to how we review and merge changes to the code itself. For specific
policies around specification review, refer to the end of this document.
The layout of this repository is::
specs//
Where there are two sub-directories:
specs//approved: specifications approved but not yet implemented
specs//implemented: implemented specifications
Example specifications
----------------------
You can find an example spec in ``specs/template.rst``.