From c65e4288f602e370a0349cbf5bb269e96579a439 Mon Sep 17 00:00:00 2001 From: Grzegorz Grasza Date: Tue, 9 May 2023 13:40:28 +0200 Subject: [PATCH] Migrate back to Launchpad Change bug tracker link and other references to StoryBoard back to Launchpad. Change-Id: Ifedbf85d8cfbe3a5b439a579dcee1fc6f947f392 --- README.rst | 4 ++-- doc/source/contributor/contributing.rst | 23 +++++++++++---------- doc/source/contributor/getting_involved.rst | 20 +++++------------- 3 files changed, 19 insertions(+), 28 deletions(-) diff --git a/README.rst b/README.rst index 322033f97..adf96d512 100644 --- a/README.rst +++ b/README.rst @@ -23,8 +23,8 @@ Johns Hopkins University, HP, Red Hat, Cisco Systems, and many more. The full documentation can be found on the `Barbican Developer Documentation Site `_. -To file a bug, use our bug tracker on `OpenStack Storyboard -`_. +To file a bug, use our bug tracker on `Launchpad +`_. Release notes for the project can be found at https://docs.openstack.org/releasenotes/barbican. diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index d786d0b2a..98fd65ac5 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -16,29 +16,30 @@ barbican | code: https://opendev.org/openstack/barbican | docs: https://docs.openstack.org/barbican | api-ref: https://docs.openstack.org/barbican/latest/api/index.html#api-reference - | StoryBoard: https://storyboard.openstack.org/#!/project/openstack/barbican + | Launchpad: https://bugs.launchpad.net/barbican barbican-ui | Horizon extension for the OpenStack Key Manager API. | code: https://opendev.org/openstack/barbican-ui - | StoryBoard: https://storyboard.openstack.org/#!/project/openstack/barbican-ui + | Launchpad: https://bugs.launchpad.net/barbican-ui python-barbicanclient | Python client library for the OpenStack Key Manager API. | code: https://opendev.org/openstack/python-barbicanclient | docs: https://docs.openstack.org/python-barbicanclient - | StoryBoard: https://storyboard.openstack.org/#!/project/openstack/python-barbicanclient + | Launchpad: https://bugs.launchpad.net/python-barbicanclient barbican-tempest-plugin | Additional Barbican tempest-based tests beyond those in the main OpenStack Integration Test Suite (tempest). | code: https://opendev.org/openstack/barbican-tempest-plugin - | StoryBoard: https://storyboard.openstack.org/#!/project/openstack/barbican-tempest-plugin + | Launchpad: http://bugs.launchpad.net/barbican ansible-role-lunasa-hsm | Ansible role to manage Luna SA Hardware Security Module (HSM) client software | code: https://opendev.org/openstack/ansible-role-lunasa-hsm - | StoryBoard: https://storyboard.openstack.org/#!/project/openstack/ansible-role-lunasa-hsm + | Launchpad: http://bugs.launchpad.net/barbican + See the ``CONTRIBUTING.rst`` file in each code repository for more information about contributing to that specific deliverable. Additionally, @@ -116,7 +117,7 @@ Here's a quick rundown of what they are and how the Barbican project uses them. specs | Exist in the barbican-specs repository. - Each spec must have a story in StoryBoard associated with it for tracking + Each spec must have a Launchpad blueprint associated with it for tracking purposes. | A spec is required for any new Barbican core feature, anything that @@ -130,8 +131,8 @@ specs | https://specs.openstack.org/openstack/barbican-specs/ blueprints - | Exist in StoryBoard, where they can be targeted to release milestones. - | You file one at https://storyboard.openstack.org/#!/project/openstack/barbican-specs + | Exist in Launchpad, where they can be targeted to release milestones. + | You file one at https://blueprints.launchpad.net/barbican | Examples of changes that can be covered by a blueprint only are: @@ -152,8 +153,8 @@ current development cycle. Task Tracking ~~~~~~~~~~~~~ -We track our tasks in `StoryBoard -`_. See the top of +We track our tasks in `Launchpad +`_. See the top of the page for the URL of each Barbican project deliverable. If you're looking for some smaller, easier work item to pick up and get started @@ -169,7 +170,7 @@ Reporting a Bug ~~~~~~~~~~~~~~~ You found an issue and want to make sure we are aware of it? You can do so in -the StoryBoard of the affected deliverable. +the Launchpad bugs tracker of the affected deliverable. Getting Your Patch Merged ~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/contributor/getting_involved.rst b/doc/source/contributor/getting_involved.rst index 04767bb70..7725a3ec0 100644 --- a/doc/source/contributor/getting_involved.rst +++ b/doc/source/contributor/getting_involved.rst @@ -42,23 +42,13 @@ email subject line. To participate on the mailing list\: Launchpad ----------- -Most of the tools used for OpenStack require a `launchpad.net`_ ID for -authentication. +Most of the tools used for OpenStack require a Launchpad ID for +authentication. Like other OpenStack related projects, we utilize +Launchpad for our bug and release tracking. -.. _`launchpad.net`: https://launchpad.net +* `Barbican Launchpad Project`_ - -Storyboard ------------- - -The barbican project moved from Launchpad to `StoryBoard -`_ for work and task tracking. -This provides an aggregate view called a "Project Group" -and individual "Projects". A good starting place is the -`project group `_ -representing the whole of the barbican community, as opposed to -the `barbican project `_ -storyboard which represents barbican as a repository. +.. _`Barbican Launchpad Project`: https://launchpad.net/barbican Source Repository