Migration to Storyboard

Sahara projects migrated to storyboard.openstack.org.
Replace the references to Launchpad, including the rename of
a documentation page focuse on launchpad (which would
probably require a redirect on the openstack.org site),
and clean up some old details about blueprints.
Fix the bug links in the openstackdocstheme configuration.

Change-Id: I30642356f1b1076a874f14fc43fad234fa9a098d
(cherry picked from commit 3734ef7f5e)
This commit is contained in:
Luigi Toscano 2018-03-17 15:56:58 +01:00
parent babf644056
commit 3ecb119e57
9 changed files with 19 additions and 24 deletions

View File

@ -15,6 +15,6 @@ the workflow documented at:
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
Bugs should be filed on Storyboard, not GitHub:
https://bugs.launchpad.net/sahara
https://storyboard.openstack.org/#!/project/935

View File

@ -12,7 +12,7 @@ OpenStack Data Processing ("Sahara") project
Sahara at wiki.openstack.org: https://wiki.openstack.org/wiki/Sahara
Launchpad project: https://launchpad.net/sahara
Storyboard project: https://storyboard.openstack.org/#!/project/935
Sahara docs site: https://docs.openstack.org/sahara/latest/
@ -24,7 +24,7 @@ How to participate: https://docs.openstack.org/sahara/latest/contributor/how-to-
Source: https://git.openstack.org/cgit/openstack/sahara
Bugs and feature requests: https://bugs.launchpad.net/sahara
Bugs and feature requests: https://storyboard.openstack.org/#!/project/935
License
-------

View File

@ -34,7 +34,7 @@ extensions = [
# openstackdocstheme options
repository_name = 'openstack/sahara'
bug_project = 'sahara'
bug_project = '935'
bug_tag = 'api-ref'
html_last_updated_fmt = '%Y-%m-%d %H:%M'

View File

@ -1,7 +1,7 @@
<h3>Useful Links</h3>
<ul>
<li><a href="https://wiki.openstack.org/wiki/Sahara">Sahara @ OpenStack Wiki</a></li>
<li><a href="https://launchpad.net/sahara">Sahara @ Launchpad</a></li>
<li><a href="https://storyboard.openstack.org/#!/project_group/74">Sahara @ Storyboard</a></li>
</ul>
{% if READTHEDOCS %}

View File

@ -43,7 +43,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sp
# openstackdocstheme options
repository_name = 'openstack/sahara'
bug_project = 'sahara'
bug_project = '935'
bug_tag = 'doc'
html_last_updated_fmt = '%Y-%m-%d %H:%M'

View File

@ -7,7 +7,7 @@ Getting started
* Make sure that your local git is properly configured by executing
``git config --list``. If not, configure ``user.name``, ``user.email``
* Create account on `Launchpad <https://launchpad.net/sahara>`_
* Create account on `Launchpad <https://launchpad.net/>`_
(if you don't have one)
* Subscribe to `OpenStack general mail-list <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack>`_

View File

@ -26,6 +26,6 @@ Other Resources
.. toctree::
:maxdepth: 2
launchpad
project
gerrit
jenkins

View File

@ -1,8 +1,8 @@
Project hosting
===============
`Launchpad`_ hosts the Sahara project. The Sahara project homepage on
Launchpad is http://launchpad.net/sahara.
`Storyboard`_ hosts the Sahara project. The Sahara project group homepage on
Storyboard is https://storyboard.openstack.org/#!/project_group/74.
Launchpad credentials
---------------------
@ -26,20 +26,17 @@ http://lists.openstack.org/cgi-bin/mailman/listinfo
Bug tracking
------------
Report Sahara bugs at https://bugs.launchpad.net/sahara
Report Sahara bugs/stories at the various project under the Sahara project
group https://storyboard.openstack.org/#!/project_group/74
Feature requests (Blueprints)
Feature requests (Specs)
-----------------------------
Sahara uses specs to track feature requests. Blueprints are at
https://blueprints.launchpad.net/sahara. They provide a high-level summary of
proposed changes and track associated commits. Sahara also uses specs for
Sahara uses specs to track feature requests. They provide a high-level summary
of proposed changes and track associated commits. Sahara also uses specs for
in-depth descriptions and discussions of blueprints. Specs follow a defined
format and are submitted as change requests to the openstack/sahara-specs
repository. Every blueprint should have an associated spec that is agreed
on and merged to the sahara-specs repository before it is approved, unless the
whole team agrees that the implementation path for the feature described in
the blueprint is completely understood.
repository.
Technical support
-----------------
@ -47,8 +44,6 @@ Technical support
Sahara uses `Ask OpenStack`_ to track Sahara technical support questions.
Questions related to Sahara should be tagged with 'sahara'.
.. _Launchpad: http://launchpad.net
.. _Storyboard: https://storyboard.openstack.org
.. _Wiki: http://wiki.openstack.org/sahara
.. _Sahara Drivers: https://launchpad.net/~sahara-drivers
.. _Sahara Bug Team: https://launchpad.net/~sahara-bugs
.. _Ask OpenStack: https://ask.openstack.org

View File

@ -21,7 +21,7 @@ extensions = [
# openstackdocstheme options
repository_name = 'openstack/sahara'
bug_project = 'sahara'
bug_project = '935'
bug_tag = 'releasenotes'
html_last_updated_fmt = '%Y-%m-%d %H:%M'