doctor.git
8 years agoAdd reference to service-status-notification bp 43/843/1 2015.1.0
Balazs Gibizer [Tue, 16 Jun 2015 15:02:46 +0000 (17:02 +0200)]
Add reference to service-status-notification bp

To make easier to cover the Maintenance Notification gap
a new bp was proposed to have AMQP notification for administrative
nova service status change. As soon as this bp gets implemented
Doctor (via Ceilometer) can get notification if the status of
nova service (e.g. nova-compute) is changed administratively.
Changing the nova-compute service status to down means that
nova will not use the compute node any more for new instances
so this is very much in line with putting a node in maintenance
node.

Signed-off-by: Balazs Gibizer <balazs.gibizer@ericsson.com>
Change-Id: I71a1621eb177ae6dd7da1a09285da68d398a30e8

8 years agoAdd Gerald to the committer list 07/807/1
Ryota MIBU [Fri, 12 Jun 2015 00:08:11 +0000 (09:08 +0900)]
Add Gerald to the committer list

JIRA: DOCTOR-7

Change-Id: I77fd00994f8dbf744bc6e9ff317a5989a02c7971
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
8 years agoAdd fullname on committer list 05/805/1
Ryota MIBU [Thu, 11 Jun 2015 15:13:20 +0000 (00:13 +0900)]
Add fullname on committer list

JIRA: DOCTOR-7

Change-Id: Iec3e7242deb52e9467eb35ae16bf6f1a13331cd3
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
8 years agoCommitter list update 04/804/1
Ryota MIBU [Thu, 11 Jun 2015 12:55:14 +0000 (21:55 +0900)]
Committer list update

JIRA: DOCTOR-7

Change-Id: I080372eac4f4c6b658103faa0739db47a094dc69
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
8 years agoMinor fix for lines exceeding 79 chars 73/773/1
Ryota MIBU [Thu, 4 Jun 2015 15:39:51 +0000 (00:39 +0900)]
Minor fix for lines exceeding 79 chars

JIRA: DOCTOR-4

Change-Id: Iaad32f25279445f9701be37f9baccd33d564372c
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
8 years agoRename title of section 5 (implementation) 12/712/3
Ryota MIBU [Tue, 2 Jun 2015 08:45:14 +0000 (17:45 +0900)]
Rename title of section 5 (implementation)

JIRA: DOCTOR-4

Change-Id: I8e1543eab71d7a24edbd6b839a55fc54f523a3d7
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
8 years agoFix build of blueprints in Makefile 13/713/1
Carlos Goncalves [Tue, 2 Jun 2015 09:32:39 +0000 (11:32 +0200)]
Fix build of blueprints in Makefile

JIRA: DOCTOR-4

Change-Id: Ie62751f6631c48c4dfecc869d5d95daaf6a1754f
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
8 years agoMerge "Add 'design_docs' dir and README"
Carlos Goncalves [Fri, 29 May 2015 15:27:27 +0000 (15:27 +0000)]
Merge "Add 'design_docs' dir and README"

8 years agoMerge "New nova API call to mark nova-compute down"
Carlos Goncalves [Tue, 19 May 2015 00:17:33 +0000 (00:17 +0000)]
Merge "New nova API call to mark nova-compute down"

8 years agoMerge "Remove tariling white spaces from LICENSE file"
Carlos Goncalves [Tue, 19 May 2015 00:13:10 +0000 (00:13 +0000)]
Merge "Remove tariling white spaces from LICENSE file"

8 years agoDoctor requirement deliverable 04/304/12
Carlos Goncalves [Tue, 14 Apr 2015 12:07:43 +0000 (14:07 +0200)]
Doctor requirement deliverable

JIRA: DOCTOR-4

Change-Id: Ie80bfc8deac5822a70c1258b9ee8ffeec2b1c3a6
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
9 years agoRemove tariling white spaces from LICENSE file 95/395/1
Ryota MIBU [Tue, 21 Apr 2015 10:11:59 +0000 (19:11 +0900)]
Remove tariling white spaces from LICENSE file

Change-Id: Iab66227b3e030f30455fa9dee560f2c5bc1b62d7
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
JIRA: DOCTOR-6

9 years agoMerge "Adding LICENSE file"
Ryota Mibu [Tue, 21 Apr 2015 10:10:32 +0000 (10:10 +0000)]
Merge "Adding LICENSE file"

9 years agoNew nova API call to mark nova-compute down 71/371/1
Carlos Goncalves [Fri, 17 Apr 2015 13:04:51 +0000 (15:04 +0200)]
New nova API call to mark nova-compute down

New API call is needed to change the state of compute service "down"
immediately. This allows usage of evacuate API without a delay. Also as
external system will make sure host is down and no VMs left running,
there will be no possibility to break shared storage or use same IPs
again.

Change-Id: I0a9f805df865aadd8a250ee13cbabdf44de9567d
JIRA: DOCTOR-5
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
9 years agoAdding key prject facts (INFO) to the repository 69/369/1
Carlos Goncalves [Fri, 17 Apr 2015 12:33:19 +0000 (14:33 +0200)]
Adding key prject facts (INFO) to the repository

Change-Id: Ide8a5b8e64d49ed366c08c5b4fc60561be614024
JIRA: DOCTOR-2
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
9 years agoNew alarm evaluator for handling alarms on events 78/278/4
Ryota MIBU [Thu, 9 Apr 2015 07:45:12 +0000 (16:45 +0900)]
New alarm evaluator for handling alarms on events

NOTE: This is blueprint spec draft for OpenStack Ceilomter.

This blueprint proposes to add a new alarm evaluator for handling
alarms on events passed from other OpenStack services, that provides
event-driven alarm evaluation which makes new sequence in Ceilometer
instead of the polling-based approach of the existing Alarm Evaluator,
and realizes immediate alarm notification to end users.

JIRA: DOCTOR-3
Change-Id: Ie1a50111d82ad3c808c8ec2350e15119165cebff
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
9 years agoAdd 'design_docs' dir and README 47/347/3
Ryota MIBU [Thu, 16 Apr 2015 12:34:14 +0000 (21:34 +0900)]
Add 'design_docs' dir and README

Change-Id: I7ede23af89aaca6df1f600b84117b32ef95f87a4
JIRA: DOCTOR-1
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
9 years agoAdding LICENSE file 10/110/1
Aric Gardner [Fri, 6 Mar 2015 20:32:19 +0000 (15:32 -0500)]
Adding LICENSE file

Change-Id: Ia4063ad9ac1eb6fc3c70203d0ad9594681fab38c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
9 years agoAdding .gitreview to doctor more information at https://wiki.opendaylight.org/view...
Aric Gardner [Mon, 19 Jan 2015 17:55:49 +0000 (12:55 -0500)]
Adding .gitreview to doctor more information at https://wiki.opendaylight.org/view/Git-review_Workflow

Change-Id: Ib3aa1fb7dc2006d6a3a76d3f9e2773056ef1485c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
9 years agoInitial empty repository
Aric Gardner [Mon, 15 Dec 2014 16:39:16 +0000 (16:39 +0000)]
Initial empty repository