doctor.git
5 years agoUpdated from global requirements 27/67627/1 stable/hunter opnfv-8.0.0
Cédric Ollivier [Thu, 18 Apr 2019 23:41:26 +0000 (01:41 +0200)]
Updated from global requirements

Change-Id: Idf818a97b40e64995a999c9a9b3cf01c7a0deecb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoHunter release notes update 03/67603/1
Tomi Juvonen [Tue, 16 Apr 2019 08:43:56 +0000 (11:43 +0300)]
Hunter release notes update

Change-Id: I2704226153abe12b1ce09ccc2410c2bdbf62c74c
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoMerge "Fix tox to clean python cache" into stable/hunter
Tomi Juvonen [Tue, 16 Apr 2019 06:33:48 +0000 (06:33 +0000)]
Merge "Fix tox to clean python cache" into stable/hunter

5 years agoFix tox to clean python cache 92/67592/1
Tomi Juvonen [Mon, 8 Apr 2019 17:06:31 +0000 (20:06 +0300)]
Fix tox to clean python cache

Change-Id: I237ca87390966e66d3f908dcd9e7dc9cfcf35a9a
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
(cherry picked from commit 235730febc8e7d2f18a6a397d56f2a341688305a)

5 years agoHandle the exception for running the profiler 91/67591/1
dongwenjuan [Tue, 9 Apr 2019 02:22:52 +0000 (10:22 +0800)]
Handle the exception for running the profiler

Congress as inspector, currently we can't get the vmdown time
and hostdown time unless we get the log of congress and extract the times.

Change-Id: Ie8b9dff6048040a1f834033c4873c168225e9d8c
Signed-off-by: dongwenjuan <dongwenjuan1122@gmail.com>
(cherry picked from commit 468f1f1c88b993de227c9c6df7d53f1d5b2fef87)

5 years agoSupport Fenix as admin tool 19/66019/7
Tomi Juvonen [Fri, 21 Dec 2018 10:43:57 +0000 (12:43 +0200)]
Support Fenix as admin tool

If ADMIN_TOOL_TYPE=fenix we run maintenance testing using Fenix
instead of sample implementation. Testing will build Fenix
Docker container from latest master and make configuration
according to controller host.

JIRA: DOCTOR-131

Change-Id: I84c566b7afc3c4e488aeed63b5cf5c75046d1427
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoMerge "Wrong yamllint disable command"
Tomi Juvonen [Fri, 22 Mar 2019 04:16:58 +0000 (04:16 +0000)]
Merge "Wrong yamllint disable command"

5 years agoMerge "Add local.conf.sample for devstack deployment of Doctor"
wenjuan dong [Fri, 22 Mar 2019 01:35:12 +0000 (01:35 +0000)]
Merge "Add local.conf.sample for devstack deployment of Doctor"

5 years agoWrong yamllint disable command 32/67332/1
Aric Gardner [Thu, 21 Mar 2019 20:56:19 +0000 (16:56 -0400)]
Wrong yamllint disable command

I should have put disable rather than disable-line

-    # yamllint disable-line rule:line-length
+    # yamllint disable rule:line-length

Also removing the INFO file as it is not used anymore

Change-Id: I1e2c85bf15b41ff45d3a71e5fdb171e63339abca
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
5 years agoHi, the automation job failed. 09/67309/1
Aric Gardner [Tue, 19 Mar 2019 20:37:16 +0000 (16:37 -0400)]
Hi, the automation job failed.

This is due to lines being to long.

Please merge this for the changes to the committers
to take effect.

As a todo I am going to run a lint against
INFO.yaml changes.

Change-Id: I9cda59392381d4cec2560d65b830c8c5307cdea8
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
5 years agoRemove Ryota from committers 84/67184/1
Tomi Juvonen [Wed, 6 Mar 2019 11:34:49 +0000 (13:34 +0200)]
Remove Ryota from committers

Change-Id: If34e939a3406b215c8b20f867e1661451a846088
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoAdd local.conf.sample for devstack deployment of Doctor 21/67121/2
Trinh Nguyen [Wed, 27 Feb 2019 07:15:43 +0000 (16:15 +0900)]
Add local.conf.sample for devstack deployment of Doctor

Change-Id: I498d617f3ab9da3985089037d675752bbbc48d4d
Signed-Off-By: Trinh Nguyen <dangtrinhnt@edlab.xyz>
5 years agoRemoving committers 12/67112/1
Tomi Juvonen [Tue, 26 Feb 2019 06:24:34 +0000 (08:24 +0200)]
Removing committers

Change-Id: I65a41ce95053347cbbdaa8047c8ce0ca84f93dc7
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoUpdate to INFO file 07/66007/2
Gerald Kunzmann [Thu, 20 Dec 2018 14:03:32 +0000 (14:03 +0000)]
Update to INFO file

Change-Id: Iac34bf35805d36effd55950d12d47c65b478dfa5
Signed-off-by: Gerald Kunzmann <kunzmann@docomolab-euro.com>
5 years agoBug - Testing in Apex with OpenStack master fails 49/65449/9
Tomi Juvonen [Wed, 28 Nov 2018 09:48:27 +0000 (11:48 +0200)]
Bug - Testing in Apex with OpenStack master fails

Support yet another path to find config files.
Tune config changes to take effect properly for maintenance.
transport_url parcing enhanced.
Nova reset state to error takes well over 1 second these days
and at the end it then sends notification that we use.
Only reasonable thing is to send notification straight from
the Inspector as it should have been done in the first place.
Now we can do 200ms as total time, with just a few millisends
actuallly spent on sending the notification. Further one
could improve this by having node specific Inspector agent to
react even in more Telco grade speed.

Change-Id: I787f8e9dd6484842c6c568b15767018d11b36862
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoremove to set ceilometer config in MCP 45/65945/1
dongwenjuan [Tue, 18 Dec 2018 03:39:14 +0000 (11:39 +0800)]
remove to set ceilometer config in MCP

As Mcp already set the notifier for alarm in ceilometer configuration,
we remove the configuration workaround.

JIRA: DOCTOR-132

Change-Id: I30603d7f364fbbed143ebdb3dc6fdf71b10434a0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agoMerge "Support Fenix and sample implementation accordingly"
wenjuan dong [Thu, 22 Nov 2018 05:52:53 +0000 (05:52 +0000)]
Merge "Support Fenix and sample implementation accordingly"

5 years agoMerge "fix the configparser for Python 2 and 3 Compatibility"
Tomi Juvonen [Tue, 20 Nov 2018 11:44:24 +0000 (11:44 +0000)]
Merge "fix the configparser for  Python 2 and 3 Compatibility"

5 years agoSupport Fenix and sample implementation accordingly 97/63197/10
Tomi Juvonen [Fri, 5 Oct 2018 08:48:25 +0000 (11:48 +0300)]
Support Fenix and sample implementation accordingly

Fenix has now same capability as our sample implementation.
We can now support Fenix if manually installed on controllers.
Sample implementation should be closer to Fenix as Fenix is the
place to define the generic interfaces at the end.

JIRA: DOCTOR-131

Change-Id: Ied58b8f469dbcc4bb5caa787e62c1831a211ecd6
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoindex.rst was blank 51/65051/2
Aric Gardner [Mon, 12 Nov 2018 19:26:55 +0000 (14:26 -0500)]
index.rst was blank

Add index.rst for doctor

Change-Id: I1330b4e4c4c8cf5d7577e60063c0a6437eabd19b
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
5 years agoGambia release note update 31/64131/4
Tomi Juvonen [Mon, 29 Oct 2018 11:53:42 +0000 (13:53 +0200)]
Gambia release note update

Latest changes and DOCTOR-130

Change-Id: I224ba7f0ac4d0a853a72d6667c8e464ad4d8ccf7
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoMinor docs updates 79/64479/1
Sofia Wallin [Mon, 5 Nov 2018 09:54:20 +0000 (10:54 +0100)]
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>
5 years agofix building docs 91/64191/2
Tomi Juvonen [Tue, 30 Oct 2018 10:18:19 +0000 (12:18 +0200)]
fix building docs

Change-Id: Ie9d07f5a039e43f6468cabb41c610fd642e4c825
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoFix SSH client connection reset 29/64129/2
Tomi Juvonen [Mon, 29 Oct 2018 06:54:24 +0000 (08:54 +0200)]
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>
5 years agofix the configparser for Python 2 and 3 Compatibility 03/64103/2
dongwenjuan [Sat, 27 Oct 2018 02:40:07 +0000 (10:40 +0800)]
fix the configparser for  Python 2 and 3 Compatibility

Change-Id: I6ea9c031a8093d7ce94b49575cb6bfe348eb6c9a
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agoMerge "Support Apex with services in containers"
Tomi Juvonen [Thu, 25 Oct 2018 13:36:16 +0000 (13:36 +0000)]
Merge "Support Apex with services in containers"

5 years agoSupport Apex with services in containers 15/63015/13
Tomi Juvonen [Fri, 28 Sep 2018 09:15:43 +0000 (12:15 +0300)]
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>
5 years agoMerge "fix the username to login undercloud in Apex"
wenjuan dong [Thu, 25 Oct 2018 06:05:48 +0000 (06:05 +0000)]
Merge "fix the username to login undercloud in Apex"

5 years agofix the username to login undercloud in Apex 79/63979/2
dongwenjuan [Thu, 25 Oct 2018 03:23:58 +0000 (11:23 +0800)]
fix the username to login undercloud in Apex

Change-Id: I6d5325166db642b3481a0327f518ec821a8ab378
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agoMerge "Local Documentation Builds"
wenjuan dong [Mon, 15 Oct 2018 09:19:40 +0000 (09:19 +0000)]
Merge "Local Documentation Builds"

5 years agoUpdated from global requirements 37/63237/2
Cédric Ollivier [Sat, 6 Oct 2018 08:56:57 +0000 (10:56 +0200)]
Updated from global requirements

Change-Id: Icf3ec4a67b226157e7bc526d460bb735b0d94d55
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
5 years agoLocal Documentation Builds 21/62521/2
Aric Gardner [Tue, 18 Sep 2018 16:18:45 +0000 (12:18 -0400)]
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>
5 years agoMerge "Fix links to remove references to submodules"
Tomi Juvonen [Mon, 1 Oct 2018 10:10:40 +0000 (10:10 +0000)]
Merge "Fix links to remove references to submodules"

5 years agoGambia release notes 87/60587/5 opnfv-7.0.0
Tomi Juvonen [Mon, 6 Aug 2018 03:55:44 +0000 (06:55 +0300)]
Gambia release notes

Change-Id: I1aadea6c7fd0183715c9eaa77e2551e6d0607795
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoMerge "delete doctor datasource in congress when cleanup"
wenjuan dong [Tue, 18 Sep 2018 08:50:10 +0000 (08:50 +0000)]
Merge "delete doctor datasource in congress when cleanup"

5 years agoMerge "run profile even the notification time is larger than 1S"
wenjuan dong [Tue, 18 Sep 2018 06:57:41 +0000 (06:57 +0000)]
Merge "run profile even the notification time is larger than 1S"

5 years agorun profile even the notification time is larger than 1S 31/62431/1
dongwenjuan [Tue, 18 Sep 2018 02:15:28 +0000 (10:15 +0800)]
run profile even the notification time is larger than 1S

Change-Id: Ide5ff5e1c894e3144ac07f14b76b7092539d39f6
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agodelete doctor datasource in congress when cleanup 05/62405/2
dongwenjuan [Mon, 17 Sep 2018 02:42:07 +0000 (10:42 +0800)]
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>
5 years agoUpdate and add test case 35/60735/11
Tomi Juvonen [Wed, 8 Aug 2018 11:27:16 +0000 (14:27 +0300)]
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>
5 years agoFix links to remove references to submodules 45/62345/1
Aric Gardner [Fri, 14 Sep 2018 21:04:41 +0000 (17:04 -0400)]
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>
5 years agobugfix: add doctor datasource in congress 23/61223/7
dongwenjuan [Wed, 22 Aug 2018 01:48:58 +0000 (09:48 +0800)]
bugfix: add doctor datasource in congress

Change-Id: I465fd6c59daf99dd543488a15819dab78e8cdd7b
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agoMerge "Update the maintenance design document"
Tomi Juvonen [Fri, 10 Aug 2018 08:29:04 +0000 (08:29 +0000)]
Merge "Update the maintenance design document"

5 years agoAdd maintenance test code 75/53275/13
Tomi Juvonen [Thu, 8 Mar 2018 05:13:36 +0000 (07:13 +0200)]
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>
5 years agoAdd setup and cleanup for maintenance test 35/50735/28
Tomi Juvonen [Wed, 17 Jan 2018 08:20:44 +0000 (10:20 +0200)]
Add setup and cleanup for maintenance test

JIRA: DOCTOR-106

Change-Id: Idb95e1391e8f9094f68e2c7bc79fd2d7e01af9de
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoMerge "bugfix: kill the stunnel when cleanup"
Tomi Juvonen [Thu, 9 Aug 2018 08:53:35 +0000 (08:53 +0000)]
Merge "bugfix: kill the stunnel when cleanup"

5 years agoMerge "add ssh_keyfile for connect to installer in Apex"
wenjuan dong [Thu, 9 Aug 2018 06:07:37 +0000 (06:07 +0000)]
Merge "add ssh_keyfile for connect to installer in Apex"

5 years agobugfix: kill the stunnel when cleanup 63/60763/2
dongwenjuan [Wed, 8 Aug 2018 09:18:41 +0000 (17:18 +0800)]
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>
5 years agoMerge "Add tox and test case to testing document"
Tomi Juvonen [Thu, 9 Aug 2018 04:45:48 +0000 (04:45 +0000)]
Merge "Add tox and test case to testing document"

5 years agoenlarge the time of link down 53/60653/1
dongwenjuan [Tue, 7 Aug 2018 01:58:53 +0000 (09:58 +0800)]
enlarge the time of link down

Change-Id: I063d7ba9b3eb8999cb2b08e7c6deca2644eb169e
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agoAdd tox and test case to testing document 01/60601/1
Tomi Juvonen [Mon, 6 Aug 2018 10:12:31 +0000 (13:12 +0300)]
Add tox and test case to testing document

Change-Id: I105bd1e92fb70c8dc4a5c239b6574b73bf1b3154
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agobugfix: fix the filename of ssh tunnel 51/60551/1
dongwenjuan [Fri, 3 Aug 2018 06:06:53 +0000 (14:06 +0800)]
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>
5 years agoadd ssh_keyfile for connect to installer in Apex 59/60459/1
dongwenjuan [Wed, 1 Aug 2018 03:25:28 +0000 (11:25 +0800)]
add ssh_keyfile for connect to installer in Apex

Change-Id: I8809a24e75c0260f67d3e128b8bbd1becf924529
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agoUse py34 instead of py35 27/60427/1
Tomi Juvonen [Tue, 31 Jul 2018 10:11:51 +0000 (13:11 +0300)]
Use py34 instead of py35

Change-Id: I597723147a195f0f76210aeafd610fc79527de64
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoadd INSPECTOR_TYPE and TEST_CASE to tox env 05/60405/1
dongwenjuan [Tue, 31 Jul 2018 02:46:23 +0000 (10:46 +0800)]
add INSPECTOR_TYPE and TEST_CASE to tox env

Change-Id: I752c6e383b2b9d2c0cd90ce3ebd6927489ab4bd0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
5 years agoDoctor releasenotes Fraser 6.2 63/58963/2
Tomi Juvonen [Mon, 25 Jun 2018 04:36:53 +0000 (07:36 +0300)]
Doctor releasenotes Fraser 6.2

Change-Id: I18625dc03f050e2d424cfcd1bd10534647db5525
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoUpdate the maintenance design document 51/56051/8
Tomi Juvonen [Thu, 19 Apr 2018 08:47:36 +0000 (11:47 +0300)]
Update the maintenance design document

JIRA: DOCTOR-125

Change-Id: Ideb1482fa026213bfe5ebc7a1da89cfed634950f
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years ago[consumer] fix default value for port number 39/58339/1
Ryota MIBU [Thu, 7 Jun 2018 15:17:15 +0000 (00:17 +0900)]
[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>
5 years agoFraser 6.1.0 71/57771/2
Tomi Juvonen [Wed, 23 May 2018 18:16:22 +0000 (21:16 +0300)]
Fraser 6.1.0

Change-Id: Id26ebd8438f26f60efe3f433e6c46ae76ab95d4a
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoMerge "Release note for Fraser"
Tomi Juvonen [Mon, 23 Apr 2018 10:24:19 +0000 (10:24 +0000)]
Merge "Release note for Fraser"

5 years agoRelease note for Fraser 99/55299/4
Tomi Juvonen [Tue, 10 Apr 2018 06:17:21 +0000 (09:17 +0300)]
Release note for Fraser

Change-Id: I22db79ca21c9812b8ab5ef88e9e6aa51b5f6ce05
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
5 years agoMerge "Updated Doctor feature configuration doc"
Gerald Kunzmann [Mon, 23 Apr 2018 10:18:57 +0000 (10:18 +0000)]
Merge "Updated Doctor feature configuration doc"

5 years agobugfix: certificate for https for MCP in baremetal 33/56233/1
dongwenjuan [Mon, 23 Apr 2018 05:45:26 +0000 (13:45 +0800)]
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>
6 years agoMerge "Updated Doctor user configuration doc"
wenjuan dong [Thu, 19 Apr 2018 05:54:12 +0000 (05:54 +0000)]
Merge "Updated Doctor user configuration doc"

6 years agoMerge "Added more upstream work"
Ryota Mibu [Thu, 19 Apr 2018 03:30:05 +0000 (03:30 +0000)]
Merge "Added more upstream work"

6 years agoUpdated the testing doc 27/55827/2
Bertrand Souville [Mon, 16 Apr 2018 16:00:08 +0000 (18:00 +0200)]
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>
6 years agoAdded more upstream work 97/55897/2
Bertrand Souville [Tue, 17 Apr 2018 12:21:20 +0000 (14:21 +0200)]
Added more upstream work

Change-Id: Ifc5bf04272add8d1d8db2b128bdc7dbae24ba5e8
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdated Doctor user configuration doc 87/55887/2
Bertrand Souville [Tue, 17 Apr 2018 10:53:05 +0000 (12:53 +0200)]
Updated Doctor user configuration doc

Change-Id: I71539412285c8f7865890880fdfc8c5268156f68
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoUpdated Doctor feature configuration doc 85/55885/1
Bertrand Souville [Tue, 17 Apr 2018 10:10:13 +0000 (12:10 +0200)]
Updated Doctor feature configuration doc

Change-Id: I1217439d46be7659fa372451c2bc686e8c2030f0
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
6 years agoMerge "get 'test_case' option form environment variable"
wenjuan dong [Mon, 16 Apr 2018 02:57:49 +0000 (02:57 +0000)]
Merge "get 'test_case' option form environment variable"

6 years agoget 'test_case' option form environment variable 59/55559/1
dongwenjuan [Thu, 12 Apr 2018 09:06:28 +0000 (17:06 +0800)]
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>
6 years agoUpdated from global requirements 37/55537/1
Cédric Ollivier [Thu, 12 Apr 2018 07:25:02 +0000 (09:25 +0200)]
Updated from global requirements

Change-Id: I3ba9e49daddda8d8824991591def0114dc4d6011
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoMerge "support MCP installer"
Bertrand Souville [Wed, 28 Mar 2018 23:36:33 +0000 (23:36 +0000)]
Merge "support MCP installer"

6 years agooptimize the fault notification test 61/54161/4
dongwenjuan [Tue, 20 Mar 2018 07:13:14 +0000 (15:13 +0800)]
optimize the fault notification test

Change-Id: I47572b4515049c49f9aa04bf7984757779a605f3
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agosupport MCP installer 87/54087/3
dongwenjuan [Mon, 19 Mar 2018 09:12:03 +0000 (17:12 +0800)]
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>
6 years agoPTL change 07/53807/1
Ryota MIBU [Wed, 14 Mar 2018 17:12:49 +0000 (02:12 +0900)]
PTL change

Change-Id: Id5af307f16fce9fd6d1642aee368496c9d9631c4
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
6 years agoresignation of Peter Lee 97/53797/1
Ryota MIBU [Wed, 14 Mar 2018 13:18:22 +0000 (22:18 +0900)]
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>
6 years agoMerge "Auto Generated INFO.yaml file"
wenjuan dong [Mon, 12 Mar 2018 07:58:02 +0000 (07:58 +0000)]
Merge "Auto Generated INFO.yaml file"

6 years agoRemoving temporary process group solution. 11/52811/2
Tomi Juvonen [Wed, 28 Feb 2018 10:05:26 +0000 (12:05 +0200)]
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>
6 years agoAuto Generated INFO.yaml file 51/51551/5
agardner [Fri, 2 Feb 2018 22:52:50 +0000 (17:52 -0500)]
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>
6 years agoMerge "Committer removal (Mario Cho)"
Ryota Mibu [Wed, 7 Mar 2018 06:38:15 +0000 (06:38 +0000)]
Merge "Committer removal (Mario Cho)"

6 years agoadd yamllint configuration 31/53131/1
Ryota MIBU [Tue, 6 Mar 2018 02:07:33 +0000 (11:07 +0900)]
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>
6 years agoCommitter removal (Mario Cho) 81/53081/2
Ryota MIBU [Mon, 5 Mar 2018 06:21:39 +0000 (15:21 +0900)]
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>
6 years agoAt least APEX will not work with Fraser if we do not wait 120 sec for AODH 41/52341/1
Tomi Juvonen [Tue, 20 Feb 2018 06:59:47 +0000 (08:59 +0200)]
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>
6 years agoAdd process group so can kill possible hanging subprocesses. 75/52075/2
Tomi Juvonen [Tue, 13 Feb 2018 06:32:43 +0000 (08:32 +0200)]
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>
6 years agoresignation of Carlos Goncalves 89/50989/1
Ryota MIBU [Tue, 23 Jan 2018 12:22:25 +0000 (21:22 +0900)]
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>
6 years agocreate flavor for Apex installer 75/50975/2
dongwenjuan [Tue, 23 Jan 2018 08:25:24 +0000 (16:25 +0800)]
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>
6 years agochange test_case option 15/50615/1
Ryota MIBU [Mon, 15 Jan 2018 06:48:45 +0000 (15:48 +0900)]
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>
6 years agoMerge "fix the pep8 check"
Ryota Mibu [Mon, 15 Jan 2018 06:28:34 +0000 (06:28 +0000)]
Merge "fix the pep8 check"

6 years agoMerge "ability to run maintenance test"
Tomi Juvonen [Mon, 15 Jan 2018 04:53:21 +0000 (04:53 +0000)]
Merge "ability to run maintenance test"

6 years agofix the pep8 check 05/50605/1
dongwenjuan [Mon, 15 Jan 2018 01:43:46 +0000 (09:43 +0800)]
fix the pep8 check

Change-Id: I91b8b6cd07d859a1d1abdc25f015a3c3b2756fab
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoUpdated from global requirements 81/50481/1
Cédric Ollivier [Fri, 12 Jan 2018 08:16:28 +0000 (09:16 +0100)]
Updated from global requirements

Change-Id: If61652d0dc7734b4fcc8678cdc425121d0fdd580
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
6 years agoability to run maintenance test 13/49913/5
Tomi Juvonen [Wed, 3 Jan 2018 06:34:37 +0000 (08:34 +0200)]
ability to run maintenance test

JIRA: DOCTOR-119

Change-Id: I98e556fba30eb7ba244cb9d0d88a9e95c39193ff
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
6 years agoremove useless bash code 33/50333/1
dongwenjuan [Wed, 10 Jan 2018 01:42:05 +0000 (09:42 +0800)]
remove useless bash code

Change-Id: I530ef7fcdc4f9539517c5a2718e596f77de772a6
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agoMerge "support pep8 check"
Ryota Mibu [Tue, 9 Jan 2018 13:02:33 +0000 (13:02 +0000)]
Merge "support pep8 check"

6 years agoMerge "fix the CI error"
Tomi Juvonen [Tue, 9 Jan 2018 04:22:55 +0000 (04:22 +0000)]
Merge "fix the CI error"

6 years agofix the CI error 01/50201/3
dongwenjuan [Mon, 8 Jan 2018 06:42:03 +0000 (14:42 +0800)]
fix the CI error

Change-Id: I0b60e6f1e15cbe556c7555186352d28490b98acc
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agosupport pep8 check 45/49445/5
dongwenjuan [Thu, 21 Dec 2017 08:11:31 +0000 (16:11 +0800)]
support pep8 check

Change-Id: I3c4358694c57d27a207ae60712c44f717c8895f7
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agosupport daisy installer 11/50211/1
dongwenjuan [Mon, 8 Jan 2018 06:20:53 +0000 (14:20 +0800)]
support daisy installer

JIRA: DOCTOR-118

Change-Id: Id4d586fd2b7ca043cfd8231b9c46bdc581f039ab
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agouse keystone v3 API 51/48151/4
dongwenjuan [Fri, 1 Dec 2017 06:28:31 +0000 (14:28 +0800)]
use keystone v3 API

Change-Id: Ia642279a99ad9bf014764337c8a5170e3c98e2f2
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
6 years agosupport vitrage inspector for local installer 35/47835/3
dongwenjuan [Mon, 27 Nov 2017 09:42:17 +0000 (17:42 +0800)]
support vitrage inspector for local installer

JIRA: DOCTOR-122

Change-Id: I771f778767a204e809d892c70603e479c1ed2f5c
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>