summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2016-01-30contents for OPNFV composite docsRyota MIBU5-21/+102
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> Change-Id: I557819f8a67b8882de87c94bbca8177a89b55d6d
2016-01-29Merge "tests: fix inject_failure() for deployment built by apex"Carlos Goncalves1-6/+18
2016-01-29fix license description in code headersRyota MIBU4-52/+28
Change-Id: Idb7b6e55e5760a9e6ba6cb0b512f1961488312ca Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-29tests: fix inject_failure() for deployment built by apexRyota MIBU1-6/+18
Change-Id: I1681761ec8be39768444baeff24b15a1e90c0182 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-26Merge "Extend maintenance workflow"Ryota Mibu5-35/+68
2016-01-20Created 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>
2016-01-18Merge "Support recovering VM on the same host"Carlos Goncalves1-5/+9
2016-01-15Extend maintenance workflowbertys5-35/+68
JIRA: DOCTOR-11 Change-Id: Iafd6238cfe729be881224b97711d9776479a3241 Signed-off-by: bertys <souville@docomolab-euro.com>
2016-01-14Support 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
2016-01-12Merge "docs: add platform overview"Carlos Goncalves3-0/+56
2016-01-12docs: add platform overviewRyota MIBU3-0/+56
Change-Id: I61c9741a2bb5d3a1591d00c6cf23b0e56724eec4 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-08Merge "disable doctor functional test"Ryota MIBU1-0/+5
2016-01-08disable doctor functional testRyota MIBU1-0/+5
Change-Id: I3bd62b53651777fe020c3919c415e1f2d7b45164 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-08fix docs build dirs in .gitignoreRyota MIBU1-2/+2
Change-Id: Iae9cc4b75af25ed7a5036ec8383bcc626848b12e Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-04add test scenario and sample componentsRyota MIBU4-0/+346
DOCTOR-22 Change-Id: I82cb572fadd057151c55396dd3ab4114539c8fa7 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
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-11update .gitignore for swap filesRyota MIBU1-0/+2
Change-Id: I45a51335c2dd73813c8e9cce27880674135f8728 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.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 MIBU36-237/+33
Change-Id: Icfc17b1370fc111e0e9919f2f1c1d9ea8aee2702 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-11-25Merge "Fencing requirement."Ryota Mibu1-3/+12
2015-11-24Fencing requirement.Tomi Juvonen2-11/+38
Update requirement documentation about fencing. Change-Id: I3c0b4aaaa31c3eb958efc5cc483821ce96082aa8 Jira: DOCTOR-10
2015-10-08Merge "Example as code, documentation template for sphinx build"Carlos Goncalves4-0/+150
2015-09-30update Makefile to create index and public dirRyota MIBU2-8/+22
This patch make our review process easier by generating index file of built files. Also the following changes are included: - delete unnecessary deps in Makefile - criate new dir contains files to publish at the gate jobs JIRA: DOCTOR-45 Change-Id: Ia59b729f41f57402ce9eebe7871cbc7763cb8668 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-09-21Add manual for mark-host-downTomi Juvonen2-2/+116
Manual added for blueprints: https://blueprints.launchpad.net/nova/+spec/mark-host-down https://blueprints.launchpad.net/python-novaclient/+spec/support-force-down-service Jira: DOCTOR-30 Change-Id: I44576303ca513904b3829faa7804c0f5e2396f1e Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.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>
2015-09-01Merge "Move fault table to the Annex"Carlos Goncalves4-63/+68
2015-08-31Merge "Solves the duplicate figure numbering in PDF issue"Ryota Mibu4-72/+47
2015-08-27Solves the duplicate figure numbering in PDF issuebertys4-72/+47
JIRA: DOCTOR-13 Change-Id: Ie7349f71a6938407d439d28cf6f33e32e9301a31 Signed-off-by: bertys <souville@docomolab-euro.com>
2015-08-27Move fault table to the Annexbertys4-63/+68
JIRA: DOCTOR-15 Change-Id: Ib81f349e22cc1345831765b646ab56983f6a5f31 Signed-off-by: bertys <souville@docomolab-euro.com>
2015-08-25Replace word 'poison' by 'force'Ryota MIBU1-4/+5
JIRA: DOCTOR-8 Change-Id: I7b9fae85bd60b1ae2d0e51f1ffb970316d7d92ad Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-07-15Merge "Clarifying fault propagation between phys-virtual"Ryota Mibu1-3/+6
2015-07-15Merge "Clairify notification related architecture"Ryota Mibu1-6/+10
2015-07-14Clarifying fault propagation between phys-virtualBalazs Gibizer1-3/+6
A fault affecting a physical resource my affect another physical or virtual resources. This fault correlation shall be configurable in VIM This patch is based on the related unresolved comment in https://gerrit.opnfv.org/gerrit/#/c/304 JIRA: DOCTOR-4 Signed-off-by: Balazs Gibizer <balazs.gibizer@ericsson.com> Change-Id: Ife1da03f31fc9d06bb5295157825760fc1139a36
2015-07-14Clairify notification related architectureBalazs Gibizer1-6/+10
This patch is based on the related unresolved comment in https://gerrit.opnfv.org/gerrit/#/c/304 JIRA: DOCTOR-4 Signed-off-by: Balazs Gibizer <balazs.gibizer@ericsson.com> Change-Id: I2cc90e0df808d5aa39fa278405327952c368baa9
2015-07-06Merge "Replace chapter name by reST reference labels"Ryota MIBU3-21/+27
2015-06-29Merge "Adding fencing as general feature"Ryota Mibu1-7/+22
2015-06-29Merge "Add a History table"Carlos Goncalves1-2/+10
2015-06-26Editorial on READMEkunzmann1-4/+4
Just to get some hands-on experience with git/gerrit. Signed-off-by: kunzmann <kunzmann@docomolab-euro.com>
2015-06-26Updates to READMEkunzmann1-7/+7
This is mainly to get hands-on experience on how to git commit. JIRA: DOCTOR-6 Signed-off-by: kunzmann <kunzmann@docomolab-euro.com>
2015-06-24Adding fencing as general featureCarlos Goncalves1-7/+22
This patch is based on a related unresolved comment in https://gerrit.opnfv.org/gerrit/#/c/304 At an earlier stage, we had identified fencing as a gap in Nova, but this gap was removed. Who remembers why we made this decision? Is the feature already sufficiently implemented in Nova? The related BP seems obsoleted. JIRA: DOCTOR-10 Co-Authored-By: Gerald Kunzmann <kunzmann@docomolab-euro.com> Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu> Change-Id: Id31ac1552a8f1e3506c5e4d533416611d6b95217
2015-06-23Add a History tableCarlos Goncalves1-2/+10
JIRA: DOCTOR-4 Change-Id: I1ce28681cf7cc6ffc01f00ddf7e36a2bc9b69978 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2015-06-18Replace chapter name by reST reference labelsRyota MIBU3-21/+27
JIRA: DOCTOR-4 Change-Id: I089eb1dcfb9f4a6c0a24f83d626ab24e46b94a57 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-06-16Add reference to service-status-notification bp2015.1.0Balazs Gibizer1-0/+4
To make easier to cover the Maintenance Notification gap a new bp was proposed to have AMQP notification for administrative nova service status change. As soon as this bp gets implemented Doctor (via Ceilometer) can get notification if the status of nova service (e.g. nova-compute) is changed administratively. Changing the nova-compute service status to down means that nova will not use the compute node any more for new instances so this is very much in line with putting a node in maintenance node. Signed-off-by: Balazs Gibizer <balazs.gibizer@ericsson.com> Change-Id: I71a1621eb177ae6dd7da1a09285da68d398a30e8
2015-06-12Add Gerald to the committer listRyota MIBU1-0/+2
JIRA: DOCTOR-7 Change-Id: I77fd00994f8dbf744bc6e9ff317a5989a02c7971 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-06-12Add fullname on committer listRyota MIBU1-10/+9
JIRA: DOCTOR-7 Change-Id: Iec3e7242deb52e9467eb35ae16bf6f1a13331cd3 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-06-11Committer list updateRyota MIBU1-6/+2
JIRA: DOCTOR-7 Change-Id: I080372eac4f4c6b658103faa0739db47a094dc69 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-06-05Minor fix for lines exceeding 79 charsRyota MIBU1-6/+6
JIRA: DOCTOR-4 Change-Id: Iaad32f25279445f9701be37f9baccd33d564372c Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-06-04Rename title of section 5 (implementation)Ryota MIBU1-2/+2
JIRA: DOCTOR-4 Change-Id: I8e1543eab71d7a24edbd6b839a55fc54f523a3d7 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-06-02Fix build of blueprints in MakefileCarlos Goncalves1-7/+12
JIRA: DOCTOR-4 Change-Id: Ie62751f6631c48c4dfecc869d5d95daaf6a1754f Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>