Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/doctor from branch 'master'
- Gambia release note update
Latest changes and DOCTOR-130
Change-Id: I224ba7f0ac4d0a853a72d6667c8e464ad4d8ccf7
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Minor docs updates
Version history is not needed in the final version. Page navigation is
availalble on the left side on docs.opnfv.org
Change-Id: If1edb5f8da407b6bce2f6aeccd53aca9c8494a1a
Signed-off-by: Sofia Wallin <sofia.wallin@est.tech>
|
|
* Update docs/submodules/doctor from branch 'master'
- fix building docs
Change-Id: Ie9d07f5a039e43f6468cabb41c610fd642e4c825
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Fix SSH client connection reset
SSH connection might be reseted with long running session.
This may happen if run "testcase=all"
Change-Id: I232ae906628411dfbe0bbdbdc8d4fb43167760fd
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Support Apex with services in containers"
- Support Apex with services in containers
Upstream apex now works in containers, so if used, it needs to be supported
JIRA: DOCTOR-130
Change-Id: I3d73a1699e4fee53b001f043f55d0eeefa7bfb7b
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "fix the username to login undercloud in Apex"
- fix the username to login undercloud in Apex
Change-Id: I6d5325166db642b3481a0327f518ec821a8ab378
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Local Documentation Builds"
- Local Documentation Builds
This adds configuration for performing local documentation builds
with the following simple command:
tox -e docs
This patch is part of our documentation effor to Move away from
submodules
https://docs.opnfv.org/en/latest/how-to-use-docs/local-build-transition.html
Your project is now required to have a docs/index.rst so if you are
missing this file please create it.
Change-Id: I32a91a4194e4afe98f4c964052e99419b22330ba
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
* Update docs/submodules/doctor from branch 'master'
- Updated from global requirements
Change-Id: Icf3ec4a67b226157e7bc526d460bb735b0d94d55
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Fix links to remove references to submodules"
- Fix links to remove references to submodules
All references to submodules must be removed for docs to
work going forward.
Can be tested once your project has a local tox file
Change-Id: I3f04ea564b98cc100ea1438f08b1afe3c4c4416d
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
|
|
* Update docs/submodules/doctor from branch 'master'
- Gambia release notes
Change-Id: I1aadea6c7fd0183715c9eaa77e2551e6d0607795
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "delete doctor datasource in congress when cleanup"
- delete doctor datasource in congress when cleanup
If we delete doctor driver in congress configuration when cleanup,
the doctor datasource still existed, it will be raise an exeption
in congress server and the service can't be started.
Change-Id: Icefde9964229ef3d55af09cc2e81680cb8d19813
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "run profile even the notification time is larger than 1S"
- run profile even the notification time is larger than 1S
Change-Id: Ide5ff5e1c894e3144ac07f14b76b7092539d39f6
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Update and add test case
Fault management test case update
Adding maintenance test csae
Change-Id: I4ba1e445aa9f801c4e539257fff538253675537d
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- bugfix: add doctor datasource in congress
Change-Id: I465fd6c59daf99dd543488a15819dab78e8cdd7b
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Update the maintenance design document"
- Update the maintenance design document
JIRA: DOCTOR-125
Change-Id: Ideb1482fa026213bfe5ebc7a1da89cfed634950f
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Add maintenance test code
-Add sample admin_tool
-Add sample app_manager
-Modify sample inspector
JIRA: DOCTOR-106
Change-Id: I52cffecaa88452ce5e7cc6487534c88fcfd378ad
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
- Add setup and cleanup for maintenance test
JIRA: DOCTOR-106
Change-Id: Idb95e1391e8f9094f68e2c7bc79fd2d7e01af9de
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "bugfix: kill the stunnel when cleanup"
- bugfix: kill the stunnel when cleanup
Popen.terminate() will kill the child process, but if you set the
shell argument to True, this is the process ID of the spawned shell,
so the stunnels are still exit.It will cause the failure of stunnel
setup in the next test runtime.
see: https://stackoverflow.com/questions/4789837/how-to-terminate-a-python-subprocess-launched-with-shell-true/4791612#4791612
Change-Id: I578611510f5bd1eb0dbd9a08ab408ccf101594f7
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "add ssh_keyfile for connect to installer in Apex"
- add ssh_keyfile for connect to installer in Apex
Change-Id: I8809a24e75c0260f67d3e128b8bbd1becf924529
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Add tox and test case to testing document"
- Add tox and test case to testing document
Change-Id: I105bd1e92fb70c8dc4a5c239b6574b73bf1b3154
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- enlarge the time of link down
Change-Id: I063d7ba9b3eb8999cb2b08e7c6deca2644eb169e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- bugfix: fix the filename of ssh tunnel
The stunnel will be setup failed in the docker if we have the .log
at the end of file name.
Change-Id: I272a9fa3b668d49b0e26752403ad41a67dcfedc7
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Use py34 instead of py35
Change-Id: I597723147a195f0f76210aeafd610fc79527de64
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- add INSPECTOR_TYPE and TEST_CASE to tox env
Change-Id: I752c6e383b2b9d2c0cd90ce3ebd6927489ab4bd0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Doctor releasenotes Fraser 6.2
Change-Id: I18625dc03f050e2d424cfcd1bd10534647db5525
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- [consumer] fix default value for port number
Port number of consumer should be int instead of str.
Change-Id: I7f7c7b23ede094d1d3278ef4cd5f971fb57ca2e8
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Fraser 6.1.0
Change-Id: Id26ebd8438f26f60efe3f433e6c46ae76ab95d4a
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Release note for Fraser"
- Release note for Fraser
Change-Id: I22db79ca21c9812b8ab5ef88e9e6aa51b5f6ce05
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Updated Doctor feature configuration doc"
- Updated Doctor feature configuration doc
Change-Id: I1217439d46be7659fa372451c2bc686e8c2030f0
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- bugfix: certificate for https for MCP in baremetal
In Mcp baremetal env, doctor test is always failed because of
ssl certificate for https.
Change-Id: Ia443c6463fe177ff4e1ab5a86429750fbd23740c
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Updated Doctor user configuration doc"
- Updated Doctor user configuration doc
Change-Id: I71539412285c8f7865890880fdfc8c5268156f68
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Added more upstream work"
- Added more upstream work
Change-Id: Ifc5bf04272add8d1d8db2b128bdc7dbae24ba5e8
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Updated the testing doc
Remove references to bash script (code now removed), updated links
Change-Id: I6fb66b7700ee044f125cd283645dfa07d2c63aac
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "get 'test_case' option form environment variable"
- get 'test_case' option form environment variable
Get 'test_case' option form environment variable. If no
environment variable, use the default value so that we can
specify the test case in doctor verify job.
Change-Id: I1bc25d024ca56637d779006d685b57254af355a5
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Updated from global requirements
Change-Id: I3ba9e49daddda8d8824991591def0114dc4d6011
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "support MCP installer"
- support MCP installer
1.support MCP installer
2.optimize the installer code
JIRA: DOCTOR-121
Change-Id: I8675c2652944575a8f73d0d1e2dafaad5a3e88e3
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- optimize the fault notification test
Change-Id: I47572b4515049c49f9aa04bf7984757779a605f3
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- PTL change
Change-Id: Id5af307f16fce9fd6d1642aee368496c9d9631c4
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- resignation of Peter Lee
This patch also updates INFO.yaml as well.
Change-Id: Ifafba7f17efa1727b47eb7c00112f591b1830049
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Auto Generated INFO.yaml file"
- Auto Generated INFO.yaml file
INFO.yaml meant to be machine readable.
This file was auto generated from an ldap lookup
and your projects INFO file.
Meeting times are not currently filled out.
please ammend this patchset to complete
Going forward comitter promotions should be done
against this file.
PTLs:
Must be merged for you to gain delete access on
testresults.opnfv.org
If project_lead: is missing (my script could not parse)
please amend with same from commiters section eg:
project_lead: &opnfv_dovetail_ptl
name: 'Lead Name'
email: 'lead email'
id: 'lead lfid'
company: 'lead company'
Change-Id: I4d6a569cc129931ebe32d7c4d02ee517e9eff756
Signed-off-by: agardner <agardner@linuxfoundation.org>
|
|
* Update docs/submodules/doctor from branch 'master'
- Removing temporary process group solution.
Introducing root cause fix for sample inspector shutdown
JIRA: DOCTOR-123
Change-Id: Ibc95d482f476b60584c224d8e2757d071149d611
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "Committer removal (Mario Cho)"
- Committer removal (Mario Cho)
https://lists.opnfv.org/pipermail/opnfv-tsc/2018-March/004177.html
Change-Id: Iebe3b006ac7b921c489dc6819916d250b6695f2f
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- add yamllint configuration
We need configure yamllint which will be run in the opnfv-lint job.
[1] https://gerrit.opnfv.org/gerrit/#/c/53095
Change-Id: I77558e586ff3c531ec3f42eaffccf2f0eeaa648f
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- At least APEX will not work with Fraser if we do not wait 120 sec for AODH
Change-Id: I4e3e510f51258e892b467f819951bd1a98625f90
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Add process group so can kill possible hanging subprocesses.
This should be workaround before actual fix is done.
JIRA: DOCTOR-123
Change-Id: I70fd4ed9d2aa2cc3a6c46e2515062b7acd31ca0a
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- resignation of Carlos Goncalves
https://lists.opnfv.org/pipermail/opnfv-tsc/2018-January/004069.html
Change-Id: I9567ee5cfe43df3d1012ed5b1560b9bf9090c5c5
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- create flavor for Apex installer
As doctor functest CI runs failed in Apex installer, it indicates
that flavor is None. See http://artifacts.opnfv.org/logs/functest/lf-pod1/2018-01-21_05-30-00/doctor-notification.log
Change-Id: Ia7a7111a7c6b94864f2e12f30969fe6e411058af
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- change test_case option
This patch changes the way to specify target test case to be run,
'test_fault_management' --> 'fault_management'.
Also, the default is set to 'fault_management'. The reason to this
is not to block any other on-going activities for Fraser release.
Change-Id: I92305477a84ffa0e703c36d309fbdf97435782aa
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "fix the pep8 check"
- fix the pep8 check
Change-Id: I91b8b6cd07d859a1d1abdc25f015a3c3b2756fab
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
|
|
* Update docs/submodules/doctor from branch 'master'
- Merge "ability to run maintenance test"
- ability to run maintenance test
JIRA: DOCTOR-119
Change-Id: I98e556fba30eb7ba244cb9d0d88a9e95c39193ff
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
* Update docs/submodules/doctor from branch 'master'
- Updated from global requirements
Change-Id: If61652d0dc7734b4fcc8678cdc425121d0fdd580
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|