summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-03-21Fix typos in stringsCarlos Goncalves2-4/+4
Change-Id: I1fe3adf5db8539178c0e068b73b22948d0e574d2 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
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>
2016-02-21test: add nova_force_down clientRyota MIBU3-2/+72
New force_down API is not available due to rack of support in default configuration of keystone service catalog and limit of novaclient, so this patch adds nova_force_down client to operate the new API. Change-Id: I2545f4448313b334d4c0a12f1638e64ecfafdf41 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-20test: fix bugs (ssh args and force-down in cleanup)Ryota MIBU2-2/+47
This patch fixes two bugs: - ssh target hostname is wrong (it trailing by ':') - novaclient cannot execute 'force-down' since it tries to use v2.0 endpoint which doesn't spport the new API, Change-Id: I5ef3a8eda5fa7a6730b4eb456d0441d40718a010 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-19test: fix bugs (scp -l and trap ERR)Ryota MIBU1-11/+7
This patch fixes bugs: - '-l' option for scp is different from that of ssh, so remove this option from the common param for scp and ssh. - trap ERR was not executed, so replace it by trap EXIT Change-Id: Id50ff29656fa100f420ae9ccc7a8a19a65a941c8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-19test: fix bug: missing installer_ip in scp argsRyota MIBU1-1/+2
Change-Id: Ia9bf6ffb8a6bd4f2672aa50bb7841a7dc37e48ea Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-18test: fix DNS issue in test scenarioRyota MIBU1-6/+17
Doctor test was failed due to failure in resolving hostname at [1]. This patch replaces hostname by ip address, and also changes ssh route from relaying instack VM to direct access from functest container to the target compute host. [1] https://build.opnfv.org/ci/view/functest/job/functest-apex-opnfv-jump-1-daily-brahmaputra/38/ Change-Id: I9d4f115cb43ec16540f7d9300d652625685477d5 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-12tests: enable doctor test scenario with fixesRyota MIBU2-12/+49
Change-Id: I2c0c939b41f28684a1697b0099f2df62ce27c6a3 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-10docs: 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>
2016-02-09tests: collect infra IPsRyota MIBU1-18/+33
Change-Id: I2f1df56632827925784441c03aadc544c1e3c891 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-02-08docs: fix filename and test4compositeRyota MIBU6-5/+20
Change-Id: I78366611efd26987a71c3ecf25d2406e6f489cca Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
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>
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