From ac2948059e8321a898bdf344ee670698b5bd6841 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Sun, 7 Nov 2021 16:43:06 +0000 Subject: [PATCH] Add contributing page and some updates The commit adds contributing page for easier orientation in our projects. Change-Id: Ida438dd72ffd004e858f21065f8c65fde4d7a23a --- CONTRIBUTING.rst | 34 +++++++++++++++++++ README.rst | 17 +++++----- doc/source/README.rst | 65 ------------------------------------- doc/source/contributing.rst | 5 +++ doc/source/index.rst | 5 ++- doc/source/overview.rst | 6 ++++ 6 files changed, 55 insertions(+), 77 deletions(-) create mode 100644 CONTRIBUTING.rst delete mode 100644 doc/source/README.rst create mode 100644 doc/source/contributing.rst create mode 100644 doc/source/overview.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 00000000..6f0996ca --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,34 @@ +The source repository for this project can be found at: + + https://opendev.org/openinfra/refstack + +To start contributing to OpenStack, follow the steps in the contribution guide +to set up and use Gerrit: + + https://docs.openstack.org/contributors/code-and-documentation/quick-start.html + +Documentation of the project can be found at: + + https://docs.opendev.org/openinfra/refstack/latest/ + +Bugs should be filed on Storyboard: + + https://storyboard.openstack.org/#!/project/openinfra/refstack + +Patches against this project can be found at: + + https://review.opendev.org/q/project:openinfra/refstack + +To communicate with us you may use one of the following means: + +**Mailing List:** +Get in touch with us via `email `_ +for the meeting information. diff --git a/README.rst b/README.rst index 83fc9dfa..259b2afa 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,6 @@ What is RefStack? Community Test results for OpenStack. - User interface to display individual test run results. -Overview -######## - RefStack intends on being THE source of tools for interoperability testing of OpenStack clouds. @@ -21,6 +18,9 @@ refstack-client, that helps to verify interoperability of their cloud with other OpenStack clouds. It does so by validating any cloud implementation against the OpenStack Tempest API tests. +Refstack's Use Case +################## + **RefStack and Interop Working Group** - The prototypical use case for RefStack provides the Interop Working Group - formerly known as DefCore committee - the tools for vendors and other users to run API tests against their clouds to @@ -46,6 +46,8 @@ into the distro or cloud. * documentation: https://docs.opendev.org/openinfra/refstack/latest/ * repository: https://opendev.org/openinfra/refstack * reviews: https://review.opendev.org/#/q/status:open+project:openinfra/refstack + * bugs: https://storyboard.openstack.org/#!/project/openinfra/refstack-client + * Web-site: https://refstack.openstack.org * **refstack-client** refstack-client contains the tools you will need to run the @@ -54,12 +56,9 @@ into the distro or cloud. * documentation: https://docs.opendev.org/openinfra/refstack-client/latest/ * repository: https://opendev.org/openinfra/refstack-client * reviews: https://review.opendev.org/#/q/status:open+project:openinfra/refstack-client + * bugs: https://storyboard.openstack.org/#!/project/openinfra/refstack -Get involved! +Get Involved! ############# -* Mailing List: openstack-discuss@lists.openstack.org -* IRC: #refstack on OFTC -* Wiki: https://wiki.openstack.org/wiki/Governance/InteropWG -* Meetings: See the wiki page for meeting info -* Web-site: https://refstack.openstack.org +.. include:: CONTRIBUTING.rst diff --git a/doc/source/README.rst b/doc/source/README.rst deleted file mode 100644 index 83fc9dfa..00000000 --- a/doc/source/README.rst +++ /dev/null @@ -1,65 +0,0 @@ -======== -RefStack -======== - -What is RefStack? -################# - -- Toolset for testing interoperability between OpenStack clouds. -- Database backed website supporting collection and publication of - Community Test results for OpenStack. -- User interface to display individual test run results. - -Overview -######## - -RefStack intends on being THE source of tools for interoperability testing -of OpenStack clouds. - -RefStack provides users in the OpenStack community with a Tempest wrapper, -refstack-client, that helps to verify interoperability of their cloud -with other OpenStack clouds. It does so by validating any cloud -implementation against the OpenStack Tempest API tests. - -**RefStack and Interop Working Group** - The prototypical use case for RefStack -provides the Interop Working Group - formerly known as DefCore committee - the -tools for vendors and other users to run API tests against their clouds to -provide the WG with a reliable overview of what APIs and capabilities are -being used in the marketplace. This will help to guide the Interop -Working Group defined capabilities and help ensure interoperability across -the entire OpenStack ecosystem. It can also be used to validate clouds -against existing capability lists, giving you assurance that your cloud -faithfully implements OpenStack standards. - -**Value add for openstack distro or solution vendors** - Vendors can use -RefStack to demonstrate that their distros, and/or their customers' installed -clouds remain OpenStack compliant after their software has been incorporated -into the distro or cloud. - -**RefStack consists of two parts:** - -* **refstack-api** - Our API isn't just for us to collect data from private and public cloud - vendors. It can be used by vendors in house to compare interoperability - data over time. - - * documentation: https://docs.opendev.org/openinfra/refstack/latest/ - * repository: https://opendev.org/openinfra/refstack - * reviews: https://review.opendev.org/#/q/status:open+project:openinfra/refstack - -* **refstack-client** - refstack-client contains the tools you will need to run the - Interop Working Group tests. - - * documentation: https://docs.opendev.org/openinfra/refstack-client/latest/ - * repository: https://opendev.org/openinfra/refstack-client - * reviews: https://review.opendev.org/#/q/status:open+project:openinfra/refstack-client - -Get involved! -############# - -* Mailing List: openstack-discuss@lists.openstack.org -* IRC: #refstack on OFTC -* Wiki: https://wiki.openstack.org/wiki/Governance/InteropWG -* Meetings: See the wiki page for meeting info -* Web-site: https://refstack.openstack.org diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst new file mode 100644 index 00000000..1f5ca23c --- /dev/null +++ b/doc/source/contributing.rst @@ -0,0 +1,5 @@ +============ +Contributing +============ + +.. include:: ../../CONTRIBUTING.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index c043a5e9..d4d30987 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,14 +7,13 @@ Welcome to RefStack's documentation! ==================================== -.. include:: README.rst - - Content: -------- .. toctree:: :maxdepth: 2 + overview + contributing refstack run_in_docker/index vendor_product_management/index diff --git a/doc/source/overview.rst b/doc/source/overview.rst new file mode 100644 index 00000000..a30775af --- /dev/null +++ b/doc/source/overview.rst @@ -0,0 +1,6 @@ +======== +Overview +======== + +.. include:: ../../README.rst +