Jenkins
ffbd263888
Merge "[Doc] Update software version"
2017-08-07 07:41:02 +00:00
Jenkins
adac2c0c16
Merge "Fix ironic client input parameter"
2017-08-07 07:39:53 +00:00
Jenkins
f700ca4e0f
Merge "Fix incorrect action status in notifications"
2017-08-07 07:21:08 +00:00
OpenStack Proposal Bot
382f641b22
Updated from global requirements
...
Change-Id: Ie647221a3ab055e7b150d65ffb9287b44ef834cb
2017-08-07 00:56:18 +00:00
Jenkins
c4888fee63
Merge "Update the documention for doc migration"
2017-08-03 03:21:24 +00:00
Jenkins
76f85591ea
Merge "[Doc] Add Configure Cinder Notifications"
2017-08-02 10:25:13 +00:00
Jenkins
b006cadd22
Merge "Ignore autogenerated sample config file"
2017-08-02 10:23:15 +00:00
Jenkins
1fd2053001
Merge "[Doc] Add cinder to architecture diagram"
2017-08-02 10:22:12 +00:00
Jenkins
6a920fd307
Merge "Fix show db version in README"
2017-08-02 08:20:36 +00:00
Jenkins
514eeb75ef
Merge "Update State diagram of Action Plan"
2017-08-02 07:08:52 +00:00
licanwei
b43633fa6d
Fix ironic client input parameter
...
The correct parameter is 'os_endpoint_type'
Change-Id: I80b03af8c55ec1d89ff1fbdd9894115b819ccde4
2017-08-01 22:35:01 -07:00
licanwei
d5a7d7674c
Fix show db version in README
...
watcher-db-manage version: Print the current version
Change-Id: Ie08eb682879b2c071f724a6847094650047bde34
2017-08-01 21:54:48 -07:00
Jenkins
bce87b3d05
Merge "Modification of statistic_aggregation method"
2017-08-01 08:12:33 +00:00
aditi
3043e57066
Update State diagram of Action Plan
...
This patch updates the state machine diagram for action plan, It
includes new state "cancelling" which is introduced by actionplan
cancel operation
Change-Id: I0af59f2164922c56d59fbad8018e2aecfef97098
2017-08-01 04:49:14 +00:00
Jenkins
be8b163a62
Merge "Added Actuator Strategy"
2017-08-01 00:30:05 +00:00
mergalievibragim
4f38595e4e
Modification of statistic_aggregation method
...
In this patch feching resource_id by resource's original_id was added to
statistic_aggregation method.
Closes-Bug: #1707653
Change-Id: I70b9346146f810e2236ccdb31de4c3fedf200568
2017-07-31 14:03:18 +00:00
aditi
30def6f35b
Fix incorrect action status in notifications
...
This patch fixes incorrect action status in action execution
notification.
Change-Id: I1859f6183e2b4f8f380b8c9a13e3e0b7feb4b8e2
Closes-Bug: #1706860
2017-07-31 11:06:47 +00:00
Vincent Françoise
0b31828a01
Added Actuator Strategy
...
This strategy now allow us to create action plans with an explicit
set of actions.
Co-Authored-By: Mikhail Kizilov <kizilov.mikhail@gmail.com >
Change-Id: I7b04b9936ce5f3b5b38f319da7f8737e0f3eea88
Closes-Bug: #1659243
2017-07-31 10:52:07 +00:00
Jenkins
b5ac97bc2d
Merge "Fix continuous audit fails once it fails"
2017-07-31 07:41:57 +00:00
Hidekazu Nakamura
398974a7b0
[Doc] Update software version
...
1. Update python version from 3.4 to 3.5
2. Update Ubuntu version from 14.04 to 16.04
3. Update Fedora version from 19+ to 24+
Change-Id: Ic5e9bbd126e10697300c6ffd51ff55d0b815d5ca
2017-07-31 15:12:41 +09:00
Hidekazu Nakamura
3a29b4e710
Fix continuous audit fails once it fails
...
Currently continuous audit fails once it fails
because continous audit tries to remove job
even if job is not exists.
This patch set fixes it.
Change-Id: Ic461408c97d71e14c57e368f8436b26fe355fa4e
Closes-Bug: #1706857
2017-07-31 11:01:04 +09:00
OpenStack Proposal Bot
8024dbf913
Updated from global requirements
...
Change-Id: If6105a3b911757ac3204e9c73e793b5cee58c1a8
2017-07-28 13:02:45 +00:00
Jenkins
529b0d34ee
Merge "Fix Hardcoded availability zone in nova-helper"
2017-07-28 08:38:30 +00:00
aditi
dac0924194
Fix Hardcoded availability zone in nova-helper
...
This patch fixes the hardcoded value of availability zone
in nova-helper, Now nova api is used to get the availability zone
of destination node
Change-Id: I4c5a34946ed404df5bbfe34ce99873d32772dbf4
2017-07-28 03:55:13 +00:00
Jenkins
3bb66b645c
Merge "Saving Energy Strategy"
2017-07-27 12:32:21 +00:00
Jenkins
63cebc0bfa
Merge "dynamic action description"
2017-07-27 12:09:44 +00:00
Yumeng Bao
5a28ac772a
Saving Energy Strategy
...
Add strategy to trigger "power on" and "power off" actions in watcher.
Change-Id: I7ebcd2a0282e3cc7b9b01cf8c744468ce16c56bb
Implements: blueprint strategy-to-trigger-power-on-and-power-off-actions
Co-Authored-By: licanwei <li.canwei2@zte.com.cn >
2017-07-27 19:04:26 +08:00
Jenkins
fe7ad9e42b
Merge "Add volume migrate action"
2017-07-27 09:40:14 +00:00
Jenkins
711de94855
Merge "Add release notes for Pike"
2017-07-27 09:40:03 +00:00
licanwei
5817f6833c
Fix gate-watcher-python27-ubuntu-xenial FAILURE
...
There is no exc.HTTPUnauthorized in monascaclient now.
Change-Id: I1942b32d4581d1770819aa083a640f394c17d25a
Closes-Bug: #1706858
1.3.0
2017-07-27 15:20:51 +08:00
licanwei
a24b7f0b61
dynamic action description
...
Add a new table to save the mapping
Add logic to update the table when action loading
Add logic to show the action description
Change-Id: Ia008a8715bcc666ab0fefe444ef612394c775e91
Implements: blueprint dynamic-action-description
2017-07-26 20:42:01 -07:00
Hidekazu Nakamura
c03668cb02
[Doc] Add cinder to architecture diagram
...
Cinder data model was added in Pike cycle.
This patch set adds cinder to architecture diagram.
Change-Id: Ibf590996494f4e6ebcc59b26fbd562d079cea9ef
2017-07-26 21:50:33 +09:00
Alexander Chadin
aab18245eb
Add release notes for Pike
...
This patch set adds release notes for Pike release.
Change-Id: I4a962ed3d20ca746a470a7ee8b2de2cf703f94f5
2017-07-26 10:45:15 +03:00
Hidekazu Nakamura
c12178920b
[Doc] Add Configure Cinder Notifications
...
Cinder data model was added in Pike cycle and that needs
configuration in cinder.conf for refreshing the model in
real time.
This patch set adds Add Configure Cinder Notifications section
for explaining the configuration.
Change-Id: I41cc870e2d47c56fd7c9fcdd6f03c95fa939c3f2
2017-07-26 16:31:29 +09:00
zhengwei6082
f733fbeecd
Update the documention for doc migration
...
Change-ID: Ic3dc2a93caac99f1dbe3547350a87fc01d0d4181
2017-07-26 15:26:13 +08:00
Jenkins
67754102c8
Merge "Remove all sphinx warnings"
2017-07-26 01:07:44 +00:00
Jenkins
6545f9c2ad
Merge "Update the documention for doc migration"
2017-07-25 13:25:42 +00:00
Jenkins
583c23b9d9
Merge "Update URLs in documents according to document migration"
2017-07-25 13:25:36 +00:00
Jenkins
ea9ab8d6e5
Merge "Update default ironic endpoint type"
2017-07-25 13:20:59 +00:00
Alexander Chadin
8fd57276be
Remove all sphinx warnings
...
This patch set fixes all sphinx warnings and makes
https://docs.openstack.org/watcher/latest/configuration/index.html
available.
Change-Id: I76a715c10cb1d582419ff37869093fa9b8678310
2017-07-25 07:31:53 +00:00
zhengwei6082
1d197e5e8f
Update the documention for doc migration
...
Change-Id: I003f4b0abde102b07646ef180e2506bca19162ff
2017-07-25 06:22:03 +00:00
Hidekazu Nakamura
b33337b7bd
Replace voluptuous with JSONSchema in BaseAction
...
Now that we replaced voluptuous with JSONSchema in all actions,
this patch replaces voluptuous with JSONSchema in BaseAction
and removes validate_parameters method in each action.
Partially Implements: blueprint jsonschema-validation
Change-Id: I07c907ddfa4a568d7fff42776df02218330d56a0
2017-07-25 13:19:13 +09:00
melissaml
d0b9b6ce38
Update URLs in documents according to document migration
...
Change-Id: I52396f2bed4b0fde889b37cabb6a15225a63cc0d
2017-07-25 10:07:44 +08:00
OpenStack Proposal Bot
3cd847e2ab
Updated from global requirements
...
Change-Id: I5631ff4426442335051cc55c1af2f855b08e19f7
2017-07-23 19:11:17 +00:00
Jenkins
ba907f4905
Merge "Remove testenv for install-guide"
2017-07-22 01:20:07 +00:00
Alexander Chadin
8e787d0a87
Remove testenv for install-guide
...
Since install-guide is placed in doc/source/
we don't need additional env to build it.
Change-Id: Idcc711a4d5f4a88e960f22795b7e101ae388551e
2017-07-21 12:54:06 +03:00
Jenkins
b45c7b678e
Merge "Add title to administrator guide"
2017-07-21 09:37:52 +00:00
Jenkins
ec64e04cc5
Merge "[Doc] Add gnocchi to system architecture diagram"
2017-07-21 07:41:31 +00:00
Jenkins
f206c2d425
Merge "Enable migration to rely on nova-scheduler"
2017-07-21 02:44:31 +00:00
Hidekazu Nakamura
bff76de6f1
Add volume migrate action
...
This patch adds volume migrate action.
Change-Id: I9f46931d2a7edff4c727d674ec315924b9ae30c2
Implements: blueprint volume-migrate-action
2017-07-21 11:27:37 +09:00