summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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>
2016-01-29Merge "Add description about the Integrated approach"Ryota Mibu1-0/+63
2016-01-27Add description about the Integrated approachIldiko Vancsa1-0/+63
JIRA: POMISE-58 Change-Id: I4ba518da301281142c06f9cf567dd932e6d93b23 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com>
2016-01-27Merge "Update message flow for shim-layer architecture"Gerald Kunzmann6-41/+187
2016-01-21Update 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
2016-01-18Merge "Add user documentation for Promise"Gerald Kunzmann6-0/+52
2016-01-14Supported APIs for BrahmaputraBertrand Souville3-1/+610
JIRA: PROMISE-62 Change-Id: I963bd25bf2a9daf431a1a81dc873f00e96362d72 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2016-01-14Add 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
2016-01-13Update Promise Yang Schema AnnexBertrand Souville2-155/+498
JIRA: PROMISE-61 Change-Id: Ib9edcf3ef5db8b6ff403c0fdfb1575e1042f0f23 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2016-01-07Split 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
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>