diff options
Diffstat (limited to 'docs/releases')
-rw-r--r-- | docs/releases/index.rst | 32 | ||||
-rw-r--r-- | docs/releases/repolist.rst | 19 |
2 files changed, 51 insertions, 0 deletions
diff --git a/docs/releases/index.rst b/docs/releases/index.rst new file mode 100644 index 000000000..eabde3a24 --- /dev/null +++ b/docs/releases/index.rst @@ -0,0 +1,32 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + + +Releases +======== +ONAP is developed and released around 6 month cycles. After an initial major release, additional +stable point releases may be created. + +Major Releases +-------------- + +.. csv-table:: + :align: left + :header-rows: 0 + :header: "Release", "Status", "Initial Release Date", "Next Phase", "EOL Date" + :widths: 15, 10, 10, 15, 10 + + "Amsterdam", "Under Development", "TBD", "", "" + "R1.0.0 Seed Code", "EOL", "2017-04-XX", "", "" + + +.. include:: repolist.rst + + +Cryptographic Signatures +------------------------ + + +References +---------- + + diff --git a/docs/releases/repolist.rst b/docs/releases/repolist.rst new file mode 100644 index 000000000..a00a959d9 --- /dev/null +++ b/docs/releases/repolist.rst @@ -0,0 +1,19 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Projects +-------- +Documentation organized by the project delivering them. +.. note:: + When available these references should be changed to release artifacts + + +.. toctree:: + :maxdepth: 1 + :titlesonly: + + appc <../submodules/appc.git/docs/index> + appc/deployment <../submodules/appc/deployment.git/docs/index> + clamp <../submodules/clamp.git/docs/index> + cli <../submodules/cli.git/docs/index> + vnfrqts/guidelines <../submodules/vnfrqts/guidelines.git/docs/index> + vnfrqts/requirements <../submodules/vnfrqts/requirements.git/docs/index> |