summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-02-09docs: fix filenamebrahmaputra.1.0stable/brahmaputraRyota MIBU2-1/+1
See https://wiki.opnfv.org/documentation/userguide . Change-Id: Ia73e3a93f5998973d66e9823f70e2b80795220c8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 9f53f9e478dfc2106a216fe5cca8a2a4ea983629)
2016-02-08Add license to the release documentation and requirements docIldiko Vancsa22-0/+88
Documentation in OPNFV has to be licensed under the Creative Commons Attribution 4.0 International License. This patch adds the license header to the .rst files for the release documentation. A LICENSE file is also added to the folder that contains images. Change-Id: I207a07830246fcc103c081d385dc9b12f47ddfb3 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com> (cherry picked from commit d872ca8e95d82cb90069ee25d625bbe8e985dcb8)
2016-02-02Added config guide for PromiseBertrand Souville2-2/+52
JIRA: PROMISE-65 Change-Id: I09c1f50483aa08586acc112ca3aa7da75f73b988 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit dd65aa3b5cf38a7ae22f2aa551c78582cdf4d009)
2016-02-02Various bug fixesBertrand Souville4-8/+25
Change-Id: Ia4c69a1f0e97b248308900818370c2340c8cc9c4 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit 7437f0783c95f448851217b85faf4ddafa1498b1)
2016-01-29Add Promise userguideGerald Kunzmann1-4/+394
This patch adds a first draft of the Promise userguide. Let's aim to review and merge this draft asap and then use separate patches to fix editorial issues and update the content. JIRA: PROMISE-64 Change-Id: I891895938d115a327362d0297304a30390728435 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com> (cherry picked from commit e16a07cdc9016c03aff00cd10076dfd2d4a142da)
2016-01-29Add description about the Integrated approachIldiko Vancsa1-0/+63
JIRA: POMISE-58 Change-Id: I4ba518da301281142c06f9cf567dd932e6d93b23 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com> (cherry picked from commit 558f8a6e9377e8e5046593ca83ebc05883389745)
2016-01-29Update message flow for shim-layer architectureGerald Kunzmann6-41/+187
This patch is updating the message flow for "capacity management", "reservation management", and "allocation management" for the shim-layer architecture. It also starts a new (but still empty) section on the shim-layers internal logic and operations. This section will be updated with a separate patch. JIRA: PROMISE-63 Change-Id: I131a5c34c7e145153831556321e7366af0401c8c (cherry picked from commit 555f6877d454259230db9444be7ca1d2c8994ff3)
2016-01-29Add user documentation for PromiseIldiko Vancsa6-0/+52
Add the following guides to document Promise: * Platform overview * User guide * Install and configuration guide Change-Id: I3d2c05cf41c8c58f22cba2a3340d87fe78a67749 (cherry picked from commit e4f39a6ccdd98547c0b84abf399b97dbdc2afa23)
2016-01-29Supported APIs for BrahmaputraBertrand Souville3-1/+610
JIRA: PROMISE-62 Change-Id: I963bd25bf2a9daf431a1a81dc873f00e96362d72 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit cf6c391ec00de20f6173c8436ff6c705b67e5291)
2016-01-29Update Promise Yang Schema AnnexBertrand Souville2-155/+498
JIRA: PROMISE-61 Change-Id: Ib9edcf3ef5db8b6ff403c0fdfb1575e1042f0f23 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit 89d72ce042b455a51df30224af99221ba89c64c0)
2016-01-29Split Shim-layer architecture and Integrated architectureGerald Kunzmann13-149/+202
Create two sub-sections in "05 Detailed architecture" for the Shim-layer architecture and the Integrated architecture. Fix several implementations bugs and warnings. Remove numbering of files. JIRA: PROMISE-57 Change-Id: Ia0b4067c0cc3a461e54b6b010f8310764fb08d73 (cherry picked from commit 9fdb1e0b443e68f67b0978e27ec211bd7aa4cd89)
2015-12-23Merge "Editorial fixes to requirement document"Gerald Kunzmann2-7/+8
2015-12-18Editorial fixes to requirement documentGerald Kunzmann2-7/+8
Several editorial fixes in the requirement document that result in warning during the compilation. JIRA: PROMISE-60 Change-Id: I54ccaddede9740b6be6b3aeebaefd670cf2beddd
2015-12-10Use case for BrahmaputraGerald Kunzmann4-25/+64
This patch is adding the agreed use case for B-release to the Annex of the requirement document. JIRA: PROMISE-54 Change-Id: Id63bbcf49d53ddd07920721a5b9b12e9d9410036
2015-12-04change dirs to use new opnfv doc build scriptRyota MIBU22-150/+1915
Change-Id: Ifbf8a881d0e1a962f2e3cf276fe3942b1f03d3ee Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-09-10Example as code, documentation template for sphinx buildAric Gardner4-0/+150
This code will be pushed to each project creating a docs/ directory This servers as an example and template for you (the developers) to create your own project documentation Change-Id: I084e0af553c9f7e503fb55a3dd4990edbcf3394d JIRA:RELENG-15 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>