chenke
701a248324
Adjust the same format as above
...
Change-Id: I98f6e052c6c37b9756e9bc7750306c8ce821f387
2018-11-06 20:37:59 +08:00
Zuul
59cae3268e
Merge "update datamodel by nova notifications"
2018-11-02 08:50:05 +00:00
Zuul
ffd67c37e6
Merge "Fix parameter type for cinder pool"
2018-11-02 03:23:57 +00:00
Tatiana Kholkina
34523ec285
Fix parameter type for cinder pool
...
The correct type of parameter 'pool' in method build_storage_pool is
<class 'cinderclient.v2.pools.Pool'>
Change-Id: I986f707e4e740ebec94a46c6ee413f9a70197dad
2018-11-01 10:47:47 +03:00
licanwei
a8eed9fc4c
update datamodel by nova notifications
...
Change-Id: Ib2676d6e69eb07644beae66bde22d308bbb836f1
Implements: blueprint update-datamodel-by-nova-notifications
2018-11-01 03:07:23 +00:00
Zuul
3c9a4f86b1
Merge "API Microversioning"
2018-10-31 13:05:51 +00:00
Zuul
e2338b00d0
Merge "add start and end time for continuous audit"
2018-10-31 13:05:50 +00:00
Zuul
1159e0a2ce
Merge "remove set_host_offline"
2018-10-29 11:49:39 +00:00
Zuul
22cfd16354
Merge "Add efficacy indicators for workload_stabilization strategy"
2018-10-29 11:46:48 +00:00
Alexander Chadin
c4a30153f1
API Microversioning
...
This patch set adds API microversion support along
with the first API microversion: start/end time for
CONTINUOUS audits.
APIImpact
Implements: blueprint api-microversioning
Depends-On: I6bb838d777b2c7aa799a70485980e5dc87838456
Change-Id: I17309d80b637f02bc5e6d33294472e02add88f86
2018-10-29 08:45:32 +00:00
Zuul
754674cab2
Merge "Fix oslo_versionedobjects warnings"
2018-10-26 06:27:50 +00:00
Zuul
aa6eac446b
Merge "Don't need nova notifications"
2018-10-25 13:18:39 +00:00
licanwei
f9fe6659db
remove set_host_offline
...
change_node_power_state action can be used to make a host offline.
set_host_offline never be used and the Nova os-hosts API is deprecated.
So remove it
https://developer.openstack.org/api-ref/compute/?expanded=update-host-status-detail#hosts-os-hosts-deprecated
Change-Id: I5f81fc9e2189db39b143d2935540d637bd2d88cc
2018-10-25 19:02:26 +08:00
licanwei
cbaf38519e
Watcher doesn't need paramiko
...
Change-Id: I46a1df82b2b7e4051f1a844ad17d1afa758a1fcb
2018-10-24 16:07:09 +08:00
licanwei
93890fb290
Don't need nova notifications
...
Now we have removed nova legacy notifications in Watcher
and just consume nova versioned notifications,
we don't need notification config in nova.conf
Change-Id: I1c9c141d98d858c36ad8bb7be0b95c38ff1d5752
2018-10-24 14:41:41 +08:00
Zuul
938bd336ca
Merge "Add framework for watcher-status upgrade check"
2018-10-24 03:39:42 +00:00
Alexander Chadin
62b9282b1e
Fix oslo_versionedobjects warnings
...
This patch set fixes warnings regarding invalid UUIDs and
static_root.
Change-Id: Icb0bbca9c05ee97ea9947a31db5e87b7837e42d0
2018-10-23 17:16:50 +03:00
Zuul
d1f946e121
Merge "Use limit -1 for nova servers list"
2018-10-22 10:47:31 +00:00
akhiljain23
d621f72730
Add framework for watcher-status upgrade check
...
This commit adds the functionality of watcher-status CLI for performing
upgrade checks as part of the Stein cycle upgrade-checkers goal.
It only includes a sample check which must be replaced by real checks in
future.
Change-Id: Ic3d066af439797d6f705e805334f729b52ce3aac
Story: 2003657
Task: 26164
2018-10-22 13:51:56 +05:30
Zuul
80754b80cb
Merge "Update documentation regarding DataSource for strategies"
2018-10-17 15:49:40 +00:00
Zuul
133bd3ca69
Merge "Don't quote {posargs} in tox.ini"
2018-10-17 08:46:06 +00:00
Alexander Chadin
7c9a856918
Update documentation regarding DataSource for strategies
...
Change-Id: Ifc82fc06858a4e5a2badef074cd6bb5ce4e216cb
2018-10-16 13:33:24 +03:00
Tatiana Kholkina
e5386aa745
Use limit -1 for nova servers list
...
By default nova has a limit for returned items in a single response [1].
We should pass limit=-1 to get all items.
[1] https://docs.openstack.org/nova/rocky/configuration/config.html
Change-Id: I1fabd909c4c0356ef5fcb7c51718fb4513e6befa
2018-10-16 11:13:49 +03:00
licanwei
b69fc584d8
tenant_id should be project_id in instance element
...
Change-Id: I4e8d35b5dbf62df2c653defb223aca7ec5032e3e
2018-10-12 16:40:09 +08:00
licanwei
c2550e534e
add start and end time for continuous audit
...
Add new start_time and end_time fields in the audit table
Partially Implements: blueprint add-start-end-time-for-continuous-audit
Change-Id: I6bb838d777b2c7aa799a70485980e5dc87838456
2018-10-12 11:21:17 +03:00
Dao Cong Tien
f41adc7e8b
Remove uses of rpc_backend (oslo_config)
...
As rpc_backend config option has been removed from
oslo_config [1], projects should not use it.
Current uses of it cause watcher crash when installing
via devstack.
[1] https://review.openstack.org/#/c/580910/
Change-Id: Iba7471e87e8935f1ea02b363f269e9debdc7cc71
2018-10-10 05:21:31 +00:00
98k
a073c42a9d
Don't quote {posargs} in tox.ini
...
Quotes around {posargs} cause the entire string to be combined into one
arg that gets passed to stestr. This prevents passing multiple args
(e.g. '--concurrency=16 some-regex')
Change-Id: I0371fc2c0878a177c0a9e9c9313ca5b8470bfd98
2018-10-09 21:34:51 +00:00
Zuul
05055b7064
Merge "Fix audit creation with named goal and strategy"
2018-10-05 09:34:05 +00:00
Tatiana Kholkina
f0b96b8a37
Do not pass www_authenticate_uri to RequestContext
...
Change-Id: I0ee32031d714608c33643b12b1e217a04157f5b3
Closes-Bug: #1795613
2018-10-03 12:21:55 +03:00
Zuul
59cadfd2ea
Merge "remove nova legacy notifications"
2018-09-30 02:39:07 +00:00
licanwei
5265b06a9b
remove nova legacy notifications
...
http://lists.openstack.org/pipermail/openstack-dev/2018-August/133071.html
Closes-Bug: #1793048
Change-Id: Id591c8979fd4a6bda674588060eaf51386d937cb
2018-09-30 09:03:00 +08:00
Alexander Chadin
bb2f6d230c
Fix link to Watcher API
...
Change-Id: I64f234257043d8fe2b7932f3b8ddbd01d63957f1
Closes-Bug: #1769084
2018-09-25 16:52:04 +03:00
Alexander Chadin
7cb81ac6c5
Fix audit creation with named goal and strategy
...
This patch set fixes process of audit creation and
allows to create audit without Audit Template using only
names of Goal and Strategy. It also provides some additional
unit tests to improve tests covering.
Change-Id: I89a9c7661616f49639151869055d8f5ebe723d5f
Closes-Bug: #1794233
2018-09-25 13:44:54 +03:00
Tatiana Kholkina
925b971377
Provide region name while initialize clients
...
Add new option 'region_name' to config for each client section.
Change-Id: Ifad8908852f4be69dd294a4c4ab28d2e1df265e8
Closes-Bug: #1787937
2018-09-19 16:54:46 +03:00
Alexander Chadin
81c241bef7
Add efficacy indicators for workload_stabilization strategy
...
This patch set adds efficacy indicators for workload_balancing
goal (that includes workload_stabilization and workload_balance
strategies so far).
Change-Id: I5b04d084ace7c661001c62f07b8308e5763e144d
2018-09-18 19:46:37 +03:00
Zuul
c641fd33e7
Merge "Fix wrong audit scope"
2018-09-18 09:54:01 +00:00
licanwei
1f3c96d077
ignore .testrepository
...
Change-Id: I62d5ab34e64b1bfadb602515eeb0308af1496e6b
2018-09-14 11:04:20 +08:00
licanwei
9e00d1bb1f
Fix wrong audit scope
...
Closes-Bug #1792368
Change-Id: I3349cbe9ad66233b1b28ffb3c76e003432a843a1
2018-09-14 10:59:25 +08:00
Zuul
8e40880882
Merge "Remove warning log in common.context"
2018-09-11 22:31:09 +00:00
Zuul
cab3b58205
Merge "add python 3.6 unit test job"
2018-09-11 16:04:24 +00:00
Zuul
4c330c22f4
Merge "switch documentation job to new PTI"
2018-09-11 16:04:21 +00:00
Zuul
5f05c10037
Merge "Follow the new PTI for building docs"
2018-09-11 16:04:20 +00:00
Nguyen Hai
bb31cc59dd
add python 3.6 unit test job
...
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I3b5663945f3ee3e9fd8d36acd2ad28faff58daa2
Story: #2002586
Task: #24344
2018-09-11 04:11:14 +00:00
Nguyen Hai
37d9aa526c
switch documentation job to new PTI
...
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Depends-On: https://review.openstack.org/#/c/594176/
Change-Id: I66df141b69103e1389a294b75daadb292673e8a0
Story: #2002586
Task: #24344
2018-09-11 04:11:10 +00:00
Nguyen Hai
0b40479d52
Follow the new PTI for building docs
...
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html
Change-Id: I86d2460231d246005cfdace75c50dc54c137f0ca
2018-09-10 20:28:26 -06:00
OpenStack Proposal Bot
35e9422e07
Imported Translations from Zanata
...
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html
Change-Id: I58e45eaeea6ff29d7a32b7b7b8e5f774f5809eff
2018-09-09 06:30:14 +00:00
Zuul
619f326e44
Merge "Remove hosts if can't find hosts in host agrregate"
2018-09-07 10:17:08 +00:00
Zuul
7404d2510a
Merge "Fix goal method in policy"
2018-09-06 14:39:30 +00:00
licanwei
3861f1c845
Remove warning log in common.context
...
oslo_context may add new fields in request context, there are no
need to warning these fields.
Closes-Bug #1790577
Change-Id: Ic96c1f1e1a80099d9dafa95a014fc47f05b88e42
2018-09-05 11:21:16 +08:00
licanwei
d822a0f37e
Remove hosts if can't find hosts in host agrregate
...
Change-Id: Ie2dc20d8068f6d945a487238a0b6e5bc2f72fa3b
Closes-Bug: #1789366
2018-09-04 10:03:47 +08:00