Gerald Kunzmann [Tue, 24 May 2016 07:29:04 +0000 (07:29 +0000)]
Merge "Adding checking of host_status"
Tomi Juvonen [Mon, 16 May 2016 10:38:23 +0000 (13:38 +0300)]
Adding checking of host_status
Checking of host_status is added for non-admin user to see that
installer have properly set the Nova policy.json like:
"os_compute_api:servers:show:host_status": "rule:admin_or_owner"
JIRA: DOCTOR-61
Change-Id: Ieee997951b54f25b698ef0b70a628cfcf87b396a
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Zhang Yujun [Fri, 20 May 2016 06:19:26 +0000 (14:19 +0800)]
Fix typo and inconsistency
JIRA: DOCTOR-37
Change-Id: I67a38611a828a5d293cdfd1702b37fc89f5229a0
Signed-off-by: Zhang Yujun <zhang.yujunz@zte.com.cn>
Tomi Juvonen [Thu, 19 May 2016 03:50:24 +0000 (03:50 +0000)]
Merge "Manual for get-valid-server-state"
Tomi Juvonen [Tue, 10 May 2016 07:36:52 +0000 (10:36 +0300)]
Manual for get-valid-server-state
Change-Id: I684b94c18bc1961859907b5565f8498b97987092
JIRA: DOCTOR-47
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Carlos Goncalves [Tue, 17 May 2016 09:40:52 +0000 (11:40 +0200)]
Run 'ip' with sudo
Change-Id: I3de7749746dfd2eb0a67a428b7f0ae4503c14123
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Carlos Goncalves [Sun, 20 Mar 2016 21:23:44 +0000 (22:23 +0100)]
Fix disable_network.sh and 'ip' path
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>
Carlos Goncalves [Sun, 20 Mar 2016 17:15:17 +0000 (17:15 +0000)]
Add support to multi-installers and local envs
As of now, only support for Apex is available. This patch makes things easier
to extend support for other OPNFV installers. The patch also adds explicit
support for local OpenStack environments (e.g. deployed via devstack).
Change-Id: Ib36e8fef2418dfabbaa56b933f533650d184d4e3
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Ryota Mibu [Tue, 22 Mar 2016 23:35:56 +0000 (23:35 +0000)]
Merge "Output log when compute node is back online"
Carlos Goncalves [Mon, 21 Mar 2016 21:35:39 +0000 (22:35 +0100)]
Fix typos in strings
Change-Id: I1fe3adf5db8539178c0e068b73b22948d0e574d2
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Carlos Goncalves [Sun, 20 Mar 2016 21:05:39 +0000 (22:05 +0100)]
Output log when compute node is back online
The network interface of the compute node is set to down for 180 seconds, and
then brought up back again. While it's unreachable we cannot call out the
COMPUTE_IP:disable_network.log
Change-Id: Iaa90339093c8fda88d883b688a4c8495e78414b7
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Ryota MIBU [Thu, 25 Feb 2016 13:19:02 +0000 (22:19 +0900)]
docs: add index.rst files to component docs
Change-Id: I1256d21bc01c7f1343859e28b47c15d9d284bddf
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Sat, 20 Feb 2016 15:19:29 +0000 (00:19 +0900)]
test: add nova_force_down client
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>
Ryota MIBU [Sat, 20 Feb 2016 04:08:30 +0000 (13:08 +0900)]
test: fix bugs (ssh args and force-down in cleanup)
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>
Ryota MIBU [Fri, 19 Feb 2016 13:11:47 +0000 (22:11 +0900)]
test: fix bugs (scp -l and trap ERR)
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>
Ryota MIBU [Fri, 19 Feb 2016 01:05:01 +0000 (10:05 +0900)]
test: fix bug: missing installer_ip in scp args
Change-Id: Ia9bf6ffb8a6bd4f2672aa50bb7841a7dc37e48ea
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Thu, 18 Feb 2016 03:30:31 +0000 (12:30 +0900)]
test: fix DNS issue in test scenario
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>
Ryota MIBU [Fri, 12 Feb 2016 12:05:48 +0000 (21:05 +0900)]
tests: enable doctor test scenario with fixes
Change-Id: I2c0c939b41f28684a1697b0099f2df62ce27c6a3
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Tue, 9 Feb 2016 15:38:05 +0000 (00:38 +0900)]
docs: fix filename
See https://wiki.opnfv.org/documentation/userguide .
Change-Id: I2d03406de585785d13a58a8181efeaa674f97e31
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Mon, 8 Feb 2016 13:38:27 +0000 (22:38 +0900)]
tests: collect infra IPs
Change-Id: I2f1df56632827925784441c03aadc544c1e3c891
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Mon, 8 Feb 2016 13:41:40 +0000 (22:41 +0900)]
docs: fix filename and test4composite
Change-Id: I78366611efd26987a71c3ecf25d2406e6f489cca
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ildiko Vancsa [Wed, 3 Feb 2016 20:47:13 +0000 (21:47 +0100)]
Add license header to RST files
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>
Bertrand Souville [Wed, 3 Feb 2016 10:50:26 +0000 (11:50 +0100)]
Editorial changes in Section 5.2.2 NFVI Maintenance
JIRA: DOCTOR-14
Change-Id: If10dc1c00c674e26bb6fe6cf96efe2b70885748c
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Ryota MIBU [Thu, 28 Jan 2016 08:51:39 +0000 (17:51 +0900)]
contents for OPNFV composite docs
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Change-Id: I557819f8a67b8882de87c94bbca8177a89b55d6d
Carlos Goncalves [Fri, 29 Jan 2016 11:11:13 +0000 (11:11 +0000)]
Merge "tests: fix inject_failure() for deployment built by apex"
Ryota MIBU [Fri, 29 Jan 2016 05:44:27 +0000 (14:44 +0900)]
fix license description in code headers
Change-Id: Idb7b6e55e5760a9e6ba6cb0b512f1961488312ca
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Fri, 29 Jan 2016 00:15:15 +0000 (09:15 +0900)]
tests: fix inject_failure() for deployment built by apex
Change-Id: I1681761ec8be39768444baeff24b15a1e90c0182
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota Mibu [Tue, 26 Jan 2016 08:07:03 +0000 (08:07 +0000)]
Merge "Extend maintenance workflow"
Sofia Wallin [Wed, 20 Jan 2016 10:10:35 +0000 (11:10 +0100)]
Created a template for the User Guide
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>
Carlos Goncalves [Mon, 18 Jan 2016 08:19:37 +0000 (08:19 +0000)]
Merge "Support recovering VM on the same host"
bertys [Tue, 5 Jan 2016 11:25:05 +0000 (12:25 +0100)]
Extend maintenance workflow
JIRA: DOCTOR-11
Change-Id: Iafd6238cfe729be881224b97711d9776479a3241
Signed-off-by: bertys <souville@docomolab-euro.com>
Tomi Juvonen [Wed, 30 Dec 2015 08:47:35 +0000 (10:47 +0200)]
Support recovering VM on the same host
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
Carlos Goncalves [Tue, 12 Jan 2016 11:05:03 +0000 (11:05 +0000)]
Merge "docs: add platform overview"
Ryota MIBU [Thu, 7 Jan 2016 07:47:20 +0000 (16:47 +0900)]
docs: add platform overview
Change-Id: I61c9741a2bb5d3a1591d00c6cf23b0e56724eec4
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Fri, 8 Jan 2016 01:59:56 +0000 (01:59 +0000)]
Merge "disable doctor functional test"
Ryota MIBU [Fri, 8 Jan 2016 01:58:33 +0000 (10:58 +0900)]
disable doctor functional test
Change-Id: I3bd62b53651777fe020c3919c415e1f2d7b45164
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Fri, 8 Jan 2016 00:27:30 +0000 (09:27 +0900)]
fix docs build dirs in .gitignore
Change-Id: Iae9cc4b75af25ed7a5036ec8383bcc626848b12e
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota MIBU [Mon, 4 Jan 2016 07:12:39 +0000 (16:12 +0900)]
add test scenario and sample components
DOCTOR-22
Change-Id: I82cb572fadd057151c55396dd3ab4114539c8fa7
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Bertrand Souville [Mon, 21 Dec 2015 15:06:12 +0000 (16:06 +0100)]
Minor changes to NFVI Faults Annex (Fault Tables)
Change-Id: I76e09a69c46e6b1e6d86416aa4d8a2b4ecd006f3
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Ryota MIBU [Fri, 11 Dec 2015 06:28:24 +0000 (15:28 +0900)]
update .gitignore for swap files
Change-Id: I45a51335c2dd73813c8e9cce27880674135f8728
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Carlos Goncalves [Mon, 29 Jun 2015 09:34:16 +0000 (11:34 +0200)]
Note to spec file pointing to upstream activity
Change-Id: I0aef66c4abc11547a03191ba757ea8a717c1fa81
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Ryota MIBU [Thu, 26 Nov 2015 14:48:06 +0000 (23:48 +0900)]
change dirs to use new opnfv doc build script
Change-Id: Icfc17b1370fc111e0e9919f2f1c1d9ea8aee2702
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota Mibu [Wed, 25 Nov 2015 13:29:49 +0000 (13:29 +0000)]
Merge "Fencing requirement."
Tomi Juvonen [Wed, 23 Sep 2015 06:45:06 +0000 (09:45 +0300)]
Fencing requirement.
Update requirement documentation about fencing.
Change-Id: I3c0b4aaaa31c3eb958efc5cc483821ce96082aa8
Jira: DOCTOR-10
Carlos Goncalves [Thu, 8 Oct 2015 08:27:39 +0000 (08:27 +0000)]
Merge "Example as code, documentation template for sphinx build"
Ryota MIBU [Wed, 30 Sep 2015 05:55:16 +0000 (14:55 +0900)]
update Makefile to create index and public dir
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>
Tomi Juvonen [Thu, 10 Sep 2015 08:28:53 +0000 (11:28 +0300)]
Add manual for mark-host-down
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>
Aric Gardner [Thu, 10 Sep 2015 19:32:02 +0000 (15:32 -0400)]
Example as code, documentation template for sphinx build
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>
Carlos Goncalves [Tue, 1 Sep 2015 14:30:28 +0000 (14:30 +0000)]
Merge "Move fault table to the Annex"
Ryota Mibu [Mon, 31 Aug 2015 15:48:47 +0000 (15:48 +0000)]
Merge "Solves the duplicate figure numbering in PDF issue"
bertys [Wed, 26 Aug 2015 22:57:00 +0000 (00:57 +0200)]
Solves the duplicate figure numbering in PDF issue
JIRA: DOCTOR-13
Change-Id: Ie7349f71a6938407d439d28cf6f33e32e9301a31
Signed-off-by: bertys <souville@docomolab-euro.com>
bertys [Wed, 26 Aug 2015 18:20:46 +0000 (20:20 +0200)]
Move fault table to the Annex
JIRA: DOCTOR-15
Change-Id: Ib81f349e22cc1345831765b646ab56983f6a5f31
Signed-off-by: bertys <souville@docomolab-euro.com>
Ryota MIBU [Tue, 25 Aug 2015 12:52:15 +0000 (21:52 +0900)]
Replace word 'poison' by 'force'
JIRA: DOCTOR-8
Change-Id: I7b9fae85bd60b1ae2d0e51f1ffb970316d7d92ad
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota Mibu [Wed, 15 Jul 2015 07:01:08 +0000 (07:01 +0000)]
Merge "Clarifying fault propagation between phys-virtual"
Ryota Mibu [Wed, 15 Jul 2015 06:58:54 +0000 (06:58 +0000)]
Merge "Clairify notification related architecture"
Balazs Gibizer [Mon, 15 Jun 2015 09:12:05 +0000 (11:12 +0200)]
Clarifying fault propagation between phys-virtual
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
Balazs Gibizer [Tue, 16 Jun 2015 12:58:17 +0000 (14:58 +0200)]
Clairify notification related architecture
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
Ryota MIBU [Mon, 6 Jul 2015 09:31:06 +0000 (09:31 +0000)]
Merge "Replace chapter name by reST reference labels"
Ryota Mibu [Mon, 29 Jun 2015 13:43:02 +0000 (13:43 +0000)]
Merge "Adding fencing as general feature"
Carlos Goncalves [Mon, 29 Jun 2015 09:08:35 +0000 (09:08 +0000)]
Merge "Add a History table"
kunzmann [Fri, 26 Jun 2015 12:24:00 +0000 (14:24 +0200)]
Editorial on README
Just to get some hands-on experience with git/gerrit.
Signed-off-by: kunzmann <kunzmann@docomolab-euro.com>
kunzmann [Fri, 26 Jun 2015 12:11:37 +0000 (14:11 +0200)]
Updates to README
This is mainly to get hands-on experience on how to git commit.
JIRA: DOCTOR-6
Signed-off-by: kunzmann <kunzmann@docomolab-euro.com>
Carlos Goncalves [Tue, 23 Jun 2015 09:34:23 +0000 (11:34 +0200)]
Adding fencing as general feature
This patch is based on a related unresolved comment in
https://gerrit.opnfv.org/gerrit/#/c/304
At an earlier stage, we had identified fencing as a gap in Nova, but
this gap was removed. Who remembers why we made this decision? Is the
feature already sufficiently implemented in Nova? The related BP seems
obsoleted.
JIRA: DOCTOR-10
Co-Authored-By: Gerald Kunzmann <kunzmann@docomolab-euro.com>
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Change-Id: Id31ac1552a8f1e3506c5e4d533416611d6b95217
Carlos Goncalves [Tue, 23 Jun 2015 16:33:51 +0000 (18:33 +0200)]
Add a History table
JIRA: DOCTOR-4
Change-Id: I1ce28681cf7cc6ffc01f00ddf7e36a2bc9b69978
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
Ryota MIBU [Thu, 18 Jun 2015 11:32:13 +0000 (20:32 +0900)]
Replace chapter name by reST reference labels
JIRA: DOCTOR-4
Change-Id: I089eb1dcfb9f4a6c0a24f83d626ab24e46b94a57
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
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
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>
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>
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>
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>
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>
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>
Carlos Goncalves [Fri, 29 May 2015 15:27:27 +0000 (15:27 +0000)]
Merge "Add 'design_docs' dir and README"
Carlos Goncalves [Tue, 19 May 2015 00:17:33 +0000 (00:17 +0000)]
Merge "New nova API call to mark nova-compute down"
Carlos Goncalves [Tue, 19 May 2015 00:13:10 +0000 (00:13 +0000)]
Merge "Remove tariling white spaces from LICENSE file"
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>
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
Ryota Mibu [Tue, 21 Apr 2015 10:10:32 +0000 (10:10 +0000)]
Merge "Adding LICENSE file"
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>
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>
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>
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>
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>
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>
Aric Gardner [Mon, 15 Dec 2014 16:39:16 +0000 (16:39 +0000)]
Initial empty repository