From 47b447456ecc20bfdf400cfe2ddd9d7811ac0f38 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 6 Sep 2016 19:20:48 +0000 Subject: [PATCH] Prioritize Docs Publishing via AFS Since the hosting situation with docs.openstack.org is starting to come into question, this effort is more urgent. We should make it an official team priority. Change-Id: I050facef66140312ee37d0407de924b1e883596f --- doc/source/index.rst | 5 +++-- specs/doc-publishing.rst | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 335a2b8..9990e3f 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -19,12 +19,13 @@ infrastructure developers. specs/task-tracker specs/zuulv3 specs/newton-on-xenial + specs/doc-publishing Gerrit query for all changes related to priority efforts:: - status:open AND (topic:puppet-apply OR topic:infra-cloud OR topic:downstream-puppet OR topic:nodepool-zk OR topic:storyboard-migration OR branch:feature/zuulv3 OR topic:newton-xenial) + status:open AND (topic:puppet-apply OR topic:infra-cloud OR topic:downstream-puppet OR topic:nodepool-zk OR topic:storyboard-migration OR branch:feature/zuulv3 OR topic:newton-xenial OR topic:afs-docs) -https://review.openstack.org/#/q/status:open+AND+%28topic:puppet-apply+OR+topic:infra-cloud+OR+topic:downstream-puppet+OR+topic:nodepool-zk+OR+topic:storyboard-migration+OR+branch:feature/zuulv3+OR+topic:newton-xenial%29,n,z +https://review.openstack.org/#/q/status:open+AND+%28topic:puppet-apply+OR+topic:infra-cloud+OR+topic:downstream-puppet+OR+topic:nodepool-zk+OR+topic:storyboard-migration+OR+branch:feature/zuulv3+OR+topic:newton-xenial+OR+topic:afs-docs%29,n,z Approved Design Specifications ============================== diff --git a/specs/doc-publishing.rst b/specs/doc-publishing.rst index 733b115..2aacfe2 100644 --- a/specs/doc-publishing.rst +++ b/specs/doc-publishing.rst @@ -261,6 +261,19 @@ Assignee(s) Primary assignee: jeblair +Additional volunteers: + mordred + pabelanger + +Gerrit Topic +------------ + +Use Gerrit topic "afs-docs" for all patches related to this spec. + +.. code-block:: bash + + git-review -t afs-docs + Work Items ----------