summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-06Fix run.sh bug for dynamic interfacesUmar Farooq1-2/+1
The run.sh extracts the name of interface using awk with 7th value in "ip a" command but in case of DHCP enabled interface this value is "dynamic". So the fix takes the last value of the output which is the correct interface name. EDIT: Removed the redundant line to get 5th element. JIRA: DOCTOR-109 Change-Id: I0775d90ef219387e5b68abd4fd98d38d2104f128 Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
2017-05-31Remove obsolete packagesYujun Zhang3-4/+0
`os` and `sys` is no longer used in sample monitor, inspector and consumer Change-Id: I6d2a6ccf1cd68851a80e6e6cf0c50bf06c8d1cbb Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-05-31Merge "Adding PYTHON_ENABLE option"Carlos Goncalves1-0/+8
2017-05-31Create devstack plugin for osprofiler configurationYujun Zhang3-0/+122
Change-Id: Ifd6f90ea1d39d7385f1ab099bc7b0b2ed59efac5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-05-30Fix session error with INSPECTOR_TYPE=congressUmar Farooq1-2/+3
In monitor.py, the self.session value is not defined in DoctorMonitorSample class. This commit fixes it. JIRA: DOCTOR-111 Change-Id: Ib61caa4146d78d6fe4857299c4730f13a7ac7a27 Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
2017-05-30Adding PYTHON_ENABLE optionRyota MIBU1-0/+8
This option will be removed, once we confirmed tox/python testing code works fine and functest trigger has changed from 'run.sh' to 'tox'. Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com> Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu> Change-Id: Ia4421f6e39a415bd7b6212af612249deb482e7af
2017-05-29Add Keystone missing paramsUmar Farooq1-3/+7
The values of OS_USER_DOMAIN_ID and OS_PROJECT_DOMAIN_ID are needed as auth parameters else the nova API gives HTTP 400 error. JIRA: DOCTOR-108 Change-Id: I58b746e5216c00d2f78b0ccf899b69fe66c15848 Signed-off-by: Umar Farooq <umar.farooq@neclab.eu>
2017-05-15use password_plugin_loader for authdongwenjuan1-14/+11
Change-Id: Ifb650f52fed641a7146358eada571e5c4beaf3d6 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-05-02add image codedongwenjuan7-13/+135
JIRA: DOCTOR-93 Change-Id: I6551d5e31799b967ce442cb05a664c0d64a3dcf8 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-04-27Merge "Change role of doctor user to _member_"Tomi Juvonen2-14/+75
2017-04-26add framework and toxdongwenjuan6-1/+118
JIRA: DOCTOR-93 Change-Id: Ife3255c4fe2d170c5d1b8354aaab24d5b1e3bc64 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-04-18Change role of doctor user to _member_Tomi Juvonen2-14/+75
Change role of doctor user to _member_ Do needful changes to API calls Add admin a role to project Add Fuel support JIRA: DOCTOR-80 Change-Id: Ic7f88b9ceb6c4fc90e5e985ecfbc50c907b2367e Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2017-03-31[docs] fix link in danube release notesRyota MIBU1-2/+2
Change-Id: Idd02339dd8547359d4e73849b94e071fb6aeaaf1 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-31Fix release notes referenceYujun Zhang1-1/+1
Change-Id: I4351600917570e3b9eddeefab43fee7882d20ddf Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-03-30danube release notesRyota MIBU4-113/+159
Change-Id: Ic2401cc2c3e57324504d2c2d66a69c2e90a4ee91 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-30Remove numberingShubhamRathi9-13/+0
Remove numbering from documents as its showing up in all headings in the composite documents. Change-Id: I6c0171868f3c70082a8a42e5a33514dfbddab1ba Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-12Add installation and configuration instructions for Vitrage as the Inspector.Ifat Afek1-0/+47
Change-Id: Ibe0bdf20872ae87c6e88263bba6b3a0e21c74940 Signed-off-by: Ifat Afek <ifat.afek@nokia.com>
2017-03-08Merge "[apex] change config for doctor testing"Carlos Goncalves1-1/+63
2017-03-08Merge "Adding Labels"Carlos Goncalves7-0/+14
2017-03-08Adding LabelsShubhamRathi7-0/+14
Labels serve as anchors/ refs when referenced from other documents This patch adds labels to docs/*/*/index.rst Change-Id: Iaf67246a415cf3bedb5b8c7028a35b3e1bd99d35 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-03-08[apex] change config for doctor testingRyota MIBU1-1/+63
JIRA: DOCTOR-96 Change-Id: I5b0923ffeb53ff53ad9f780b8b5ebdce834d995a Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-07Adding back the summary to the requirement document, but updated withGerald Kunzmann1-0/+21
current Doctor status Change-Id: Iba7f7f6ff97c4c651e8403a969739d3fced2aec0 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-03-07Merge "Updated implemented architecture description and figure"Carlos Goncalves3-113/+66
2017-03-06Updated implemented architecture description and figureCarlos Goncalves3-113/+66
Also removes implementation plan for OPNFV Arno. JIRA: DOCTOR-81 Change-Id: I22a711a7b8096e86a8f0b17d6875d00b15667c0c Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2017-03-06add upstream gerrit pathRyota MIBU1-6/+19
Change-Id: Iba10e6c3020aeec8d48dcc72e13698bffef03f0f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-06Merge "Updates to Danube release documentation: JIRA: DOCTOR-81"Ryota Mibu2-37/+0
2017-03-05urgent bug fixes for danube (2)Ryota MIBU4-16/+47
- use relevant identity version estimated from OS_AUTH_URL - (apex) unset OS_PROJECT_ID Change-Id: I7e51c7d5510baaa4d14b16600f9efa6fcfc011b9 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-04urgent bug fixes for danube (1)Ryota MIBU5-124/+74
- create "doctor_net" and use it in VM creation in order to avoid virtual network issues - make sample inspector use keystone v3 - use "openstack compute service set" for unset force_down - drop nova_force_down.py as keystone returns nova v2.1 - use '--os-project-name' except for ceilometer cli - avoid ping check (wait_ping) with empty "COMPUTE_IP" - add missing '$' in quota update args - move ping check (wait_ping) into unset_forced_down_hosts() and perform ping check only to downed compute hosts - use wait_until() instead of wait_ping() - put out unset_forced_down_hosts from collect_logs() JIRA: DOCTOR-95 Co-Authored-By: Carlos Goncalves <carlos.goncalves@neclab.eu> Change-Id: I3275ff5dd993b82029dac6a58087096baa251022 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-03-02Updates to Danube release documentation: JIRA: DOCTOR-81Gerald Kunzmann2-37/+0
Proposal to remove "History" table as the history of the document can be seen from the releases. Proposal to remove "Summary and conclusion" as it is outdated and not necessarily needed. Change-Id: I3ebd73fd7b42d0c11209dfde93f5839762e432a6 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-03-02[test] print log filesRyota MIBU1-0/+9
Change-Id: Id8f307624564a6b822595689dbde64fee351b17f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-17[docs] add test manualRyota MIBU2-0/+87
Change-Id: Ieb02b6fdf5f09fcd8bb803c1186c45284755061c Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-17Merge "Update docs structure according to new guidelines in ↵Ryota Mibu50-24/+30
https://wiki.opnfv.org/display/DOC"
2017-02-17Merge "Add multiple VM support"Ryota Mibu2-70/+180
2017-02-17Add multiple VM supportTomi Juvonen2-70/+180
Add support to run Doctor test with more than one VM by setting VM_COUNT to wanted amount of VMs. Normally half of those VMs gets scheduled to host that is used for Doctor testing. JIRA: DOCTOR-77 Change-Id: I9fac96c6f53c290fccc35a2fd933b9fb106b96f2 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
2017-02-16Update docs structure according to new guidelines in ↵Gerald Kunzmann50-24/+30
https://wiki.opnfv.org/display/DOC Change-Id: I1c8c20cf85aa46269c5bc369f17ab0020862ddc5 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-02-10improve installation manual (add congress config)Ryota MIBU1-1/+58
JIRA: DOCTOR-85 Change-Id: I17d5a5c393cc92013a1cf82f6a0f76c360ab7c02 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-03Merge "refactor lib/installer"Ryota Mibu6-72/+136
2017-02-02refactor lib/installerRyota MIBU6-72/+136
- make sure expected parameters and functions are set - remove all installer dependent codes from run.sh except non-used function which will be removed later on Change-Id: I4628173ef0891d893146976c7553ed6a95329957 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-02Merge "Fix bugs in profiler"Tomi Juvonen2-26/+45
2017-02-02correct usage of common functionsRyota MIBU4-6/+7
Change-Id: I5c486c5f08880f6b3b6b4b393360752fb6077bed Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-02Fix functions for fuel installerRyota MIBU4-87/+120
JIRA: DOCTOR-58 Change-Id: Ic9326791007a3afa754cc64423b46adc17c59dc0 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-31Fix bugs in profilerYujun Zhang2-26/+45
- collect disable_network.log - use Python oneliner instead of `bc` - rename T00 from hostdown to linkdown - add step collect_logs - move profiler to a dedicated step - reorder function definitions to elimate warning on unresolved variable - redirect also stderr to log JIRA: DOCTOR-94 Change-Id: Ic63e5163945c5b21fd1d1c0bf99be353c11c2ada Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-31improve cleanup() in run.shRyota MIBU4-15/+48
- make sure all hosts are unset force_down flag - load all functions for inspector and installer first in order to avoid 'command not found' error - also, print VM if it has error state Change-Id: If56cba201e1a5f3669a97ffb3d28b3c55c7cdb58 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-30print git headRyota MIBU1-0/+1
Change-Id: I62b1cbc0a6a443ca7457fc2d5896aafe5d06396f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-27Fix an issue with the latest build as proposed by Aric inGerald Kunzmann1-12/+12
https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-January/014799.html This patch is not changing the content of the document. Change-Id: I2db06bd2cbcc22be2b4dda3fd7ad6fe0403f22a0 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-01-26Merge "Update the documentation to Danube release: JIRA: DOCTOR-81"Ryota Mibu8-82/+198
2017-01-24Merge "Several editorial corrections and improvements"Carlos Goncalves4-26/+44
2017-01-19Editorial fix on the fault table in 5.5.3Gerald Kunzmann1-1/+1
Change-Id: Ia4e56ece218e27c497e8f49637a15957e7d080e6 Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
2017-01-19Merge "Several updates to the alarm comparison table in Section 5.5.3"Carlos Goncalves1-41/+75
2017-01-19Several updates to the alarm comparison table in Section 5.5.3Gerald Kunzmann1-41/+75
Change-Id: I18662be95a265f825df2e020abd2f93fb3bada2c Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>