summaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-02-12Updating Release Documentation for BrahmaputraDan Radez1-53/+35
Change-Id: I24171998a0f08a59410d3992cfbb785e01969429 (cherry picked from commit 56954ac259083be55831e771a7b39a7fcacac9e9)
2016-02-08Fixing the docs includes so that the docs get generated properlyDan Radez5-207/+211
Change-Id: Ib344c3be25b7a99316a20a69527e9cb9d86efd1d JIRA: 91 cherry-picked from 404defbb8bb4591a75e876c515872bc2451ca530
2016-02-02Updating directory structure to add files to the central docs.ChristopherPrice5-44/+46
Moved the introduction and baremetal installation instructions to /configguide. The files baremetal and introduction will be pulled into the central config guide document for release. (A little local file name juggling was required to accommodate the toolchain.) Once merged this should be pulled into the configguide. Will work on a patch for that now. Change-Id: Ie270154d0c7ac418b693ac7cf6e1444a33023266 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com> (cherry picked from commit 5cfe9f9299ab1bc39401b11f780c1eef8e425677)
2016-01-20Restructured the installation-instruction file into indexed sub filesChristopherPrice10-539/+527
Take-two of this patch, originally merged: f479b77c4f7c0d11196e3902bb7e60ff8e34a1fe reverted: bffb8e0e27f21934a4bbb1138427f2adda6c583d Created a section based structure for the installation-instruction. It should show on the html artifact as a structured web page. We may want to move some sections to other directories to incorporate them into the release configguide. Left that for step 2... Now includes updates to the rpm spec so as not to break the build. Change-Id: I7c0d46467de668883fcd29ae7deaa20151bacdb2 Signed-off-by: ChristopherPrice <christopher.price@ericsson.com> Signed-off-by: Dan Radez <dradez@redhat.com>
2016-01-12adding doc for new settings filesDan Radez1-39/+42
Change-Id: I309ef5be4bff48ed1960512daba025d9872c9a49
2016-01-08add 'sudo' for 'opnfv-deploy' command linesRyota MIBU1-2/+2
Change-Id: I03576a041c6bfdbb288c579379b4307fa52a0283 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-08editorial fixes in apex docsRyota MIBU6-110/+45
- add gitignore entries - drop common files under docs/etc - fix documentation titles - fix doc8 violation (length of lines) - removal of '_sha1_' for doc tracking - removal of opnfv logo insertion Change-Id: Ib0b39704c115f896f62a8ed8ec52257fcf84d544 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-04Merge "adding openvswitch dependency to installation instructions"Tim Rozet1-5/+16
2015-12-21Added node role configurationViktor Tikkanen1-0/+1
If there are dedicated HW nodes for controller and compute nodes, it should be possible to define node roles in configuration files. This patch introduces "capabilities" property into pod_example_settings.yaml so as adds needed flavor definitions and overcloud deploy parameters into opnfv-deploy script. Change-Id: Ie62d3fa215aa168390d074c73fdb2fa03ecc67f5 Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
2015-12-21adding openvswitch dependency to installation instructionsDan Radez1-5/+16
Change-Id: Ie79385905a73963ebac34ebda36a0d65539eeee7
2015-11-25adding installation instructionsDan Radez6-91/+545
JIRA: APEX-35 Change-Id: Iebbf85bd59844716961c27bb81ff7bbda2d1a1bf
2015-11-21Merge "Example as code, documentation template for sphinx build"Dan Radez4-0/+150
2015-09-18updating release notes for BramaputraDan Radez1-110/+66
Change-Id: I9881d7dd2887cb2b882d45acec4ec60c0e92a7c8 JIRA: APEX-34 Signed-off-by: Dan Radez <dradez@redhat.com>
2015-09-18migrating Arno release notes into Apex repo.Dan Radez1-0/+273
Migrating them as is so a subsequent patch can be merged with updates to it JIRA: APEX-34 Change-Id: I1651464846e108ab7e4ab8aef7eacfe5c1cc05fd Signed-off-by: Dan Radez <dradez@redhat.com>
2015-09-10Example as code, documentation template for sphinx buildAric Gardner4-0/+150
This code will be pushed to each project as an example to the devs. JIRA:RELENG-15 Change-Id: I7f0a718ffb8c318b8ab0bd5ba3fa4dd9176625a8 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>