summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-02-25docs: add index.rst files to component docsRyota MIBU8-31/+34
Change-Id: I1256d21bc01c7f1343859e28b47c15d9d284bddf Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 5996a35d07d1a5c661adb3af37c4e6eb4f4a5331)
2016-02-09docs: fix filenameRyota MIBU1-0/+0
See https://wiki.opnfv.org/documentation/userguide . Change-Id: I2d03406de585785d13a58a8181efeaa674f97e31 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 12cbbc40ff05812b3d44ff76e9156a84f4c18944)
2016-02-08docs: fix filename and test4compositeRyota MIBU6-5/+20
Change-Id: I78366611efd26987a71c3ecf25d2406e6f489cca Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit b209f93f3a19ff6c0184b496182c8d34c30f3e38)
2016-02-08Add license header to RST filesIldiko Vancsa21-1/+87
Add the required license header to all .rst files under the docs folder in the repository and a LICENSE file to the image folders. The patch also extends the list of authors in the index.rst file of the requirements document. Change-Id: Icf8b2c36425769512f0ba9072766ac9bc22c0955 Signed-off-by: Ildiko Vancsa <ildiko.vancsa@ericsson.com> (cherry picked from commit d8e5be235b95e2df4c6820a3575eb003e9ce6561)
2016-02-03Editorial changes in Section 5.2.2 NFVI MaintenanceBertrand Souville1-18/+15
JIRA: DOCTOR-14 Change-Id: If10dc1c00c674e26bb6fe6cf96efe2b70885748c Signed-off-by: Bertrand Souville <souville@docomolab-euro.com> (cherry picked from commit ff89aac08658fce4b8eb0b6cc98eccac4fc3670e)
2016-01-30contents for OPNFV composite docsRyota MIBU5-21/+102
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> Change-Id: I557819f8a67b8882de87c94bbca8177a89b55d6d (cherry picked from commit 1e95ffeaac59aee8decf3ccf6721330de19f491e)
2016-01-29Merge "Created a template for the User Guide" into stable/brahmaputraCarlos Goncalves1-0/+7
2016-01-29Merge "Support recovering VM on the same host" into stable/brahmaputraCarlos Goncalves1-5/+9
2016-01-29Extend maintenance workflowbertys5-35/+68
JIRA: DOCTOR-11 Change-Id: Iafd6238cfe729be881224b97711d9776479a3241 Signed-off-by: bertys <souville@docomolab-euro.com> (cherry picked from commit 86a8472f7c2442320ee7cea4cff9e5df9ff2f47a)
2016-01-29Created a template for the User GuideSofia Wallin1-0/+7
Please use the userguide.rst to desribce the <Feature> capabilities and usage. This information will be part of the OPNFV user guide. Feel free to use this as a good example, https://gerrit.opnfv.org/gerrit/#/c/7397/ Renamed config-overview.rst to userguide.rst Change-Id: I9e42f1e7fb1cfa52df48642f4cd9a5f283169d1f Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com> (cherry picked from commit 00962469215bd86ccd8aacdcc4324f1fc987b5b7)
2016-01-29Support recovering VM on the same hostTomi Juvonen1-5/+9
When a host is failed then the affected VM can be rebooted after the host has been recovered. When a host is going to maintenance the affected VM can be shut down and the booted up on the same host after the maintenance is over. Change-Id: I8ee240eb4d598da6347ae8afee8ce6c6edc07be4 Jira: DOCTOR-9 (cherry picked from commit a991302e9c0843ad9be8b1bad927dca387283a8c)
2016-01-12docs: add platform overviewRyota MIBU3-0/+56
Change-Id: I61c9741a2bb5d3a1591d00c6cf23b0e56724eec4 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 413f36dd8b44c8254bd2a02558bb42c403365b06)
2015-12-21Minor changes to NFVI Faults Annex (Fault Tables)Bertrand Souville1-36/+95
Change-Id: I76e09a69c46e6b1e6d86416aa4d8a2b4ecd006f3 Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
2015-12-08Note to spec file pointing to upstream activityCarlos Goncalves1-0/+12
Change-Id: I0aef66c4abc11547a03191ba757ea8a717c1fa81 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2015-12-02change dirs to use new opnfv doc build scriptRyota MIBU33-150/+2635
Change-Id: Icfc17b1370fc111e0e9919f2f1c1d9ea8aee2702 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: I24007a0386251cee4325cea49f78f8f021de5276 JIRA:RELENG-15 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>