diff --git a/README.rst b/README.rst index 56a135da..e567fae3 100644 --- a/README.rst +++ b/README.rst @@ -42,16 +42,16 @@ after their software has been incorporated into the distro or cloud. vendors. It can be used by vendors in house to compare interoperability data over time. - * API and UI install docs: https://opendev.org/osf/refstack/src/master/doc/source/refstack.rst - * repository: https://opendev.org/osf/refstack - * reviews: https://review.opendev.org/#/q/status:open+project:osf/refstack + * API and UI install docs: https://opendev.org/openinfra/refstack/src/master/doc/source/refstack.rst + * 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. - * repository: https://opendev.org/osf/refstack-client - * reviews: https://review.opendev.org/#/q/status:open+project:osf/refstack-client + * repository: https://opendev.org/openinfra/refstack-client + * reviews: https://review.opendev.org/#/q/status:open+project:openinfra/refstack-client Get involved! ############# diff --git a/doc/source/README.rst b/doc/source/README.rst deleted file mode 120000 index c768ff7d..00000000 --- a/doc/source/README.rst +++ /dev/null @@ -1 +0,0 @@ -../../README.rst \ No newline at end of file diff --git a/doc/source/README.rst b/doc/source/README.rst new file mode 100644 index 00000000..e567fae3 --- /dev/null +++ b/doc/source/README.rst @@ -0,0 +1,63 @@ +======== +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 vendors** - Vendors can use RefStack to demonstrate that +their distros, and/or their customers' installed clouds remain with OpenStack +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. + + * API and UI install docs: https://opendev.org/openinfra/refstack/src/master/doc/source/refstack.rst + * 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. + + * 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/refstack.rst b/doc/source/refstack.rst index ccabfcb1..dbe382eb 100644 --- a/doc/source/refstack.rst +++ b/doc/source/refstack.rst @@ -57,7 +57,7 @@ Clone the repository ^^^^^^^^^^^^^^^^^^^^ :: - git clone https://opendev.org/osf/refstack + git clone https://opendev.org/openinfra/refstack cd refstack **Create virtual environment**:: @@ -178,7 +178,7 @@ above. RefStack, by default, points to this endpoint. Instructions for setting this up are outside of the scope of this doc, but you can get started at -`Openstackid project `__ . +`Openstackid project `__ . You would then need to modify the ``openstack_openid_endpoint`` field in the ``[osid]`` section in refstack.conf to match the local endpoint. diff --git a/doc/source/run_in_docker/Option1AnsiblePlaybook.rst b/doc/source/run_in_docker/Option1AnsiblePlaybook.rst index bc39f038..7752e2a8 100644 --- a/doc/source/run_in_docker/Option1AnsiblePlaybook.rst +++ b/doc/source/run_in_docker/Option1AnsiblePlaybook.rst @@ -70,12 +70,12 @@ Go to the location where the playbook downloaded system-config, default in Replace:: - $ RUN git clone https://opendev.org/osf/refstack /tmp/src + $ RUN git clone https://opendev.org/openinfra/refstack /tmp/src by:: - $ RUN git clone https://opendev.org/osf/refstack.git /tmp/src \ - && cd /tmp/src && git fetch "https://review.opendev.org/osf/refstack" \ + $ RUN git clone https://opendev.org/openinfra/refstack.git /tmp/src \ + && cd /tmp/src && git fetch "https://review.opendev.org/openinfra/refstack" \ refs/changes/37/ && git checkout -b \ change-- FETCH_HEAD diff --git a/doc/source/uploading_private_results.rst b/doc/source/uploading_private_results.rst index cf336fb6..bdc02a0c 100644 --- a/doc/source/uploading_private_results.rst +++ b/doc/source/uploading_private_results.rst @@ -53,11 +53,11 @@ Sign Key with RefStack Client **IMPORTANT** You must have the RefStack client on you computer to complete this step. -Follow `its README `__ on how to +Follow `its README `__ on how to install it. Generate a signature for your public key using your private key with -`refstack-client `__:: +`refstack-client `__:: $ ./refstack-client sign /path-of-sshkey-folder/key-file-name diff --git a/etc/refstack.conf.sample b/etc/refstack.conf.sample index 9416bcb6..c37ae671 100644 --- a/etc/refstack.conf.sample +++ b/etc/refstack.conf.sample @@ -210,17 +210,17 @@ # The GitHub API URL of the repository and location of the Interop # Working Group capability files. This URL is used to get a listing of # all capability files. (string value) -#opendev_api_capabilities_url = https://opendev.org/api/v1/repos/osf/interop/contents/guidelines +#opendev_api_capabilities_url = https://opendev.org/api/v1/repos/openinfra/interop/contents/guidelines # The GitHub API URL of the repository and location of any additional # guideline sources which will need to be parsed by the refstack API. # (string value) -#additional_capability_urls = https://opendev.org/api/v1/repos/osf/interop/contents/add-ons/guidelines +#additional_capability_urls = https://opendev.org/api/v1/repos/openinfra/interop/contents/add-ons/guidelines # This is the base URL that is used for retrieving specific capability # files. Capability file names will be appended to this URL to get the # contents of that file. (string value) -#opendev_raw_base_url = https://opendev.org/api/v1/repos/osf/interop/raw/ +#opendev_raw_base_url = https://opendev.org/api/v1/repos/openinfra/interop/raw/ # Enable or disable anonymous uploads. If set to False, all clients # will need to authenticate and sign with a public/private keypair diff --git a/refstack-ui/app/components/guidelines/partials/testListModal.html b/refstack-ui/app/components/guidelines/partials/testListModal.html index 31bc83f8..7fe85717 100644 --- a/refstack-ui/app/components/guidelines/partials/testListModal.html +++ b/refstack-ui/app/components/guidelines/partials/testListModal.html @@ -2,7 +2,7 @@