diff options
author | Rich Bennett <rb2745@att.com> | 2017-09-13 03:19:19 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-13 07:39:09 +0000 |
commit | 5baea4608e685f67e9dec77cfee57cacb73662dd (patch) | |
tree | 3f6349e6ef9a6c0eb487a721087d0644dafd73d8 /docs/releases | |
parent | a7f9e351a97b5b5b89e4e1eccd201a3e15e8f385 (diff) |
Enhancement and additions for webinar
Add templates, revise master index, guides, and release document
Improve project integration instructions based on 5 project
integrations.
Change-Id: I2a3e62737f3c126b7f5fb7cc4f53b35dba4f1d8f
Issue-ID: DOC-26
Signed-off-by: Rich Bennett <rb2745@att.com>
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> |