summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-05-19Run 'ip' with sudostable/brahmaputraCarlos Goncalves1-1/+1
Change-Id: I3de7749746dfd2eb0a67a428b7f0ae4503c14123 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu> (cherry picked from commit 8e583dc3a3fc0392a5197803a598ab5734310d66)
2016-04-11Fix disable_network.sh and 'ip' pathCarlos Goncalves1-8/+7
Note: I propose to cherry-pick this change as currently there is no pod doing builts on master, so the only way is to check in stable/brahmaputra. The 'ip' bin file can be located in different paths depending on the Linux distribution so better not hardcode it to a specific path. CentOS 6: /sbin/ip CentOS 7: /usr/sbin/ip Ubuntu 14.04: /sbin/ip Change-Id: I0b02a221d3367ed4bfd8596992a2774f22138b54 Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu> (cherry picked from commit a1bab6ecdfbfaf5521f31d9539e256fc6e0cac29)
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-20test: add nova_force_down clientbrahmaputra.1.0Ryota 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> (cherry picked from commit a3ea372e18ef14b75734f82db969531df6d0c7dd)
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> (cherry picked from commit e891316ac35f062c66b15a7ee7981016c6edcc9e)
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> (cherry picked from commit eed432fa413d3afeecdd65ef0f73559920012df9)
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> (cherry picked from commit ac95693eedfd0ec9593e46f9a57f5d989e25f9bd)
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> (cherry picked from commit 9171d14463ae1172a91125a49d8f8a53a36433e9)
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> (cherry picked from commit 3c09b82d0ead86867f96f43769a6b42efcdd6d24)
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-08tests: collect infra IPsRyota MIBU1-18/+33
Change-Id: I2f1df56632827925784441c03aadc544c1e3c891 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit ac816319dd480a1c4890e15dfc2447af21809e85)
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 "tests: fix inject_failure() for deployment built by apex" into ↵Ryota MIBU1-6/+18
stable/brahmaputra
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> (cherry picked from commit 67c4462ecf2e1dc525beb6f75a75634edf0539bc)
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> (cherry picked from commit c052eb4a1dfe536bb2d6ac81ad68075ab7bb2924)
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-13add test scenario and sample componentsRyota MIBU4-0/+351
DOCTOR-22 Change-Id: I82cb572fadd057151c55396dd3ab4114539c8fa7 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 116bee29f8f3d7d4a648569dc441f4fa8487a7c4) Note: this patch includes the following change: disable doctor functional test Change-Id: I3bd62b53651777fe020c3919c415e1f2d7b45164 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit aec51550523c3326b37dfb79680ebd80188c6a56)
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)
2016-01-12fix docs build dirs in .gitignoreRyota MIBU1-2/+2
Change-Id: Iae9cc4b75af25ed7a5036ec8383bcc626848b12e Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> (cherry picked from commit 7c09ed9f79c373aef0a811ee24f6f642ac1b43c9)
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>