From de174d8efefab9d3e9abb35e2480987525743e7e Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Wed, 12 Sep 2018 10:54:00 -0600 Subject: [PATCH] Add Stein series and move approved Rocky specs as implemented Change-Id: I1194cc00291c334bff3323b053f2cbf0cea8c463 --- .gitignore | 1 + doc/source/index.rst | 1 + doc/source/specs/stein/approved | 1 + doc/source/specs/stein/implemented | 1 + doc/source/specs/stein/index.rst | 26 ++ doc/source/specs/stein/redirects | 1 + doc/source/specs/stein/template.rst | 1 + priorities/stein-priorities.rst | 12 + .../exclude-project-by-audit-scope.rst | 0 ...cold-migrate-to-use-nova-migration-api.rst | 0 .../support-watcher-ha-active-active-mode.rst | 0 specs/rocky/redirects | 3 + specs/stein-template.rst | 379 ++++++++++++++++++ specs/stein/approved/stein-template.rst | 1 + specs/stein/implemented/stein-template.rst | 1 + specs/stein/redirects | 0 16 files changed, 428 insertions(+) create mode 120000 doc/source/specs/stein/approved create mode 120000 doc/source/specs/stein/implemented create mode 100644 doc/source/specs/stein/index.rst create mode 120000 doc/source/specs/stein/redirects create mode 120000 doc/source/specs/stein/template.rst create mode 100644 priorities/stein-priorities.rst rename specs/rocky/{approved => implemented}/exclude-project-by-audit-scope.rst (100%) rename specs/rocky/{approved => implemented}/replace-cold-migrate-to-use-nova-migration-api.rst (100%) rename specs/rocky/{approved => implemented}/support-watcher-ha-active-active-mode.rst (100%) create mode 100644 specs/stein-template.rst create mode 120000 specs/stein/approved/stein-template.rst create mode 120000 specs/stein/implemented/stein-template.rst create mode 100644 specs/stein/redirects diff --git a/.gitignore b/.gitignore index 3db6cc5..c4ed954 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ build *.DS_Store #IntelliJ Idea .idea/ +.testrepository/ diff --git a/doc/source/index.rst b/doc/source/index.rst index c93f7b2..e8317c1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -25,6 +25,7 @@ Here you can find the specs, and spec template, for each release: :glob: :maxdepth: 1 + specs/stein/index specs/rocky/index specs/queens/index specs/pike/index diff --git a/doc/source/specs/stein/approved b/doc/source/specs/stein/approved new file mode 120000 index 0000000..f8eeb42 --- /dev/null +++ b/doc/source/specs/stein/approved @@ -0,0 +1 @@ +../../../../specs/stein/approved/ \ No newline at end of file diff --git a/doc/source/specs/stein/implemented b/doc/source/specs/stein/implemented new file mode 120000 index 0000000..36c9577 --- /dev/null +++ b/doc/source/specs/stein/implemented @@ -0,0 +1 @@ +../../../../specs/stein/implemented/ \ No newline at end of file diff --git a/doc/source/specs/stein/index.rst b/doc/source/specs/stein/index.rst new file mode 100644 index 0000000..1e8f46a --- /dev/null +++ b/doc/source/specs/stein/index.rst @@ -0,0 +1,26 @@ +============================ +Watcher Stein Specifications +============================ + +Template: + +.. toctree:: + :maxdepth: 1 + + Specification Template (Stein release)