diff --git a/doc/source/index.rst b/doc/source/index.rst index abbe205..6ca43c2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -12,14 +12,13 @@ infrastructure developers. .. toctree:: :maxdepth: 1 - specs/task-tracker specs/update-config-management Gerrit query for all changes related to priority efforts:: - status:open AND (topic:storyboard-migration OR topic:puppet-4 OR topic:update-cfg-mgmt) + status:open AND (topic:puppet-4 OR topic:update-cfg-mgmt) -https://review.openstack.org/#/q/(topic:storyboard-migration+OR+topic:puppet-4+OR+topic:update-cfg-mgmt)+AND+status:open +https://review.openstack.org/#/q/(topic:puppet-4+OR+topic:update-cfg-mgmt)+AND+status:open Approved Design Specifications ============================== @@ -112,6 +111,7 @@ for historical purposes. specs/releases-openstack-org specs/server_base_template_refactor specs/shade + specs/task-tracker specs/test-metrics-db specs/translation_setup specs/trystack-site diff --git a/specs/task-tracker.rst b/specs/task-tracker.rst index 3027fb3..7c1b9e7 100644 --- a/specs/task-tracker.rst +++ b/specs/task-tracker.rst @@ -178,10 +178,10 @@ Those need to be resolved before we launch the migration operation. Implementation ============== -Phase 1: Identify and fix remaining gaps ----------------------------------------- +Identify and fix remaining gaps +------------------------------- -During this phase, we'd identify all the features that need to be implemented +Identify all the features that need to be implemented and all the bugs that need to be fixed (including UX glitches) before we can migrate everyone to StoryBoard. The feature gap analysis should continue no longer than the remainder of the Newton development cycle in OpenStack, with @@ -200,29 +200,19 @@ some requested features are not suitable to implement at all. Whether the plan is sufficient for a migration of the OpenStack community should be determined by the OpenStack Technical Committee. -While phase 1 is going, we should actively on-board new volunteer teams +While this is going, we should actively on-board new volunteer teams (beyond Infra) which feel ready to use StoryBoard in its current state. This will hopefully bring more people to contribute to StoryBoard as users scratch their own itches, creating a virtuous circle. -Phase 2: General migration --------------------------- - -Once phase 1 is completed, we should migrate all remaining Launchpad users in -one shot. Migration will be scheduled not less than 1 month following the -technical committee's agreement to migrate. - Assignee(s) ----------- -During phase 1, Kendall Nelson will facilitate the discussion between the +Kendall Nelson will facilitate the discussion between the StoryBoard team and the rest of the users, and help prioritize the must-have items. The StoryBoard team would work on implementing the missing features and fixing the blocker issues. -Phase 2 is mostly led by the infrastructure team and will be implemented as a -separate, followup spec. - Gerrit Topic ------------ @@ -235,8 +225,6 @@ Use Gerrit topic "storyboard-migration" for all patches related to this spec. Work Items ---------- -Phase 1: - 1. Facilitator identifies feature stakeholders from the OpenStack community 2. Feature stakeholders identify remaining needed features @@ -267,7 +255,7 @@ No new DNS entries should need to be created. Documentation ------------- -This will require updating a lot of documentation. One of the phase 1 items +This will require updating a lot of documentation. One of the items would be to identify and update the developer and project creator docs where needed. @@ -289,6 +277,4 @@ necessary in support of this spec. Dependencies ============ -Before migrating new users, StoryBoard should be plugged into an OpenStack -identity provider (OpenStackID, ipsilon...) and therefore this work should -be completed first. +None.