Alexander Chadin
cc2962af4a
Add hostname to API Reference
...
This patch set adds hostname attribute to Audit and
ActionPlan resources in API Reference.
Change-Id: I187d44dc401d3d1770452022b8610570d459cc98
2018-08-13 16:44:22 +03:00
OpenStack Release Bot
7247d2f95b
Update reno for stable/rocky
...
Change-Id: I3b0cdde07815261bb8a69947573f5d9e32f02106
2018-08-08 14:10:50 +00:00
Zuul
b471b4ca36
Merge "Fix TypeError in LOG.debug"
1.12.0
2018-08-08 12:11:09 +00:00
Zuul
2be5bd1c3f
Merge "fix unit test:test_execute_audit_with_interval_no_job"
2018-08-08 10:06:56 +00:00
licanwei
d79edb93d6
Fix TypeError in LOG.debug
...
Change-Id: I4a4050081d0a22cc66fdb311ef676d0ba802bb72
Closes-Bug: #1785962
2018-08-07 23:44:23 -07:00
Zuul
0c41f20df2
Merge "improve strategy doc"
2018-08-07 10:34:44 +00:00
Yumeng_Bao
249e3c9515
fix unit test:test_execute_audit_with_interval_no_job
...
The previous unit test does not indeed test the situation where there is no job.
Change-Id: I3a0835932134fa6d888e0611a9232e1098d3fe53
2018-08-07 15:44:29 +08:00
licanwei
a229fec4a6
improve strategy doc
...
Change-Id: Id84e086f316ab50999b43c4b4c60a59ca454e79c
2018-08-06 18:21:39 -07:00
licanwei
5c2b3f0025
remove get_flavor_instance
...
From nova api 2.47(see [1]),the flavor.id has been removed.
we could remove this unused get_flavor_instance.
[1] https://developer.openstack.org/api-ref/compute/#show-server-details
Change-Id: I19a30950c298ee5cde8e71548428330c101bcad6
2018-08-06 01:10:53 +00:00
Zuul
cf9b158713
Merge "remove voluptuous"
2018-08-03 08:32:14 +00:00
Zuul
2cb7871df0
Merge "Update watcher-db-manage help doc"
2018-08-03 08:26:42 +00:00
Zuul
7c83042aa1
Merge "Add noisy neighbor strategy doc"
2018-08-03 08:15:52 +00:00
Zuul
7103e60786
Merge "only check decision engine service"
2018-08-03 08:15:51 +00:00
Zuul
343128fcb9
Merge "Fix unittest MismatchError"
2018-08-02 08:38:38 +00:00
Zuul
a739f81bfb
Merge "remove extra'_' and space"
2018-08-02 08:19:58 +00:00
Zuul
d690b2b598
Merge "Fix AttributeError exception"
2018-08-01 07:28:43 +00:00
Zuul
4d1b9c1f04
Merge "Add apscheduler_jobs table to models"
2018-08-01 07:19:29 +00:00
licanwei
927d094907
Fix unittest MismatchError
...
Change-Id: I4030fb2c4ec89c6c653c2882be1052ed5cbd2cd7
Closes-Bug: #1784758
2018-07-31 22:47:39 -07:00
licanwei
57a4aae92b
only check decision engine service
...
We just need to check decision engine service status
when Rescheduling continuous audits.
This is an update for 1
1:https://review.openstack.org/#/c/586033
Change-Id: I05a17f39b6ff80c6b9382248c72cac571191e395
2018-08-01 01:10:25 +00:00
chenke
abd129002c
remove extra'_' and space
...
Change-Id: I85cdb0dd4e8f192181146b99f0416bf777a8279a
2018-07-31 20:07:40 +08:00
licanwei
b92a26345f
remove voluptuous
...
We have replaced voluptuous with jsonschema in [1].
Now voluptuous can be removed.
[1]: https://review.openstack.org/#/c/561182/
Change-Id: I99c65ed79ef166839838559a808ee7607389e07a
2018-07-30 19:03:26 -07:00
licanwei
843cd493c2
Update watcher-db-manage help doc
...
Change-Id: I472204687da138f23f51a56e24cc95a9ae3359fb
2018-07-30 04:05:34 -07:00
Alexander Chadin
bad257f402
Fix strategies with additional time to initialize CDM
...
Change-Id: I995cfe99443744eb9f5746be5fce6302b6a7b834
2018-07-27 13:14:38 +00:00
licanwei
c4821ceedf
Add apscheduler_jobs table to models
...
watcher-db-manage create_schema doesn't create apscheduler_jobs.
Change-Id: I57327317aab0186b0ff641111b90e6f958f1e5fe
Closes-Bug: #1783504
2018-07-26 20:00:34 -07:00
licanwei
abbb1317d3
Fix AttributeError exception
...
StartError is in exception, not Exception
Change-Id: Iff6ea38a2d0173173719f1cd840d9f3789fcf023
Closes-Bug: #1783924
2018-07-26 19:50:28 -07:00
Zuul
595cd1d435
Merge "Use jsonschema to validate efficacy indicators"
1.11.0
2018-07-26 12:06:57 +00:00
Zuul
df8419949b
Merge "Rescheduling continuous audits from FAILED nodes"
2018-07-26 11:49:29 +00:00
Zuul
05a8f0ba3e
Merge "Add HA support"
2018-07-26 11:49:28 +00:00
Alexander Chadin
20ffb5945f
Rescheduling continuous audits from FAILED nodes
...
This patch set adds background job that reschedules CONTINUOUS
audits from FAILED to ACTIVE decision engine nodes using round-robin
algorithm. It also contains fix for main[1] HA PS about filtering audits.
[1]: https://review.openstack.org/#/c/578102/
Partially-Implements: blueprint support-watcher-ha-active-active-mode
Change-Id: Ib248a6cd3adbd3927c47db6bb819300361492411
2018-07-26 09:57:35 +00:00
Alexander Chadin
e426a015ee
Add HA support
...
This patch set adds hostname field to Audit and Action Plan
objects to track services which execute these objects.
Change-Id: I786e419952925c380c969b12cc60f9a1004af96b
Partially-Implements: blueprint support-watcher-ha-active-active-mode
2018-07-26 12:54:11 +03:00
Zuul
f21f3dbb8b
Merge "Add actionplan list detail api ref"
2018-07-26 08:57:21 +00:00
licanwei
4a5175cbad
Add noisy neighbor strategy doc
...
Change-Id: I84add2103fd12c7b0c7e36d57fdfc4fe43e933b1
2018-07-26 00:45:40 -07:00
Zuul
996fc85081
Merge "Sync CDM among Decision Engines by using notification pool"
2018-07-26 07:44:52 +00:00
Zuul
758b1fab59
Merge "Add noisy neighbor description"
2018-07-26 01:53:39 +00:00
Zuul
fad85443b6
Merge "Fix service task interval"
2018-07-26 01:48:42 +00:00
Zuul
66723e97be
Merge "Check job before removing it"
2018-07-26 01:48:42 +00:00
Zuul
ac6a471d2f
Merge "remove LOG definitions that have not been used"
2018-07-26 01:38:56 +00:00
Zuul
550c306063
Merge "Update host_maintenance doc"
2018-07-25 14:35:30 +00:00
licanwei
b54647e6c0
Fix service task interval
...
Change-Id: Id6912c8d9c34b0aa3c0b5455586149747b07d491
2018-07-25 00:13:05 -07:00
licanwei
6a31f2c343
Add noisy neighbor description
...
Change-Id: Ibe0feb389e75c6ef52294413011e4fe250b42d0b
2018-07-25 02:45:51 +00:00
chenke
ea5252dd29
remove LOG definitions that have not been used
...
Change-Id: I6d1b942390a592e00755c5974995d0810085ace2
2018-07-25 10:31:03 +08:00
Zuul
1272ca579e
Merge "trivial: fix strategy name"
2018-07-24 11:03:19 +00:00
licanwei
e76b27c0fe
trivial: fix strategy name
...
Change-Id: Ic3df4233a544670ad4f736a0046725ea2797e337
2018-07-23 20:32:04 -07:00
licanwei
8377603f3c
update Ubuntu version from 14.04 to 16.04
...
Change-Id: Ia05e7bd45f0bf5d300d238396b52b313949e3bef
2018-07-23 18:35:42 -07:00
licanwei
9630e2c4e2
Update host_maintenance doc
...
add change_nova_service_state action help
Change-Id: I68c41a4342fc1a215d697ef4bb0d333794e6a077
2018-07-23 01:43:46 -07:00
licanwei
4022714f5d
Check job before removing it
...
Change-Id: Ibbd4da25fac6016a0d76c8f810ac567f6fd075f1
Closes-Bug: #1782731
2018-07-20 19:20:26 -07:00
licanwei
6fcdb5e74b
update monascaclient version
...
TimingSession is removed and replaced by keystone session (see [1]).
monasca client fixed it in [2].
Watcher need to update monascaclient version
[1] https://review.openstack.org/#/c/579139/
[2] https://review.openstack.org/#/c/582882
Closes-Bug: #1782276
Change-Id: I567b7727cbfe645c4d16e06a8cbb8eb8e33eb872
Co-Authored-By: zhurong <aaronzhu1121@gmail.com >
2018-07-20 14:34:10 +03:00
Zuul
31a1a2e7d7
Merge "Remove help message about ZeroMQ driver"
2018-07-20 08:48:31 +00:00
Zuul
3c817fe0a0
Merge "Switch to stestr"
2018-07-20 08:48:30 +00:00
Zuul
f95b755c09
Merge "Switch to oslo_messaging.ConfFixture.transport_url"
2018-07-20 08:23:28 +00:00