workload-ref-archs Style Commandments ===================================== - Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ - Read the `OpenStack Documentation Contributor Guide`_, especially the `Writing style`_, `RST conventions`_ and `Diagram guidelines`_ .. _OpenStack Documentation Contributor Guide: https://docs.openstack.org/contributor-guide .. _Writing style: https://docs.openstack.org/contributor-guide/writing-style.html .. _RST conventions: https://docs.openstack.org/contributor-guide/rst-conv.html .. _Diagram guidelines: https://docs.openstack.org/contributor-guide/diagram-guidelines.html Proposing a new Workload Reference Architecture ----------------------------------------------- - Anyone can propose new Workload Reference Architecture - Anyone can propose to enhance or modify existing Workload Reference Architecture - All proposal will be reviewed by the core team members of Enterprise WG Submission Process ------------------ #. Follow the instructions at `First timers `_ to configure a local environment. #. Clone the repository:: git clone https://github.com/openstack/workload-ref-archs.git #. Create a branch for the new workload :: git checkout -b #. Create the following directory structures under `doc/source `_ for the new workload:: /.rst /figures /sample/heat /sample/murano .. list-table:: :widths: 15 25 * - .rst - Provides a full description of the workload. Please follow the structure in `workload-template.rst `_ * - figures - Include all images in this folder * - sample/heat - Include sample code for heat (if any) * - sample/murano - Include sample code for murano (if any) #. Commit the changes:: git commit -a -m "new workload " #. Submit the changes for review, use the "new-workload" topic for new workload:: git review -t new-workload #. The core reviewers of the Workload Reference Architectures team will review the submision.