Compare commits
98 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1caf89686c | ||
|
|
ed3224835a | ||
|
|
8a7e316f73 | ||
|
|
112ac3bbdf | ||
|
|
d1ab697612 | ||
|
|
095ca0ffb2 | ||
|
|
e1131a65d8 | ||
|
|
5e507e56f4 | ||
|
|
62cb8a8d29 | ||
|
|
50e5e86c75 | ||
|
|
e3dd5c2a7e | ||
|
|
630c2cbb79 | ||
|
|
d49c6c16a6 | ||
|
|
e51e7e4317 | ||
|
|
244d28afa6 | ||
|
|
7ac1d0d048 | ||
|
|
52d701a56e | ||
|
|
ea1fd5967a | ||
|
|
547bf0529f | ||
|
|
659cbf3207 | ||
|
|
eb5a362287 | ||
|
|
198d827645 | ||
|
|
ecb0e218a9 | ||
|
|
4228647d15 | ||
|
|
4f1d758a40 | ||
|
|
b4433db20a | ||
|
|
e03f56e7c7 | ||
|
|
d925166a25 | ||
|
|
4a5d8cf709 | ||
|
|
e3c6db11c6 | ||
|
|
59c5adc8ad | ||
|
|
840d422b01 | ||
|
|
e9d8a2882f | ||
|
|
6e09cdb5ac | ||
|
|
edd3d219d5 | ||
|
|
d433d6b3c8 | ||
|
|
c5d4f9cb40 | ||
|
|
41f579d464 | ||
|
|
1a2fa9addf | ||
|
|
9e5ca76116 | ||
|
|
fa63b2a2b3 | ||
|
|
22cad5651e | ||
|
|
a912977336 | ||
|
|
2d7a375338 | ||
|
|
45b82e1898 | ||
|
|
926dbc8392 | ||
|
|
0e440d37ee | ||
|
|
66934f29d3 | ||
|
|
7039a9d247 | ||
|
|
bbbae0b105 | ||
|
|
1d08d2eea1 | ||
|
|
23442a4da6 | ||
|
|
ed88b436af | ||
|
|
a48a16596f | ||
|
|
8f4a856bd2 | ||
|
|
85a46ce4d4 | ||
|
|
35066dfe60 | ||
|
|
fc9eb6e995 | ||
|
|
aaf6fd7959 | ||
|
|
5e077f37ea | ||
|
|
2ec8bc10cd | ||
|
|
89cea83c85 | ||
|
|
2dd00a2037 | ||
|
|
59e13fd1f3 | ||
|
|
4235ef7c24 | ||
|
|
a015af1bd2 | ||
|
|
dad90b63fd | ||
|
|
c6e5f98008 | ||
|
|
1341c0ee02 | ||
|
|
6e99fcffc3 | ||
|
|
a57f54ab8f | ||
|
|
d1490e3fa7 | ||
|
|
1324baf9f5 | ||
|
|
0adc7d91e6 | ||
|
|
0d7ded0bb3 | ||
|
|
80dfbd6334 | ||
|
|
7d40b3d4c3 | ||
|
|
cedf70559e | ||
|
|
cc561c528f | ||
|
|
87b494d52a | ||
|
|
d0bca1f2ab | ||
|
|
068178f12a | ||
|
|
99e6c4aebb | ||
|
|
b446f8afd2 | ||
|
|
7783ebfb71 | ||
|
|
22cfc495f4 | ||
|
|
360b0119d6 | ||
|
|
48fc90d7b6 | ||
|
|
c5ff387ae9 | ||
|
|
1bc6b0e605 | ||
|
|
345083e090 | ||
|
|
1a17c4b7ac | ||
|
|
c4dfbd5855 | ||
|
|
1981f3964e | ||
|
|
d792e3cfae | ||
|
|
f66eb463ca | ||
|
|
6a323ed54f | ||
|
|
d252d47cc0 |
@@ -2,3 +2,4 @@
|
|||||||
host=review.openstack.org
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/watcher.git
|
project=openstack/watcher.git
|
||||||
|
defaultbranch=stable/ocata
|
||||||
|
|||||||
@@ -129,6 +129,7 @@ function create_watcher_conf {
|
|||||||
iniset $WATCHER_CONF oslo_messaging_notifications driver "messaging"
|
iniset $WATCHER_CONF oslo_messaging_notifications driver "messaging"
|
||||||
|
|
||||||
iniset $NOVA_CONF oslo_messaging_notifications topics "notifications,watcher_notifications"
|
iniset $NOVA_CONF oslo_messaging_notifications topics "notifications,watcher_notifications"
|
||||||
|
iniset $NOVA_CONF notifications notify_on_state_change "vm_and_task_state"
|
||||||
|
|
||||||
configure_auth_token_middleware $WATCHER_CONF watcher $WATCHER_AUTH_CACHE_DIR
|
configure_auth_token_middleware $WATCHER_CONF watcher $WATCHER_AUTH_CACHE_DIR
|
||||||
configure_auth_token_middleware $WATCHER_CONF watcher $WATCHER_AUTH_CACHE_DIR "watcher_clients_auth"
|
configure_auth_token_middleware $WATCHER_CONF watcher $WATCHER_AUTH_CACHE_DIR "watcher_clients_auth"
|
||||||
@@ -187,7 +188,7 @@ function init_watcher {
|
|||||||
recreate_database watcher
|
recreate_database watcher
|
||||||
|
|
||||||
# Create watcher schema
|
# Create watcher schema
|
||||||
$WATCHER_BIN_DIR/watcher-db-manage --config-file $WATCHER_CONF create_schema
|
$WATCHER_BIN_DIR/watcher-db-manage --config-file $WATCHER_CONF upgrade head
|
||||||
fi
|
fi
|
||||||
create_watcher_cache_dir
|
create_watcher_cache_dir
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,3 +44,6 @@ LOGDAYS=2
|
|||||||
[[post-config|$NOVA_CONF]]
|
[[post-config|$NOVA_CONF]]
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
compute_monitors=cpu.virt_driver
|
compute_monitors=cpu.virt_driver
|
||||||
|
notify_on_state_change = vm_and_task_state
|
||||||
|
[notifications]
|
||||||
|
notify_on_state_change = vm_and_task_state
|
||||||
|
|||||||
@@ -45,3 +45,6 @@ LOGDAYS=2
|
|||||||
[[post-config|$NOVA_CONF]]
|
[[post-config|$NOVA_CONF]]
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
compute_monitors=cpu.virt_driver
|
compute_monitors=cpu.virt_driver
|
||||||
|
notify_on_state_change = vm_and_task_state
|
||||||
|
[notifications]
|
||||||
|
notify_on_state_change = vm_and_task_state
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
|
||||||
# Copyright (c) 2015 b<>com
|
# Copyright (c) 2015 b<>com
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
|||||||
54
doc/notification_samples/action_plan-create.json
Normal file
54
doc/notification_samples/action_plan-create.json
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
"publisher_id": "infra-optim:node0",
|
||||||
|
"payload": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"strategy_uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"strategy": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"display_name": "test strategy",
|
||||||
|
"name": "TEST",
|
||||||
|
"updated_at": null,
|
||||||
|
"parameters_spec": {},
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"deleted_at": null
|
||||||
|
},
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "StrategyPayload"
|
||||||
|
},
|
||||||
|
"created_at": null,
|
||||||
|
"audit_uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"audit": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"audit_type": "ONESHOT",
|
||||||
|
"scope": [],
|
||||||
|
"uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
|
"parameters": {},
|
||||||
|
"interval": null,
|
||||||
|
"deleted_at": null,
|
||||||
|
"state": "PENDING",
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"updated_at": null
|
||||||
|
},
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "TerseAuditPayload"
|
||||||
|
},
|
||||||
|
"uuid": "76be87bd-3422-43f9-93a0-e85a577e3061",
|
||||||
|
"global_efficacy": {},
|
||||||
|
"deleted_at": null,
|
||||||
|
"state": "RECOMMENDED",
|
||||||
|
"updated_at": null
|
||||||
|
},
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "ActionPlanCreatePayload"
|
||||||
|
},
|
||||||
|
"priority": "INFO",
|
||||||
|
"message_id": "5148bff1-ea06-4ad6-8e4e-8c85ca5eb629",
|
||||||
|
"event_type": "action_plan.create",
|
||||||
|
"timestamp": "2016-10-18 09:52:05.219414"
|
||||||
|
}
|
||||||
54
doc/notification_samples/action_plan-delete.json
Normal file
54
doc/notification_samples/action_plan-delete.json
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
{
|
||||||
|
"publisher_id": "infra-optim:node0",
|
||||||
|
"timestamp": "2016-10-18 09:52:05.219414",
|
||||||
|
"payload": {
|
||||||
|
"watcher_object.data": {
|
||||||
|
"uuid": "76be87bd-3422-43f9-93a0-e85a577e3061",
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"audit_uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"audit": {
|
||||||
|
"watcher_object.data": {
|
||||||
|
"uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
|
"interval": null,
|
||||||
|
"audit_type": "ONESHOT",
|
||||||
|
"scope": [],
|
||||||
|
"updated_at": null,
|
||||||
|
"deleted_at": null,
|
||||||
|
"state": "PENDING",
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"parameters": {}
|
||||||
|
},
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.name": "TerseAuditPayload",
|
||||||
|
"watcher_object.namespace": "watcher"
|
||||||
|
},
|
||||||
|
"global_efficacy": {},
|
||||||
|
"updated_at": null,
|
||||||
|
"deleted_at": null,
|
||||||
|
"strategy_uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"strategy": {
|
||||||
|
"watcher_object.data": {
|
||||||
|
"uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"name": "TEST",
|
||||||
|
"display_name": "test strategy",
|
||||||
|
"deleted_at": null,
|
||||||
|
"updated_at": null,
|
||||||
|
"parameters_spec": {}
|
||||||
|
},
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.name": "StrategyPayload",
|
||||||
|
"watcher_object.namespace": "watcher"
|
||||||
|
},
|
||||||
|
"state": "DELETED"
|
||||||
|
},
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.name": "ActionPlanDeletePayload",
|
||||||
|
"watcher_object.namespace": "watcher"
|
||||||
|
},
|
||||||
|
"event_type": "action_plan.delete",
|
||||||
|
"message_id": "3d137686-a1fd-4683-ab40-c4210aac2140",
|
||||||
|
"priority": "INFO"
|
||||||
|
}
|
||||||
55
doc/notification_samples/action_plan-execution-end.json
Normal file
55
doc/notification_samples/action_plan-execution-end.json
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"event_type": "action_plan.execution.end",
|
||||||
|
"payload": {
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "ActionPlanActionPayload",
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"deleted_at": null,
|
||||||
|
"audit_uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"audit": {
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "TerseAuditPayload",
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"deleted_at": null,
|
||||||
|
"uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
|
"scope": [],
|
||||||
|
"audit_type": "ONESHOT",
|
||||||
|
"state": "SUCCEEDED",
|
||||||
|
"parameters": {},
|
||||||
|
"interval": null,
|
||||||
|
"updated_at": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"uuid": "76be87bd-3422-43f9-93a0-e85a577e3061",
|
||||||
|
"fault": null,
|
||||||
|
"state": "ONGOING",
|
||||||
|
"global_efficacy": {},
|
||||||
|
"strategy_uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"strategy": {
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "StrategyPayload",
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"deleted_at": null,
|
||||||
|
"name": "TEST",
|
||||||
|
"uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"parameters_spec": {},
|
||||||
|
"display_name": "test strategy",
|
||||||
|
"updated_at": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"updated_at": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"priority": "INFO",
|
||||||
|
"message_id": "3984dc2b-8aef-462b-a220-8ae04237a56e",
|
||||||
|
"timestamp": "2016-10-18 09:52:05.219414",
|
||||||
|
"publisher_id": "infra-optim:node0"
|
||||||
|
}
|
||||||
65
doc/notification_samples/action_plan-execution-error.json
Normal file
65
doc/notification_samples/action_plan-execution-error.json
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
{
|
||||||
|
"event_type": "action_plan.execution.error",
|
||||||
|
"publisher_id": "infra-optim:node0",
|
||||||
|
"priority": "ERROR",
|
||||||
|
"message_id": "9a45c5ae-0e21-4300-8fa0-5555d52a66d9",
|
||||||
|
"payload": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "ActionPlanActionPayload",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"fault": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "ExceptionPayload",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"exception_message": "TEST",
|
||||||
|
"module_name": "watcher.tests.notifications.test_action_plan_notification",
|
||||||
|
"function_name": "test_send_action_plan_action_with_error",
|
||||||
|
"exception": "WatcherException"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"uuid": "76be87bd-3422-43f9-93a0-e85a577e3061",
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"strategy_uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"strategy": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "StrategyPayload",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"name": "TEST",
|
||||||
|
"updated_at": null,
|
||||||
|
"display_name": "test strategy",
|
||||||
|
"parameters_spec": {},
|
||||||
|
"deleted_at": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"updated_at": null,
|
||||||
|
"deleted_at": null,
|
||||||
|
"audit_uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"audit": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "TerseAuditPayload",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"parameters": {},
|
||||||
|
"uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"scope": [],
|
||||||
|
"updated_at": null,
|
||||||
|
"audit_type": "ONESHOT",
|
||||||
|
"interval": null,
|
||||||
|
"deleted_at": null,
|
||||||
|
"state": "PENDING"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"global_efficacy": {},
|
||||||
|
"state": "ONGOING"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"timestamp": "2016-10-18 09:52:05.219414"
|
||||||
|
}
|
||||||
55
doc/notification_samples/action_plan-execution-start.json
Normal file
55
doc/notification_samples/action_plan-execution-start.json
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"event_type": "action_plan.execution.start",
|
||||||
|
"payload": {
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "ActionPlanActionPayload",
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"deleted_at": null,
|
||||||
|
"audit_uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"audit": {
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "TerseAuditPayload",
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"deleted_at": null,
|
||||||
|
"uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
|
"scope": [],
|
||||||
|
"audit_type": "ONESHOT",
|
||||||
|
"state": "PENDING",
|
||||||
|
"parameters": {},
|
||||||
|
"interval": null,
|
||||||
|
"updated_at": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"uuid": "76be87bd-3422-43f9-93a0-e85a577e3061",
|
||||||
|
"fault": null,
|
||||||
|
"state": "ONGOING",
|
||||||
|
"global_efficacy": {},
|
||||||
|
"strategy_uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"strategy": {
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "StrategyPayload",
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"deleted_at": null,
|
||||||
|
"name": "TEST",
|
||||||
|
"uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"parameters_spec": {},
|
||||||
|
"display_name": "test strategy",
|
||||||
|
"updated_at": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"updated_at": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"priority": "INFO",
|
||||||
|
"message_id": "3984dc2b-8aef-462b-a220-8ae04237a56e",
|
||||||
|
"timestamp": "2016-10-18 09:52:05.219414",
|
||||||
|
"publisher_id": "infra-optim:node0"
|
||||||
|
}
|
||||||
63
doc/notification_samples/action_plan-update.json
Normal file
63
doc/notification_samples/action_plan-update.json
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
{
|
||||||
|
"payload": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"audit_uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"audit": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"audit_type": "ONESHOT",
|
||||||
|
"scope": [],
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"uuid": "10a47dd1-4874-4298-91cf-eff046dbdb8d",
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
|
"interval": null,
|
||||||
|
"updated_at": null,
|
||||||
|
"state": "PENDING",
|
||||||
|
"deleted_at": null,
|
||||||
|
"parameters": {}
|
||||||
|
},
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "TerseAuditPayload"
|
||||||
|
},
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"uuid": "76be87bd-3422-43f9-93a0-e85a577e3061",
|
||||||
|
"updated_at": null,
|
||||||
|
"state_update": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"old_state": "PENDING",
|
||||||
|
"state": "ONGOING"
|
||||||
|
},
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "ActionPlanStateUpdatePayload"
|
||||||
|
},
|
||||||
|
"state": "ONGOING",
|
||||||
|
"deleted_at": null,
|
||||||
|
"strategy_uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"strategy": {
|
||||||
|
"watcher_object.version": "1.0",
|
||||||
|
"watcher_object.data": {
|
||||||
|
"name": "TEST",
|
||||||
|
"uuid": "cb3d0b58-4415-4d90-b75b-1e96878730e3",
|
||||||
|
"display_name": "test strategy",
|
||||||
|
"created_at": "2016-10-18T09:52:05Z",
|
||||||
|
"updated_at": null,
|
||||||
|
"deleted_at": null,
|
||||||
|
"parameters_spec": {}
|
||||||
|
},
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "StrategyPayload"
|
||||||
|
},
|
||||||
|
"global_efficacy": {}
|
||||||
|
},
|
||||||
|
"watcher_object.namespace": "watcher",
|
||||||
|
"watcher_object.name": "ActionPlanUpdatePayload"
|
||||||
|
},
|
||||||
|
"publisher_id": "infra-optim:node0",
|
||||||
|
"priority": "INFO",
|
||||||
|
"timestamp": "2016-10-18 09:52:05.219414",
|
||||||
|
"event_type": "action_plan.update",
|
||||||
|
"message_id": "0a8a7329-fd5a-4ec6-97d7-2b776ce51a4c"
|
||||||
|
}
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
"state": "PENDING",
|
"state": "PENDING",
|
||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"deleted_at": null,
|
"deleted_at": null,
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
},
|
},
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"scope": [],
|
"scope": [],
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"parameters_spec": {
|
"parameters_spec": {
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"state": "DELETED",
|
"state": "DELETED",
|
||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"deleted_at": null,
|
"deleted_at": null,
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
},
|
},
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"scope": [],
|
"scope": [],
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"parameters_spec": {
|
"parameters_spec": {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"deleted_at": null,
|
"deleted_at": null,
|
||||||
"fault": null,
|
"fault": null,
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
},
|
},
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"scope": [],
|
"scope": [],
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"parameters_spec": {
|
"parameters_spec": {
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
"watcher_object.namespace": "watcher",
|
"watcher_object.namespace": "watcher",
|
||||||
"watcher_object.version": "1.0"
|
"watcher_object.version": "1.0"
|
||||||
},
|
},
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
@@ -37,6 +38,7 @@
|
|||||||
},
|
},
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"scope": [],
|
"scope": [],
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"parameters_spec": {
|
"parameters_spec": {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"deleted_at": null,
|
"deleted_at": null,
|
||||||
"fault": null,
|
"fault": null,
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
},
|
},
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"scope": [],
|
"scope": [],
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"parameters_spec": {
|
"parameters_spec": {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"deleted_at": null,
|
"deleted_at": null,
|
||||||
"fault": null,
|
"fault": null,
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
},
|
},
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"scope": [],
|
"scope": [],
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"parameters_spec": {
|
"parameters_spec": {
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
"watcher_object.namespace": "watcher",
|
"watcher_object.namespace": "watcher",
|
||||||
"watcher_object.version": "1.0"
|
"watcher_object.version": "1.0"
|
||||||
},
|
},
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
@@ -37,6 +38,7 @@
|
|||||||
},
|
},
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"scope": [],
|
"scope": [],
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"parameters_spec": {
|
"parameters_spec": {
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"updated_at": null,
|
"updated_at": null,
|
||||||
"deleted_at": null,
|
"deleted_at": null,
|
||||||
"fault": null,
|
"fault": null,
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
"uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
@@ -27,6 +28,7 @@
|
|||||||
},
|
},
|
||||||
"interval": null,
|
"interval": null,
|
||||||
"scope": [],
|
"scope": [],
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
"parameters_spec": {
|
"parameters_spec": {
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"payload": {
|
"payload": {
|
||||||
"watcher_object.name": "AuditUpdatePayload",
|
"watcher_object.name": "AuditUpdatePayload",
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
|
"strategy_uuid": "75234dfe-87e3-4f11-a0e0-3c3305d86a39",
|
||||||
"strategy": {
|
"strategy": {
|
||||||
"watcher_object.name": "StrategyPayload",
|
"watcher_object.name": "StrategyPayload",
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
@@ -36,6 +37,7 @@
|
|||||||
"scope": [],
|
"scope": [],
|
||||||
"created_at": "2016-11-04T16:51:21Z",
|
"created_at": "2016-11-04T16:51:21Z",
|
||||||
"uuid": "f1e0d912-afd9-4bf2-91ef-c99cd08cc1ef",
|
"uuid": "f1e0d912-afd9-4bf2-91ef-c99cd08cc1ef",
|
||||||
|
"goal_uuid": "bc830f84-8ae3-4fc6-8bc6-e3dd15e8b49a",
|
||||||
"goal": {
|
"goal": {
|
||||||
"watcher_object.name": "GoalPayload",
|
"watcher_object.name": "GoalPayload",
|
||||||
"watcher_object.data": {
|
"watcher_object.data": {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Overview
|
|||||||
Below you will find a diagram, showing the main components of Watcher:
|
Below you will find a diagram, showing the main components of Watcher:
|
||||||
|
|
||||||
.. image:: ./images/architecture.svg
|
.. image:: ./images/architecture.svg
|
||||||
:width: 100%
|
:width: 110%
|
||||||
|
|
||||||
|
|
||||||
.. _components_definition:
|
.. _components_definition:
|
||||||
@@ -37,13 +37,12 @@ AMQP Bus
|
|||||||
The AMQP message bus handles internal asynchronous communications between the
|
The AMQP message bus handles internal asynchronous communications between the
|
||||||
different Watcher components.
|
different Watcher components.
|
||||||
|
|
||||||
.. _cluster_history_db_definition:
|
.. _cluster_datasource_definition:
|
||||||
|
|
||||||
Cluster History Database
|
Datasource
|
||||||
------------------------
|
----------
|
||||||
|
|
||||||
This component stores the data related to the
|
This component stores the metrics related to the cluster.
|
||||||
:ref:`Cluster History <cluster_history_definition>`.
|
|
||||||
|
|
||||||
It can potentially rely on any appropriate storage system (InfluxDB, OpenTSDB,
|
It can potentially rely on any appropriate storage system (InfluxDB, OpenTSDB,
|
||||||
MongoDB,...) but will probably be more performant when using
|
MongoDB,...) but will probably be more performant when using
|
||||||
@@ -51,14 +50,6 @@ MongoDB,...) but will probably be more performant when using
|
|||||||
which are optimized for handling time series data, which are arrays of numbers
|
which are optimized for handling time series data, which are arrays of numbers
|
||||||
indexed by time (a datetime or a datetime range).
|
indexed by time (a datetime or a datetime range).
|
||||||
|
|
||||||
.. _cluster_model_db_definition:
|
|
||||||
|
|
||||||
Cluster Model Database
|
|
||||||
------------------------
|
|
||||||
|
|
||||||
This component stores the data related to the
|
|
||||||
:ref:`Cluster Data Model <cluster_data_model_definition>`.
|
|
||||||
|
|
||||||
.. _archi_watcher_api_definition:
|
.. _archi_watcher_api_definition:
|
||||||
|
|
||||||
Watcher API
|
Watcher API
|
||||||
@@ -193,8 +184,8 @@ data:
|
|||||||
:ref:`Managed resources <managed_resource_definition>` (e.g., the data stored
|
:ref:`Managed resources <managed_resource_definition>` (e.g., the data stored
|
||||||
in the Nova database). These models gives a strategy the ability to reason on
|
in the Nova database). These models gives a strategy the ability to reason on
|
||||||
the current state of a given :ref:`cluster <cluster_definition>`.
|
the current state of a given :ref:`cluster <cluster_definition>`.
|
||||||
- The data stored in the :ref:`Cluster History Database
|
- The data stored in the :ref:`Cluster Datasource
|
||||||
<cluster_history_db_definition>` which provides information about the past of
|
<cluster_datasource_definition>` which provides information about the past of
|
||||||
the :ref:`Cluster <cluster_definition>`.
|
the :ref:`Cluster <cluster_definition>`.
|
||||||
|
|
||||||
Here below is a sequence diagram showing how the Decision Engine builds and
|
Here below is a sequence diagram showing how the Decision Engine builds and
|
||||||
@@ -452,6 +443,10 @@ state may be one of the following:
|
|||||||
- **CANCELLED** : the :ref:`Action Plan <action_plan_definition>` was in
|
- **CANCELLED** : the :ref:`Action Plan <action_plan_definition>` was in
|
||||||
**RECOMMENDED**, **PENDING** or **ONGOING** state and was cancelled by the
|
**RECOMMENDED**, **PENDING** or **ONGOING** state and was cancelled by the
|
||||||
:ref:`Administrator <administrator_definition>`
|
:ref:`Administrator <administrator_definition>`
|
||||||
|
- **SUPERSEDED** : the :ref:`Action Plan <action_plan_definition>` was in
|
||||||
|
RECOMMENDED state and was automatically superseded by Watcher, due to an
|
||||||
|
expiration delay or an update of the
|
||||||
|
:ref:`Cluster data model <cluster_data_model_definition>`
|
||||||
|
|
||||||
|
|
||||||
The following diagram shows the different possible states of an
|
The following diagram shows the different possible states of an
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
# You may obtain a copy of the License at
|
# You may obtain a copy of the License at
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Service overview
|
|||||||
================
|
================
|
||||||
|
|
||||||
The Watcher system is a collection of services that provides support to
|
The Watcher system is a collection of services that provides support to
|
||||||
optimize your IAAS plateform. The Watcher service may, depending upon
|
optimize your IAAS platform. The Watcher service may, depending upon
|
||||||
configuration, interact with several other OpenStack services. This includes:
|
configuration, interact with several other OpenStack services. This includes:
|
||||||
|
|
||||||
- the OpenStack Identity service (`keystone`_) for request authentication and
|
- the OpenStack Identity service (`keystone`_) for request authentication and
|
||||||
@@ -37,7 +37,7 @@ The Watcher service includes the following components:
|
|||||||
- `watcher-dashboard`_: An Horizon plugin for interacting with the Watcher
|
- `watcher-dashboard`_: An Horizon plugin for interacting with the Watcher
|
||||||
service.
|
service.
|
||||||
|
|
||||||
Additionally, the Bare Metal service has certain external dependencies, which
|
Additionally, the Watcher service has certain external dependencies, which
|
||||||
are very similar to other OpenStack services:
|
are very similar to other OpenStack services:
|
||||||
|
|
||||||
- A database to store audit and action plan information and state. You can set
|
- A database to store audit and action plan information and state. You can set
|
||||||
@@ -86,7 +86,6 @@ Configure the Identity service for the Watcher service
|
|||||||
--tenant=KEYSTONE_SERVICE_PROJECT_NAME
|
--tenant=KEYSTONE_SERVICE_PROJECT_NAME
|
||||||
$ keystone user-role-add --user=watcher \
|
$ keystone user-role-add --user=watcher \
|
||||||
--tenant=KEYSTONE_SERVICE_PROJECT_NAME --role=admin
|
--tenant=KEYSTONE_SERVICE_PROJECT_NAME --role=admin
|
||||||
$ keystone user-role-add --user=watcher --tenant=admin --role=admin
|
|
||||||
|
|
||||||
or (by using python-openstackclient 1.8.0+)
|
or (by using python-openstackclient 1.8.0+)
|
||||||
|
|
||||||
@@ -97,7 +96,6 @@ Configure the Identity service for the Watcher service
|
|||||||
--project=KEYSTONE_SERVICE_PROJECT_NAME
|
--project=KEYSTONE_SERVICE_PROJECT_NAME
|
||||||
$ openstack role add --project KEYSTONE_SERVICE_PROJECT_NAME \
|
$ openstack role add --project KEYSTONE_SERVICE_PROJECT_NAME \
|
||||||
--user watcher admin
|
--user watcher admin
|
||||||
$ openstack role add --user watcher --project admin admin
|
|
||||||
|
|
||||||
|
|
||||||
#. You must register the Watcher Service with the Identity Service so that
|
#. You must register the Watcher Service with the Identity Service so that
|
||||||
@@ -169,7 +167,7 @@ these following commands::
|
|||||||
|
|
||||||
$ git clone git://git.openstack.org/openstack/watcher
|
$ git clone git://git.openstack.org/openstack/watcher
|
||||||
$ cd watcher/
|
$ cd watcher/
|
||||||
$ tox -econfig
|
$ tox -e genconfig
|
||||||
$ vi etc/watcher/watcher.conf.sample
|
$ vi etc/watcher/watcher.conf.sample
|
||||||
|
|
||||||
|
|
||||||
@@ -368,7 +366,7 @@ Configure Nova compute
|
|||||||
Please check your hypervisor configuration to correctly handle
|
Please check your hypervisor configuration to correctly handle
|
||||||
`instance migration`_.
|
`instance migration`_.
|
||||||
|
|
||||||
.. _`instance migration`: http://docs.openstack.org/admin-guide-cloud/compute-configuring-migrations.html
|
.. _`instance migration`: http://docs.openstack.org/admin-guide/compute-live-migration-usage.html
|
||||||
|
|
||||||
Configure Measurements
|
Configure Measurements
|
||||||
======================
|
======================
|
||||||
|
|||||||
@@ -193,6 +193,37 @@ must exist in every other compute node's stack user's authorized_keys file and
|
|||||||
every compute node's public ECDSA key needs to be in every other compute
|
every compute node's public ECDSA key needs to be in every other compute
|
||||||
node's root user's known_hosts file.
|
node's root user's known_hosts file.
|
||||||
|
|
||||||
|
Disable serial console
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
Serial console needs to be disabled for live migration to work.
|
||||||
|
|
||||||
|
On both the controller and compute node, in /etc/nova/nova.conf
|
||||||
|
|
||||||
|
[serial_console]
|
||||||
|
enabled = False
|
||||||
|
|
||||||
|
Alternatively, in devstack's local.conf:
|
||||||
|
|
||||||
|
[[post-config|$NOVA_CONF]]
|
||||||
|
[serial_console]
|
||||||
|
#enabled=false
|
||||||
|
|
||||||
|
|
||||||
|
VNC server configuration
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
The VNC server listening parameter needs to be set to any address so
|
||||||
|
that the server can accept connections from all of the compute nodes.
|
||||||
|
|
||||||
|
On both the controller and compute node, in /etc/nova/nova.conf
|
||||||
|
|
||||||
|
vncserver_listen = 0.0.0.0
|
||||||
|
|
||||||
|
Alternatively, in devstack's local.conf:
|
||||||
|
|
||||||
|
VNCSERVER_LISTEN=0.0.0.0
|
||||||
|
|
||||||
|
|
||||||
Environment final checkup
|
Environment final checkup
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|||||||
@@ -85,6 +85,9 @@ your platform.
|
|||||||
|
|
||||||
$ sudo yum install openssl-devel libffi-devel mysql-devel
|
$ sudo yum install openssl-devel libffi-devel mysql-devel
|
||||||
|
|
||||||
|
* CentOS 7::
|
||||||
|
|
||||||
|
$ sudo yum install gcc python-devel libxml2-devel libxslt-devel mariadb-devel
|
||||||
|
|
||||||
PyPi Packages and VirtualEnv
|
PyPi Packages and VirtualEnv
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|||||||
@@ -30,12 +30,12 @@ implement:
|
|||||||
implement. This is the first function to be called by the
|
implement. This is the first function to be called by the
|
||||||
:ref:`applier <watcher_applier_definition>` before any further processing
|
:ref:`applier <watcher_applier_definition>` before any further processing
|
||||||
and its role is to validate the input parameters that were provided to it.
|
and its role is to validate the input parameters that were provided to it.
|
||||||
- The :py:meth:`~.BaseAction.precondition` is called before the execution of
|
- The :py:meth:`~.BaseAction.pre_condition` is called before the execution of
|
||||||
an action. This method is a hook that can be used to perform some
|
an action. This method is a hook that can be used to perform some
|
||||||
initializations or to make some more advanced validation on its input
|
initializations or to make some more advanced validation on its input
|
||||||
parameters. If you wish to block the execution based on this factor, you
|
parameters. If you wish to block the execution based on this factor, you
|
||||||
simply have to ``raise`` an exception.
|
simply have to ``raise`` an exception.
|
||||||
- The :py:meth:`~.BaseAction.postcondition` is called after the execution of
|
- The :py:meth:`~.BaseAction.post_condition` is called after the execution of
|
||||||
an action. As this function is called regardless of whether an action
|
an action. As this function is called regardless of whether an action
|
||||||
succeeded or not, this can prove itself useful to perform cleanup
|
succeeded or not, this can prove itself useful to perform cleanup
|
||||||
operations.
|
operations.
|
||||||
@@ -71,11 +71,11 @@ Here is an example showing how you can write a plugin called ``DummyAction``:
|
|||||||
# Does nothing
|
# Does nothing
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def precondition(self):
|
def pre_condition(self):
|
||||||
# No pre-checks are done here
|
# No pre-checks are done here
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def postcondition(self):
|
def post_condition(self):
|
||||||
# Nothing done here
|
# Nothing done here
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
@@ -268,5 +268,5 @@ At this point, you can use your new cluster data model plugin in your
|
|||||||
# [...]
|
# [...]
|
||||||
dummy_collector = self.collector_manager.get_cluster_model_collector(
|
dummy_collector = self.collector_manager.get_cluster_model_collector(
|
||||||
"dummy") # "dummy" is the name of the entry point we declared earlier
|
"dummy") # "dummy" is the name of the entry point we declared earlier
|
||||||
dummy_model = collector.get_latest_cluster_data_model()
|
dummy_model = dummy_collector.get_latest_cluster_data_model()
|
||||||
# Do some stuff with this model
|
# Do some stuff with this model
|
||||||
|
|||||||
@@ -245,75 +245,70 @@ Querying metrics
|
|||||||
|
|
||||||
A large set of metrics, generated by OpenStack modules, can be used in your
|
A large set of metrics, generated by OpenStack modules, can be used in your
|
||||||
strategy implementation. To collect these metrics, Watcher provides a
|
strategy implementation. To collect these metrics, Watcher provides a
|
||||||
`Helper`_ to the Ceilometer API, which makes this API reusable and easier
|
`Helper`_ for two data sources which are `Ceilometer`_ and `Monasca`_. If you
|
||||||
to used.
|
wish to query metrics from a different data source, you can implement your own
|
||||||
|
and directly use it from within your new strategy. Indeed, strategies in
|
||||||
|
Watcher have the cluster data models decoupled from the data sources which
|
||||||
|
means that you may keep the former while changing the latter.
|
||||||
|
The recommended way for you to support a new data source is to implement a new
|
||||||
|
helper that would encapsulate within separate methods the queries you need to
|
||||||
|
perform. To then use it, you would just have to instantiate it within your
|
||||||
|
strategy.
|
||||||
|
|
||||||
If you want to use your own metrics database backend, please refer to the
|
If you want to use Ceilometer but with your own metrics database backend,
|
||||||
`Ceilometer developer guide`_. Indeed, Ceilometer's pluggable model allows
|
please refer to the `Ceilometer developer guide`_. The list of the available
|
||||||
for various types of backends. A list of the available backends is located
|
Ceilometer backends is located here_. The `Ceilosca`_ project is a good example
|
||||||
here_. The Ceilosca project is a good example of how to create your own
|
of how to create your own pluggable backend. Moreover, if your strategy
|
||||||
pluggable backend.
|
requires new metrics not covered by Ceilometer, you can add them through a
|
||||||
|
`Ceilometer plugin`_.
|
||||||
|
|
||||||
Finally, if your strategy requires new metrics not covered by Ceilometer, you
|
|
||||||
can add them through a Ceilometer `plugin`_.
|
|
||||||
|
|
||||||
.. _`Helper`: https://github.com/openstack/watcher/blob/master/watcher/decision_engine/cluster/history/ceilometer.py
|
.. _`Helper`: https://github.com/openstack/watcher/blob/master/watcher/decision_engine/cluster/history/ceilometer.py
|
||||||
.. _`Ceilometer developer guide`: http://docs.openstack.org/developer/ceilometer/architecture.html#storing-the-data
|
.. _`Ceilometer developer guide`: http://docs.openstack.org/developer/ceilometer/architecture.html#storing-the-data
|
||||||
|
.. _`Ceilometer`: http://docs.openstack.org/developer/ceilometer/
|
||||||
|
.. _`Monasca`: https://github.com/openstack/monasca-api/blob/master/docs/monasca-api-spec.md
|
||||||
.. _`here`: http://docs.openstack.org/developer/ceilometer/install/dbreco.html#choosing-a-database-backend
|
.. _`here`: http://docs.openstack.org/developer/ceilometer/install/dbreco.html#choosing-a-database-backend
|
||||||
.. _`plugin`: http://docs.openstack.org/developer/ceilometer/plugins.html
|
.. _`Ceilometer plugin`: http://docs.openstack.org/developer/ceilometer/plugins.html
|
||||||
.. _`Ceilosca`: https://github.com/openstack/monasca-ceilometer/blob/master/ceilosca/ceilometer/storage/impl_monasca.py
|
.. _`Ceilosca`: https://github.com/openstack/monasca-ceilometer/blob/master/ceilosca/ceilometer/storage/impl_monasca.py
|
||||||
|
|
||||||
|
Read usage metrics using the Watcher Datasource Helper
|
||||||
|
------------------------------------------------------
|
||||||
|
|
||||||
Read usage metrics using the Python binding
|
The following code snippet shows how to invoke a Datasource Helper class:
|
||||||
-------------------------------------------
|
|
||||||
|
|
||||||
You can find the information about the Ceilometer Python binding on the
|
|
||||||
OpenStack `ceilometer client python API documentation
|
|
||||||
<http://docs.openstack.org/developer/python-ceilometerclient/api.html>`_
|
|
||||||
|
|
||||||
To facilitate the process, Watcher provides the ``osc`` attribute to every
|
|
||||||
strategy which includes clients to major OpenStack services, including
|
|
||||||
Ceilometer. So to access it within your strategy, you can do the following:
|
|
||||||
|
|
||||||
.. code-block:: py
|
.. code-block:: py
|
||||||
|
|
||||||
# Within your strategy "execute()"
|
from watcher.datasource import ceilometer as ceil
|
||||||
cclient = self.osc.ceilometer
|
from watcher.datasource import monasca as mon
|
||||||
# TODO: Do something here
|
|
||||||
|
@property
|
||||||
|
def ceilometer(self):
|
||||||
|
if self._ceilometer is None:
|
||||||
|
self._ceilometer = ceil.CeilometerHelper(osc=self.osc)
|
||||||
|
return self._ceilometer
|
||||||
|
|
||||||
|
@property
|
||||||
|
def monasca(self):
|
||||||
|
if self._monasca is None:
|
||||||
|
self._monasca = mon.MonascaHelper(osc=self.osc)
|
||||||
|
return self._monasca
|
||||||
|
|
||||||
Using that you can now query the values for that specific metric:
|
Using that you can now query the values for that specific metric:
|
||||||
|
|
||||||
.. code-block:: py
|
.. code-block:: py
|
||||||
|
|
||||||
query = None # e.g. [{'field': 'foo', 'op': 'le', 'value': 34},]
|
if self.config.datasource == "ceilometer":
|
||||||
value_cpu = cclient.samples.list(
|
resource_id = "%s_%s" % (node.uuid, node.hostname)
|
||||||
meter_name='cpu_util',
|
return self.ceilometer.statistic_aggregation(
|
||||||
limit=10, q=query)
|
resource_id=resource_id,
|
||||||
|
meter_name='compute.node.cpu.percent',
|
||||||
|
period="7200",
|
||||||
Read usage metrics using the Watcher Cluster History Helper
|
aggregate='avg',
|
||||||
-----------------------------------------------------------
|
)
|
||||||
|
elif self.config.datasource == "monasca":
|
||||||
Here below is the abstract ``BaseClusterHistory`` class of the Helper.
|
statistics = self.monasca.statistic_aggregation(
|
||||||
|
meter_name='compute.node.cpu.percent',
|
||||||
.. autoclass:: watcher.decision_engine.cluster.history.base.BaseClusterHistory
|
dimensions=dict(hostname=node.uuid),
|
||||||
:members:
|
period=7200,
|
||||||
:noindex:
|
aggregate='avg'
|
||||||
|
)
|
||||||
The following code snippet shows how to create a Cluster History class:
|
|
||||||
|
|
||||||
.. code-block:: py
|
|
||||||
|
|
||||||
from watcher.decision_engine.cluster.history import ceilometer as ceil
|
|
||||||
|
|
||||||
query_history = ceil.CeilometerClusterHistory()
|
|
||||||
|
|
||||||
Using that you can now query the values for that specific metric:
|
|
||||||
|
|
||||||
.. code-block:: py
|
|
||||||
|
|
||||||
query_history.statistic_aggregation(resource_id=compute_node.uuid,
|
|
||||||
meter_name='compute.node.cpu.percent',
|
|
||||||
period="7200",
|
|
||||||
aggregate='avg'
|
|
||||||
)
|
|
||||||
|
|||||||
@@ -101,12 +101,6 @@ Cluster Data Model (CDM)
|
|||||||
|
|
||||||
.. watcher-term:: watcher.decision_engine.model.collector.base
|
.. watcher-term:: watcher.decision_engine.model.collector.base
|
||||||
|
|
||||||
.. _cluster_history_definition:
|
|
||||||
|
|
||||||
Cluster History
|
|
||||||
===============
|
|
||||||
|
|
||||||
.. watcher-term:: watcher.decision_engine.cluster.history.base
|
|
||||||
|
|
||||||
.. _controller_node_definition:
|
.. _controller_node_definition:
|
||||||
|
|
||||||
|
|||||||
BIN
doc/source/image_src/plantuml/action_plan_state_machine.png
Normal file
BIN
doc/source/image_src/plantuml/action_plan_state_machine.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
@@ -9,8 +9,10 @@ FAILED --> DELETED : Administrator removes\nAction Plan
|
|||||||
SUCCEEDED --> DELETED : Administrator removes\nAction Plan
|
SUCCEEDED --> DELETED : Administrator removes\nAction Plan
|
||||||
ONGOING --> CANCELLED : Administrator cancels\nAction Plan
|
ONGOING --> CANCELLED : Administrator cancels\nAction Plan
|
||||||
RECOMMENDED --> CANCELLED : Administrator cancels\nAction Plan
|
RECOMMENDED --> CANCELLED : Administrator cancels\nAction Plan
|
||||||
|
RECOMMENDED --> SUPERSEDED : The Watcher Decision Engine supersedes\nAction Plan
|
||||||
PENDING --> CANCELLED : Administrator cancels\nAction Plan
|
PENDING --> CANCELLED : Administrator cancels\nAction Plan
|
||||||
CANCELLED --> DELETED
|
CANCELLED --> DELETED
|
||||||
|
SUPERSEDED --> DELETED
|
||||||
DELETED --> [*]
|
DELETED --> [*]
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
|||||||
BIN
doc/source/image_src/plantuml/watcher_db_schema_diagram.png
Normal file
BIN
doc/source/image_src/plantuml/watcher_db_schema_diagram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
@@ -60,6 +60,7 @@ table(audits) {
|
|||||||
interval : Integer, nullable
|
interval : Integer, nullable
|
||||||
parameters : JSONEncodedDict, nullable
|
parameters : JSONEncodedDict, nullable
|
||||||
scope : JSONEncodedList, nullable
|
scope : JSONEncodedList, nullable
|
||||||
|
auto_trigger: Boolean
|
||||||
|
|
||||||
created_at : DateTime
|
created_at : DateTime
|
||||||
updated_at : DateTime
|
updated_at : DateTime
|
||||||
@@ -73,7 +74,6 @@ table(action_plans) {
|
|||||||
foreign_key("audit_id : Integer, nullable")
|
foreign_key("audit_id : Integer, nullable")
|
||||||
foreign_key("strategy_id : Integer")
|
foreign_key("strategy_id : Integer")
|
||||||
uuid : String[36]
|
uuid : String[36]
|
||||||
first_action_id : Integer
|
|
||||||
state : String[20], nullable
|
state : String[20], nullable
|
||||||
global_efficacy : JSONEncodedDict, nullable
|
global_efficacy : JSONEncodedDict, nullable
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ table(actions) {
|
|||||||
action_type : String[255]
|
action_type : String[255]
|
||||||
input_parameters : JSONEncodedDict, nullable
|
input_parameters : JSONEncodedDict, nullable
|
||||||
state : String[20], nullable
|
state : String[20], nullable
|
||||||
next : String[36], nullable
|
parents : JSONEncodedList, nullable
|
||||||
|
|
||||||
created_at : DateTime
|
created_at : DateTime
|
||||||
updated_at : DateTime
|
updated_at : DateTime
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 58 KiB |
@@ -71,6 +71,9 @@ parameter type default Value description
|
|||||||
be tried by the strategy while
|
be tried by the strategy while
|
||||||
searching for potential candidates.
|
searching for potential candidates.
|
||||||
To remove the limit, set it to 0
|
To remove the limit, set it to 0
|
||||||
|
``period`` Number 7200 The time interval in seconds
|
||||||
|
for getting statistic aggregation
|
||||||
|
from metric data source
|
||||||
====================== ====== ============= ===================================
|
====================== ====== ============= ===================================
|
||||||
|
|
||||||
Efficacy Indicator
|
Efficacy Indicator
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ How to use it ?
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ openstack optimize audittemplate create \
|
$ openstack optimize audittemplate create \
|
||||||
at1 vm_consolidation --strategy vm_workload_consolidation
|
at1 server_consolidation --strategy vm_workload_consolidation
|
||||||
|
|
||||||
$ openstack optimize audit create -a at1
|
$ openstack optimize audit create -a at1
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
To generate the sample watcher.conf file, run the following
|
To generate the sample watcher.conf file, run the following
|
||||||
command from the top level of the watcher directory:
|
command from the top level of the watcher directory:
|
||||||
|
|
||||||
tox -econfig
|
tox -e genconfig
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add notifications related to Action plan object.
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add notifications related to Audit object.
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Watcher can continuously optimize the OpenStack cloud for a specific
|
||||||
|
strategy or goal by triggering an audit periodically which generates
|
||||||
|
an action plan and run it automatically.
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Centralize all configuration options for Watcher.
|
||||||
3
releasenotes/notes/db-migration-e1a705a8b54ccdd2.yaml
Normal file
3
releasenotes/notes/db-migration-e1a705a8b54ccdd2.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Watcher database can now be upgraded thanks to Alembic.
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Provides a generic way to define the scope of an audit. The set of audited
|
||||||
|
resources will be called "Audit scope" and will be defined in each audit
|
||||||
|
template (which contains the audit settings).
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- The graph model describes how VMs are associated to compute hosts.
|
||||||
|
This allows for seeing relationships upfront between the entities and hence
|
||||||
|
can be used to identify hot/cold spots in the data center and influence
|
||||||
|
a strategy decision.
|
||||||
4
releasenotes/notes/monasca-support-0b0486b8572ac38b.yaml
Normal file
4
releasenotes/notes/monasca-support-0b0486b8572ac38b.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Watcher supports multiple metrics backend and relies on Ceilometer and
|
||||||
|
Monasca.
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Watcher can now run specific actions in parallel improving the performances
|
||||||
|
dramatically when executing an action plan.
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add superseded state for an action plan if the cluster data model has
|
||||||
|
changed after it has been created.
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Provide a notification mechanism into Watcher that supports versioning.
|
||||||
|
Whenever a Watcher object is created, updated or deleted, a versioned
|
||||||
|
notification will, if it's relevant, be automatically sent to notify in order
|
||||||
|
to allow an event-driven style of architecture within Watcher. Moreover, it
|
||||||
|
will also give other services and/or 3rd party softwares (e.g. monitoring
|
||||||
|
solutions or rules engines) the ability to react to such events.
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add a service supervisor to watch Watcher deamons.
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- all Watcher objects have been refactored to support OVO
|
||||||
|
(oslo.versionedobjects) which was a prerequisite step in order to implement
|
||||||
|
versioned notifications.
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
|
||||||
# watcher documentation build configuration file, created by
|
# watcher documentation build configuration file, created by
|
||||||
# sphinx-quickstart on Fri Jun 3 11:37:52 2016.
|
# sphinx-quickstart on Fri Jun 3 11:37:52 2016.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -5,14 +5,14 @@
|
|||||||
apscheduler # MIT License
|
apscheduler # MIT License
|
||||||
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
||||||
jsonpatch>=1.1 # BSD
|
jsonpatch>=1.1 # BSD
|
||||||
keystoneauth1>=2.14.0 # Apache-2.0
|
keystoneauth1>=2.18.0 # Apache-2.0
|
||||||
keystonemiddleware!=4.5.0,>=4.2.0 # Apache-2.0
|
keystonemiddleware>=4.12.0 # Apache-2.0
|
||||||
lxml>=2.3 # BSD
|
lxml!=3.7.0,>=2.3 # BSD
|
||||||
oslo.concurrency>=3.8.0 # Apache-2.0
|
oslo.concurrency>=3.8.0 # Apache-2.0
|
||||||
oslo.cache>=1.5.0 # Apache-2.0
|
oslo.cache>=1.5.0 # Apache-2.0
|
||||||
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
|
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
|
||||||
oslo.context>=2.9.0 # Apache-2.0
|
oslo.context>=2.9.0 # Apache-2.0
|
||||||
oslo.db!=4.13.1,!=4.13.2,>=4.11.0 # Apache-2.0
|
oslo.db>=4.15.0 # Apache-2.0
|
||||||
oslo.i18n>=2.1.0 # Apache-2.0
|
oslo.i18n>=2.1.0 # Apache-2.0
|
||||||
oslo.log>=3.11.0 # Apache-2.0
|
oslo.log>=3.11.0 # Apache-2.0
|
||||||
oslo.messaging>=5.14.0 # Apache-2.0
|
oslo.messaging>=5.14.0 # Apache-2.0
|
||||||
@@ -31,12 +31,15 @@ python-ceilometerclient>=2.5.0 # Apache-2.0
|
|||||||
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
|
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
|
||||||
python-glanceclient>=2.5.0 # Apache-2.0
|
python-glanceclient>=2.5.0 # Apache-2.0
|
||||||
python-keystoneclient>=3.8.0 # Apache-2.0
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
||||||
|
python-monascaclient>=1.1.0 # Apache-2.0
|
||||||
python-neutronclient>=5.1.0 # Apache-2.0
|
python-neutronclient>=5.1.0 # Apache-2.0
|
||||||
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
|
python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0
|
||||||
python-openstackclient>=3.3.0 # Apache-2.0
|
python-openstackclient>=3.3.0 # Apache-2.0
|
||||||
six>=1.9.0 # MIT
|
six>=1.9.0 # MIT
|
||||||
SQLAlchemy<1.1.0,>=1.0.10 # MIT
|
SQLAlchemy<1.1.0,>=1.0.10 # MIT
|
||||||
stevedore>=1.17.1 # Apache-2.0
|
stevedore>=1.17.1 # Apache-2.0
|
||||||
taskflow>=1.26.0 # Apache-2.0
|
taskflow>=2.7.0 # Apache-2.0
|
||||||
WebOb>=1.6.0 # MIT
|
WebOb>=1.6.0 # MIT
|
||||||
WSME>=0.8 # MIT
|
WSME>=0.8 # MIT
|
||||||
|
networkx>=1.10 # BSD
|
||||||
|
|
||||||
|
|||||||
@@ -64,6 +64,7 @@ watcher_scoring_engine_containers =
|
|||||||
watcher_strategies =
|
watcher_strategies =
|
||||||
dummy = watcher.decision_engine.strategy.strategies.dummy_strategy:DummyStrategy
|
dummy = watcher.decision_engine.strategy.strategies.dummy_strategy:DummyStrategy
|
||||||
dummy_with_scorer = watcher.decision_engine.strategy.strategies.dummy_with_scorer:DummyWithScorer
|
dummy_with_scorer = watcher.decision_engine.strategy.strategies.dummy_with_scorer:DummyWithScorer
|
||||||
|
dummy_with_resize = watcher.decision_engine.strategy.strategies.dummy_with_resize:DummyWithResize
|
||||||
basic = watcher.decision_engine.strategy.strategies.basic_consolidation:BasicConsolidation
|
basic = watcher.decision_engine.strategy.strategies.basic_consolidation:BasicConsolidation
|
||||||
outlet_temperature = watcher.decision_engine.strategy.strategies.outlet_temp_control:OutletTempControl
|
outlet_temperature = watcher.decision_engine.strategy.strategies.outlet_temp_control:OutletTempControl
|
||||||
vm_workload_consolidation = watcher.decision_engine.strategy.strategies.vm_workload_consolidation:VMWorkloadConsolidation
|
vm_workload_consolidation = watcher.decision_engine.strategy.strategies.vm_workload_consolidation:VMWorkloadConsolidation
|
||||||
@@ -76,12 +77,14 @@ watcher_actions =
|
|||||||
nop = watcher.applier.actions.nop:Nop
|
nop = watcher.applier.actions.nop:Nop
|
||||||
sleep = watcher.applier.actions.sleep:Sleep
|
sleep = watcher.applier.actions.sleep:Sleep
|
||||||
change_nova_service_state = watcher.applier.actions.change_nova_service_state:ChangeNovaServiceState
|
change_nova_service_state = watcher.applier.actions.change_nova_service_state:ChangeNovaServiceState
|
||||||
|
resize = watcher.applier.actions.resize:Resize
|
||||||
|
|
||||||
watcher_workflow_engines =
|
watcher_workflow_engines =
|
||||||
taskflow = watcher.applier.workflow_engine.default:DefaultWorkFlowEngine
|
taskflow = watcher.applier.workflow_engine.default:DefaultWorkFlowEngine
|
||||||
|
|
||||||
watcher_planners =
|
watcher_planners =
|
||||||
default = watcher.decision_engine.planner.default:DefaultPlanner
|
weight = watcher.decision_engine.planner.weight:WeightPlanner
|
||||||
|
workload_stabilization = watcher.decision_engine.planner.workload_stabilization:WorkloadStabilizationPlanner
|
||||||
|
|
||||||
watcher_cluster_data_model_collectors =
|
watcher_cluster_data_model_collectors =
|
||||||
compute = watcher.decision_engine.model.collector.nova:NovaClusterDataModelCollector
|
compute = watcher.decision_engine.model.collector.nova:NovaClusterDataModelCollector
|
||||||
|
|||||||
10
tox.ini
10
tox.ini
@@ -6,9 +6,7 @@ skipsdist = True
|
|||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
whitelist_externals = find
|
whitelist_externals = find
|
||||||
install_command =
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
|
||||||
pip install -U --force-reinstall -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
|
||||||
|
|
||||||
setenv =
|
setenv =
|
||||||
VIRTUAL_ENV={envdir}
|
VIRTUAL_ENV={envdir}
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
@@ -27,7 +25,9 @@ setenv = PYTHONHASHSEED=0
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --testr-args='{posargs}'
|
commands =
|
||||||
|
python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
coverage report
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
setenv = PYTHONHASHSEED=0
|
setenv = PYTHONHASHSEED=0
|
||||||
@@ -38,7 +38,7 @@ commands =
|
|||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper -t watcher/tests {posargs}
|
commands = oslo_debug_helper -t watcher/tests {posargs}
|
||||||
|
|
||||||
[testenv:config]
|
[testenv:genconfig]
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
commands =
|
commands =
|
||||||
oslo-config-generator --config-file etc/watcher/watcher-config-generator.conf
|
oslo-config-generator --config-file etc/watcher/watcher-config-generator.conf
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
@@ -88,7 +88,6 @@ class Action(base.APIBase):
|
|||||||
between the internal object model and the API representation of a action.
|
between the internal object model and the API representation of a action.
|
||||||
"""
|
"""
|
||||||
_action_plan_uuid = None
|
_action_plan_uuid = None
|
||||||
_next_uuid = None
|
|
||||||
|
|
||||||
def _get_action_plan_uuid(self):
|
def _get_action_plan_uuid(self):
|
||||||
return self._action_plan_uuid
|
return self._action_plan_uuid
|
||||||
@@ -105,22 +104,6 @@ class Action(base.APIBase):
|
|||||||
except exception.ActionPlanNotFound:
|
except exception.ActionPlanNotFound:
|
||||||
self._action_plan_uuid = None
|
self._action_plan_uuid = None
|
||||||
|
|
||||||
def _get_next_uuid(self):
|
|
||||||
return self._next_uuid
|
|
||||||
|
|
||||||
def _set_next_uuid(self, value):
|
|
||||||
if value == wtypes.Unset:
|
|
||||||
self._next_uuid = wtypes.Unset
|
|
||||||
elif value and self._next_uuid != value:
|
|
||||||
try:
|
|
||||||
action_next = objects.Action.get(
|
|
||||||
pecan.request.context, value)
|
|
||||||
self._next_uuid = action_next.uuid
|
|
||||||
self.next = action_next.id
|
|
||||||
except exception.ActionNotFound:
|
|
||||||
self.action_next_uuid = None
|
|
||||||
# raise e
|
|
||||||
|
|
||||||
uuid = wtypes.wsattr(types.uuid, readonly=True)
|
uuid = wtypes.wsattr(types.uuid, readonly=True)
|
||||||
"""Unique UUID for this action"""
|
"""Unique UUID for this action"""
|
||||||
|
|
||||||
@@ -138,10 +121,8 @@ class Action(base.APIBase):
|
|||||||
input_parameters = types.jsontype
|
input_parameters = types.jsontype
|
||||||
"""One or more key/value pairs """
|
"""One or more key/value pairs """
|
||||||
|
|
||||||
next_uuid = wsme.wsproperty(types.uuid, _get_next_uuid,
|
parents = wtypes.wsattr(types.jsontype, readonly=True)
|
||||||
_set_next_uuid,
|
"""UUIDs of parent actions"""
|
||||||
mandatory=True)
|
|
||||||
"""This next action UUID"""
|
|
||||||
|
|
||||||
links = wsme.wsattr([link.Link], readonly=True)
|
links = wsme.wsattr([link.Link], readonly=True)
|
||||||
"""A list containing a self link and associated action links"""
|
"""A list containing a self link and associated action links"""
|
||||||
@@ -152,7 +133,6 @@ class Action(base.APIBase):
|
|||||||
self.fields = []
|
self.fields = []
|
||||||
fields = list(objects.Action.fields)
|
fields = list(objects.Action.fields)
|
||||||
fields.append('action_plan_uuid')
|
fields.append('action_plan_uuid')
|
||||||
fields.append('next_uuid')
|
|
||||||
for field in fields:
|
for field in fields:
|
||||||
# Skip fields we do not expose.
|
# Skip fields we do not expose.
|
||||||
if not hasattr(self, field):
|
if not hasattr(self, field):
|
||||||
@@ -163,15 +143,13 @@ class Action(base.APIBase):
|
|||||||
self.fields.append('action_plan_id')
|
self.fields.append('action_plan_id')
|
||||||
setattr(self, 'action_plan_uuid', kwargs.get('action_plan_id',
|
setattr(self, 'action_plan_uuid', kwargs.get('action_plan_id',
|
||||||
wtypes.Unset))
|
wtypes.Unset))
|
||||||
setattr(self, 'next_uuid', kwargs.get('next',
|
|
||||||
wtypes.Unset))
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _convert_with_links(action, url, expand=True):
|
def _convert_with_links(action, url, expand=True):
|
||||||
if not expand:
|
if not expand:
|
||||||
action.unset_fields_except(['uuid', 'state', 'next', 'next_uuid',
|
action.unset_fields_except(['uuid', 'state', 'action_plan_uuid',
|
||||||
'action_plan_uuid', 'action_plan_id',
|
'action_plan_id', 'action_type',
|
||||||
'action_type'])
|
'parents'])
|
||||||
|
|
||||||
action.links = [link.Link.make_link('self', url,
|
action.links = [link.Link.make_link('self', url,
|
||||||
'actions', action.uuid),
|
'actions', action.uuid),
|
||||||
@@ -193,9 +171,9 @@ class Action(base.APIBase):
|
|||||||
state='PENDING',
|
state='PENDING',
|
||||||
created_at=datetime.datetime.utcnow(),
|
created_at=datetime.datetime.utcnow(),
|
||||||
deleted_at=None,
|
deleted_at=None,
|
||||||
updated_at=datetime.datetime.utcnow())
|
updated_at=datetime.datetime.utcnow(),
|
||||||
|
parents=[])
|
||||||
sample._action_plan_uuid = '7ae81bb3-dec3-4289-8d6c-da80bd8001ae'
|
sample._action_plan_uuid = '7ae81bb3-dec3-4289-8d6c-da80bd8001ae'
|
||||||
sample._next_uuid = '7ae81bb3-dec3-4289-8d6c-da80bd8001ae'
|
|
||||||
return cls._convert_with_links(sample, 'http://localhost:9322', expand)
|
return cls._convert_with_links(sample, 'http://localhost:9322', expand)
|
||||||
|
|
||||||
|
|
||||||
@@ -216,17 +194,6 @@ class ActionCollection(collection.Collection):
|
|||||||
collection.actions = [Action.convert_with_links(p, expand)
|
collection.actions = [Action.convert_with_links(p, expand)
|
||||||
for p in actions]
|
for p in actions]
|
||||||
|
|
||||||
if 'sort_key' in kwargs:
|
|
||||||
reverse = False
|
|
||||||
if kwargs['sort_key'] == 'next_uuid':
|
|
||||||
if 'sort_dir' in kwargs:
|
|
||||||
reverse = True if kwargs['sort_dir'] == 'desc' else False
|
|
||||||
collection.actions = sorted(
|
|
||||||
collection.actions,
|
|
||||||
key=lambda action: action.next_uuid or '',
|
|
||||||
reverse=reverse)
|
|
||||||
|
|
||||||
collection.next = collection.get_next(limit, url=url, **kwargs)
|
|
||||||
return collection
|
return collection
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@@ -268,10 +235,7 @@ class ActionsController(rest.RestController):
|
|||||||
if audit_uuid:
|
if audit_uuid:
|
||||||
filters['audit_uuid'] = audit_uuid
|
filters['audit_uuid'] = audit_uuid
|
||||||
|
|
||||||
if sort_key == 'next_uuid':
|
sort_db_key = sort_key
|
||||||
sort_db_key = None
|
|
||||||
else:
|
|
||||||
sort_db_key = sort_key
|
|
||||||
|
|
||||||
actions = objects.Action.list(pecan.request.context,
|
actions = objects.Action.list(pecan.request.context,
|
||||||
limit,
|
limit,
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ class ActionPlanPatchType(types.JsonPatchType):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def mandatory_attrs():
|
def mandatory_attrs():
|
||||||
return ["audit_id", "state", "first_action_id"]
|
return ["audit_id", "state"]
|
||||||
|
|
||||||
|
|
||||||
class ActionPlan(base.APIBase):
|
class ActionPlan(base.APIBase):
|
||||||
@@ -120,7 +120,6 @@ class ActionPlan(base.APIBase):
|
|||||||
_audit_uuid = None
|
_audit_uuid = None
|
||||||
_strategy_uuid = None
|
_strategy_uuid = None
|
||||||
_strategy_name = None
|
_strategy_name = None
|
||||||
_first_action_uuid = None
|
|
||||||
_efficacy_indicators = None
|
_efficacy_indicators = None
|
||||||
|
|
||||||
def _get_audit_uuid(self):
|
def _get_audit_uuid(self):
|
||||||
@@ -137,21 +136,6 @@ class ActionPlan(base.APIBase):
|
|||||||
except exception.AuditNotFound:
|
except exception.AuditNotFound:
|
||||||
self._audit_uuid = None
|
self._audit_uuid = None
|
||||||
|
|
||||||
def _get_first_action_uuid(self):
|
|
||||||
return self._first_action_uuid
|
|
||||||
|
|
||||||
def _set_first_action_uuid(self, value):
|
|
||||||
if value == wtypes.Unset:
|
|
||||||
self._first_action_uuid = wtypes.Unset
|
|
||||||
elif value and self._first_action_uuid != value:
|
|
||||||
try:
|
|
||||||
first_action = objects.Action.get(pecan.request.context,
|
|
||||||
value)
|
|
||||||
self._first_action_uuid = first_action.uuid
|
|
||||||
self.first_action_id = first_action.id
|
|
||||||
except exception.ActionNotFound:
|
|
||||||
self._first_action_uuid = None
|
|
||||||
|
|
||||||
def _get_efficacy_indicators(self):
|
def _get_efficacy_indicators(self):
|
||||||
if self._efficacy_indicators is None:
|
if self._efficacy_indicators is None:
|
||||||
self._set_efficacy_indicators(wtypes.Unset)
|
self._set_efficacy_indicators(wtypes.Unset)
|
||||||
@@ -220,11 +204,6 @@ class ActionPlan(base.APIBase):
|
|||||||
uuid = wtypes.wsattr(types.uuid, readonly=True)
|
uuid = wtypes.wsattr(types.uuid, readonly=True)
|
||||||
"""Unique UUID for this action plan"""
|
"""Unique UUID for this action plan"""
|
||||||
|
|
||||||
first_action_uuid = wsme.wsproperty(
|
|
||||||
types.uuid, _get_first_action_uuid, _set_first_action_uuid,
|
|
||||||
mandatory=True)
|
|
||||||
"""The UUID of the first action this action plans links to"""
|
|
||||||
|
|
||||||
audit_uuid = wsme.wsproperty(types.uuid, _get_audit_uuid, _set_audit_uuid,
|
audit_uuid = wsme.wsproperty(types.uuid, _get_audit_uuid, _set_audit_uuid,
|
||||||
mandatory=True)
|
mandatory=True)
|
||||||
"""The UUID of the audit this port belongs to"""
|
"""The UUID of the audit this port belongs to"""
|
||||||
@@ -263,7 +242,6 @@ class ActionPlan(base.APIBase):
|
|||||||
setattr(self, field, kwargs.get(field, wtypes.Unset))
|
setattr(self, field, kwargs.get(field, wtypes.Unset))
|
||||||
|
|
||||||
self.fields.append('audit_uuid')
|
self.fields.append('audit_uuid')
|
||||||
self.fields.append('first_action_uuid')
|
|
||||||
self.fields.append('efficacy_indicators')
|
self.fields.append('efficacy_indicators')
|
||||||
|
|
||||||
setattr(self, 'audit_uuid', kwargs.get('audit_id', wtypes.Unset))
|
setattr(self, 'audit_uuid', kwargs.get('audit_id', wtypes.Unset))
|
||||||
@@ -271,16 +249,13 @@ class ActionPlan(base.APIBase):
|
|||||||
setattr(self, 'strategy_uuid', kwargs.get('strategy_id', wtypes.Unset))
|
setattr(self, 'strategy_uuid', kwargs.get('strategy_id', wtypes.Unset))
|
||||||
fields.append('strategy_name')
|
fields.append('strategy_name')
|
||||||
setattr(self, 'strategy_name', kwargs.get('strategy_id', wtypes.Unset))
|
setattr(self, 'strategy_name', kwargs.get('strategy_id', wtypes.Unset))
|
||||||
setattr(self, 'first_action_uuid',
|
|
||||||
kwargs.get('first_action_id', wtypes.Unset))
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _convert_with_links(action_plan, url, expand=True):
|
def _convert_with_links(action_plan, url, expand=True):
|
||||||
if not expand:
|
if not expand:
|
||||||
action_plan.unset_fields_except(
|
action_plan.unset_fields_except(
|
||||||
['uuid', 'state', 'efficacy_indicators', 'global_efficacy',
|
['uuid', 'state', 'efficacy_indicators', 'global_efficacy',
|
||||||
'updated_at', 'audit_uuid', 'strategy_uuid', 'strategy_name',
|
'updated_at', 'audit_uuid', 'strategy_uuid', 'strategy_name'])
|
||||||
'first_action_uuid'])
|
|
||||||
|
|
||||||
action_plan.links = [
|
action_plan.links = [
|
||||||
link.Link.make_link(
|
link.Link.make_link(
|
||||||
@@ -305,7 +280,6 @@ class ActionPlan(base.APIBase):
|
|||||||
created_at=datetime.datetime.utcnow(),
|
created_at=datetime.datetime.utcnow(),
|
||||||
deleted_at=None,
|
deleted_at=None,
|
||||||
updated_at=datetime.datetime.utcnow())
|
updated_at=datetime.datetime.utcnow())
|
||||||
sample._first_action_uuid = '57eaf9ab-5aaa-4f7e-bdf7-9a140ac7a720'
|
|
||||||
sample._audit_uuid = 'abcee106-14d3-4515-b744-5a26885cf6f6'
|
sample._audit_uuid = 'abcee106-14d3-4515-b744-5a26885cf6f6'
|
||||||
sample._efficacy_indicators = [{'description': 'Test indicator',
|
sample._efficacy_indicators = [{'description': 'Test indicator',
|
||||||
'name': 'test_indicator',
|
'name': 'test_indicator',
|
||||||
@@ -481,7 +455,8 @@ class ActionPlansController(rest.RestController):
|
|||||||
:param action_plan_uuid: UUID of a action.
|
:param action_plan_uuid: UUID of a action.
|
||||||
"""
|
"""
|
||||||
context = pecan.request.context
|
context = pecan.request.context
|
||||||
action_plan = api_utils.get_resource('ActionPlan', action_plan_uuid)
|
action_plan = api_utils.get_resource(
|
||||||
|
'ActionPlan', action_plan_uuid, eager=True)
|
||||||
policy.enforce(context, 'action_plan:delete', action_plan,
|
policy.enforce(context, 'action_plan:delete', action_plan,
|
||||||
action='action_plan:delete')
|
action='action_plan:delete')
|
||||||
|
|
||||||
@@ -500,8 +475,8 @@ class ActionPlansController(rest.RestController):
|
|||||||
raise exception.OperationNotPermitted
|
raise exception.OperationNotPermitted
|
||||||
|
|
||||||
context = pecan.request.context
|
context = pecan.request.context
|
||||||
action_plan_to_update = api_utils.get_resource('ActionPlan',
|
action_plan_to_update = api_utils.get_resource(
|
||||||
action_plan_uuid)
|
'ActionPlan', action_plan_uuid, eager=True)
|
||||||
policy.enforce(context, 'action_plan:update', action_plan_to_update,
|
policy.enforce(context, 'action_plan:update', action_plan_to_update,
|
||||||
action='action_plan:update')
|
action='action_plan:update')
|
||||||
|
|
||||||
|
|||||||
@@ -50,6 +50,21 @@ from watcher.decision_engine import rpcapi
|
|||||||
from watcher import objects
|
from watcher import objects
|
||||||
|
|
||||||
|
|
||||||
|
ALLOWED_AUDIT_TRANSITIONS = {
|
||||||
|
objects.audit.State.PENDING:
|
||||||
|
[objects.audit.State.ONGOING, objects.audit.State.CANCELLED],
|
||||||
|
objects.audit.State.ONGOING:
|
||||||
|
[objects.audit.State.FAILED, objects.audit.State.SUCCEEDED,
|
||||||
|
objects.audit.State.CANCELLED],
|
||||||
|
objects.audit.State.FAILED:
|
||||||
|
[objects.audit.State.DELETED],
|
||||||
|
objects.audit.State.SUCCEEDED:
|
||||||
|
[objects.audit.State.DELETED],
|
||||||
|
objects.audit.State.CANCELLED:
|
||||||
|
[objects.audit.State.DELETED]
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
class AuditPostType(wtypes.Base):
|
class AuditPostType(wtypes.Base):
|
||||||
|
|
||||||
audit_template_uuid = wtypes.wsattr(types.uuid, mandatory=False)
|
audit_template_uuid = wtypes.wsattr(types.uuid, mandatory=False)
|
||||||
@@ -69,6 +84,8 @@ class AuditPostType(wtypes.Base):
|
|||||||
|
|
||||||
scope = wtypes.wsattr(types.jsontype, readonly=True)
|
scope = wtypes.wsattr(types.jsontype, readonly=True)
|
||||||
|
|
||||||
|
auto_trigger = wtypes.wsattr(bool, mandatory=False)
|
||||||
|
|
||||||
def as_audit(self, context):
|
def as_audit(self, context):
|
||||||
audit_type_values = [val.value for val in objects.audit.AuditType]
|
audit_type_values = [val.value for val in objects.audit.AuditType]
|
||||||
if self.audit_type not in audit_type_values:
|
if self.audit_type not in audit_type_values:
|
||||||
@@ -115,7 +132,8 @@ class AuditPostType(wtypes.Base):
|
|||||||
goal_id=self.goal,
|
goal_id=self.goal,
|
||||||
strategy_id=self.strategy,
|
strategy_id=self.strategy,
|
||||||
interval=self.interval,
|
interval=self.interval,
|
||||||
scope=self.scope,)
|
scope=self.scope,
|
||||||
|
auto_trigger=self.auto_trigger)
|
||||||
|
|
||||||
|
|
||||||
class AuditPatchType(types.JsonPatchType):
|
class AuditPatchType(types.JsonPatchType):
|
||||||
@@ -257,6 +275,9 @@ class Audit(base.APIBase):
|
|||||||
scope = wsme.wsattr(types.jsontype, mandatory=False)
|
scope = wsme.wsattr(types.jsontype, mandatory=False)
|
||||||
"""Audit Scope"""
|
"""Audit Scope"""
|
||||||
|
|
||||||
|
auto_trigger = wsme.wsattr(bool, mandatory=False, default=False)
|
||||||
|
"""Autoexecute action plan once audit is succeeded"""
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
self.fields = []
|
self.fields = []
|
||||||
fields = list(objects.Audit.fields)
|
fields = list(objects.Audit.fields)
|
||||||
@@ -313,7 +334,8 @@ class Audit(base.APIBase):
|
|||||||
deleted_at=None,
|
deleted_at=None,
|
||||||
updated_at=datetime.datetime.utcnow(),
|
updated_at=datetime.datetime.utcnow(),
|
||||||
interval=7200,
|
interval=7200,
|
||||||
scope=[])
|
scope=[],
|
||||||
|
auto_trigger=False)
|
||||||
|
|
||||||
sample.goal_id = '7ae81bb3-dec3-4289-8d6c-da80bd8001ae'
|
sample.goal_id = '7ae81bb3-dec3-4289-8d6c-da80bd8001ae'
|
||||||
sample.strategy_id = '7ae81bb3-dec3-4289-8d6c-da80bd8001ff'
|
sample.strategy_id = '7ae81bb3-dec3-4289-8d6c-da80bd8001ff'
|
||||||
@@ -554,6 +576,17 @@ class AuditsController(rest.RestController):
|
|||||||
except api_utils.JSONPATCH_EXCEPTIONS as e:
|
except api_utils.JSONPATCH_EXCEPTIONS as e:
|
||||||
raise exception.PatchError(patch=patch, reason=e)
|
raise exception.PatchError(patch=patch, reason=e)
|
||||||
|
|
||||||
|
initial_state = audit_dict['state']
|
||||||
|
new_state = api_utils.get_patch_value(patch, 'state')
|
||||||
|
allowed_states = ALLOWED_AUDIT_TRANSITIONS.get(initial_state, [])
|
||||||
|
if new_state is not None and new_state not in allowed_states:
|
||||||
|
error_message = _("State transition not allowed: "
|
||||||
|
"(%(initial_state)s -> %(new_state)s)")
|
||||||
|
raise exception.PatchError(
|
||||||
|
patch=patch,
|
||||||
|
reason=error_message % dict(
|
||||||
|
initial_state=initial_state, new_state=new_state))
|
||||||
|
|
||||||
# Update only the fields that have changed
|
# Update only the fields that have changed
|
||||||
for field in objects.Audit.fields:
|
for field in objects.Audit.fields:
|
||||||
try:
|
try:
|
||||||
|
|||||||
@@ -333,6 +333,7 @@ class AuditTemplate(base.APIBase):
|
|||||||
|
|
||||||
self.fields.append('goal_id')
|
self.fields.append('goal_id')
|
||||||
self.fields.append('strategy_id')
|
self.fields.append('strategy_id')
|
||||||
|
setattr(self, 'strategy_id', kwargs.get('strategy_id', wtypes.Unset))
|
||||||
|
|
||||||
# goal_uuid & strategy_uuid are not part of
|
# goal_uuid & strategy_uuid are not part of
|
||||||
# objects.AuditTemplate.fields because they're API-only attributes.
|
# objects.AuditTemplate.fields because they're API-only attributes.
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
# coding: utf-8
|
|
||||||
#
|
|
||||||
# Copyright 2013 Red Hat, Inc.
|
# Copyright 2013 Red Hat, Inc.
|
||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -73,6 +73,12 @@ def apply_jsonpatch(doc, patch):
|
|||||||
return jsonpatch.apply_patch(doc, jsonpatch.JsonPatch(patch))
|
return jsonpatch.apply_patch(doc, jsonpatch.JsonPatch(patch))
|
||||||
|
|
||||||
|
|
||||||
|
def get_patch_value(patch, key):
|
||||||
|
for p in patch:
|
||||||
|
if p['op'] == 'replace' and p['path'] == '/%s' % key:
|
||||||
|
return p['value']
|
||||||
|
|
||||||
|
|
||||||
def as_filters_dict(**filters):
|
def as_filters_dict(**filters):
|
||||||
filters_dict = {}
|
filters_dict = {}
|
||||||
for filter_name, filter_value in filters.items():
|
for filter_name, filter_value in filters.items():
|
||||||
|
|||||||
@@ -20,32 +20,47 @@ from oslo_log import log
|
|||||||
|
|
||||||
from watcher.applier.action_plan import base
|
from watcher.applier.action_plan import base
|
||||||
from watcher.applier import default
|
from watcher.applier import default
|
||||||
|
from watcher import notifications
|
||||||
from watcher import objects
|
from watcher import objects
|
||||||
|
from watcher.objects import fields
|
||||||
|
|
||||||
LOG = log.getLogger(__name__)
|
LOG = log.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class DefaultActionPlanHandler(base.BaseActionPlanHandler):
|
class DefaultActionPlanHandler(base.BaseActionPlanHandler):
|
||||||
|
|
||||||
def __init__(self, context, service, action_plan_uuid):
|
def __init__(self, context, service, action_plan_uuid):
|
||||||
super(DefaultActionPlanHandler, self).__init__()
|
super(DefaultActionPlanHandler, self).__init__()
|
||||||
self.ctx = context
|
self.ctx = context
|
||||||
self.service = service
|
self.service = service
|
||||||
self.action_plan_uuid = action_plan_uuid
|
self.action_plan_uuid = action_plan_uuid
|
||||||
|
|
||||||
def update_action_plan(self, uuid, state):
|
|
||||||
action_plan = objects.ActionPlan.get_by_uuid(self.ctx, uuid)
|
|
||||||
action_plan.state = state
|
|
||||||
action_plan.save()
|
|
||||||
|
|
||||||
def execute(self):
|
def execute(self):
|
||||||
try:
|
try:
|
||||||
self.update_action_plan(self.action_plan_uuid,
|
action_plan = objects.ActionPlan.get_by_uuid(
|
||||||
objects.action_plan.State.ONGOING)
|
self.ctx, self.action_plan_uuid, eager=True)
|
||||||
|
action_plan.state = objects.action_plan.State.ONGOING
|
||||||
|
action_plan.save()
|
||||||
|
notifications.action_plan.send_action_notification(
|
||||||
|
self.ctx, action_plan,
|
||||||
|
action=fields.NotificationAction.EXECUTION,
|
||||||
|
phase=fields.NotificationPhase.START)
|
||||||
|
|
||||||
applier = default.DefaultApplier(self.ctx, self.service)
|
applier = default.DefaultApplier(self.ctx, self.service)
|
||||||
applier.execute(self.action_plan_uuid)
|
applier.execute(self.action_plan_uuid)
|
||||||
state = objects.action_plan.State.SUCCEEDED
|
|
||||||
|
action_plan.state = objects.action_plan.State.SUCCEEDED
|
||||||
|
notifications.action_plan.send_action_notification(
|
||||||
|
self.ctx, action_plan,
|
||||||
|
action=fields.NotificationAction.EXECUTION,
|
||||||
|
phase=fields.NotificationPhase.END)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LOG.exception(e)
|
LOG.exception(e)
|
||||||
state = objects.action_plan.State.FAILED
|
action_plan.state = objects.action_plan.State.FAILED
|
||||||
|
notifications.action_plan.send_action_notification(
|
||||||
|
self.ctx, action_plan,
|
||||||
|
action=fields.NotificationAction.EXECUTION,
|
||||||
|
priority=fields.NotificationPriority.ERROR,
|
||||||
|
phase=fields.NotificationPhase.ERROR)
|
||||||
finally:
|
finally:
|
||||||
self.update_action_plan(self.action_plan_uuid, state)
|
action_plan.save()
|
||||||
|
|||||||
106
watcher/applier/actions/resize.py
Normal file
106
watcher/applier/actions/resize.py
Normal file
@@ -0,0 +1,106 @@
|
|||||||
|
# -*- encoding: utf-8 -*-
|
||||||
|
# Copyright (c) 2017 Servionica
|
||||||
|
#
|
||||||
|
# Authors: Alexander Chadin <a.chadin@servionica.ru>
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
# implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
#
|
||||||
|
|
||||||
|
from oslo_log import log
|
||||||
|
import six
|
||||||
|
import voluptuous
|
||||||
|
|
||||||
|
from watcher._i18n import _, _LC
|
||||||
|
from watcher.applier.actions import base
|
||||||
|
from watcher.common import nova_helper
|
||||||
|
from watcher.common import utils
|
||||||
|
|
||||||
|
LOG = log.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
class Resize(base.BaseAction):
|
||||||
|
"""Resizes a server with specified flavor.
|
||||||
|
|
||||||
|
This action will allow you to resize a server to another flavor.
|
||||||
|
|
||||||
|
The action schema is::
|
||||||
|
|
||||||
|
schema = Schema({
|
||||||
|
'resource_id': str, # should be a UUID
|
||||||
|
'flavor': str, # should be either ID or Name of Flavor
|
||||||
|
})
|
||||||
|
|
||||||
|
The `resource_id` is the UUID of the server to resize.
|
||||||
|
The `flavor` is the ID or Name of Flavor (Nova accepts either ID or Name
|
||||||
|
of Flavor to resize() function).
|
||||||
|
"""
|
||||||
|
|
||||||
|
# input parameters constants
|
||||||
|
FLAVOR = 'flavor'
|
||||||
|
|
||||||
|
def check_resource_id(self, value):
|
||||||
|
if (value is not None and
|
||||||
|
len(value) > 0 and not
|
||||||
|
utils.is_uuid_like(value)):
|
||||||
|
raise voluptuous.Invalid(_("The parameter "
|
||||||
|
"resource_id is invalid."))
|
||||||
|
|
||||||
|
@property
|
||||||
|
def schema(self):
|
||||||
|
return voluptuous.Schema({
|
||||||
|
voluptuous.Required(self.RESOURCE_ID): self.check_resource_id,
|
||||||
|
voluptuous.Required(self.FLAVOR):
|
||||||
|
voluptuous.All(voluptuous.Any(*six.string_types),
|
||||||
|
voluptuous.Length(min=1)),
|
||||||
|
})
|
||||||
|
|
||||||
|
@property
|
||||||
|
def instance_uuid(self):
|
||||||
|
return self.resource_id
|
||||||
|
|
||||||
|
@property
|
||||||
|
def flavor(self):
|
||||||
|
return self.input_parameters.get(self.FLAVOR)
|
||||||
|
|
||||||
|
def resize(self):
|
||||||
|
nova = nova_helper.NovaHelper(osc=self.osc)
|
||||||
|
LOG.debug("Resize instance %s to %s flavor", self.instance_uuid,
|
||||||
|
self.flavor)
|
||||||
|
instance = nova.find_instance(self.instance_uuid)
|
||||||
|
result = None
|
||||||
|
if instance:
|
||||||
|
try:
|
||||||
|
result = nova.resize_instance(
|
||||||
|
instance_id=self.instance_uuid, flavor=self.flavor)
|
||||||
|
except Exception as exc:
|
||||||
|
LOG.exception(exc)
|
||||||
|
LOG.critical(
|
||||||
|
_LC("Unexpected error occurred. Resizing failed for "
|
||||||
|
"instance %s."), self.instance_uuid)
|
||||||
|
return result
|
||||||
|
|
||||||
|
def execute(self):
|
||||||
|
return self.resize()
|
||||||
|
|
||||||
|
def revert(self):
|
||||||
|
return self.migrate(destination=self.source_node)
|
||||||
|
|
||||||
|
def pre_condition(self):
|
||||||
|
# TODO(jed): check if the instance exists / check if the instance is on
|
||||||
|
# the source_node
|
||||||
|
pass
|
||||||
|
|
||||||
|
def post_condition(self):
|
||||||
|
# TODO(jed): check extra parameters (network response, etc.)
|
||||||
|
pass
|
||||||
@@ -56,7 +56,7 @@ class DefaultApplier(base.BaseApplier):
|
|||||||
|
|
||||||
def execute(self, action_plan_uuid):
|
def execute(self, action_plan_uuid):
|
||||||
LOG.debug("Executing action plan %s ", action_plan_uuid)
|
LOG.debug("Executing action plan %s ", action_plan_uuid)
|
||||||
|
|
||||||
filters = {'action_plan_uuid': action_plan_uuid}
|
filters = {'action_plan_uuid': action_plan_uuid}
|
||||||
actions = objects.Action.list(self.context,
|
actions = objects.Action.list(self.context, filters=filters)
|
||||||
filters=filters)
|
|
||||||
return self.engine.execute(actions)
|
return self.engine.execute(actions)
|
||||||
|
|||||||
@@ -15,10 +15,12 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
from oslo_concurrency import processutils
|
||||||
|
from oslo_config import cfg
|
||||||
from oslo_log import log
|
from oslo_log import log
|
||||||
from taskflow import engines
|
from taskflow import engines
|
||||||
from taskflow.patterns import graph_flow as gf
|
from taskflow.patterns import graph_flow as gf
|
||||||
from taskflow import task
|
from taskflow import task as flow_task
|
||||||
|
|
||||||
from watcher._i18n import _LE, _LW, _LC
|
from watcher._i18n import _LE, _LW, _LC
|
||||||
from watcher.applier.workflow_engine import base
|
from watcher.applier.workflow_engine import base
|
||||||
@@ -48,6 +50,18 @@ class DefaultWorkFlowEngine(base.BaseWorkFlowEngine):
|
|||||||
# (True to allow v execution or False to not).
|
# (True to allow v execution or False to not).
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def get_config_opts(cls):
|
||||||
|
return [
|
||||||
|
cfg.IntOpt(
|
||||||
|
'max_workers',
|
||||||
|
default=processutils.get_worker_count(),
|
||||||
|
min=1,
|
||||||
|
required=True,
|
||||||
|
help='Number of workers for taskflow engine '
|
||||||
|
'to execute actions.')
|
||||||
|
]
|
||||||
|
|
||||||
def execute(self, actions):
|
def execute(self, actions):
|
||||||
try:
|
try:
|
||||||
# NOTE(jed) We want to have a strong separation of concern
|
# NOTE(jed) We want to have a strong separation of concern
|
||||||
@@ -56,34 +70,32 @@ class DefaultWorkFlowEngine(base.BaseWorkFlowEngine):
|
|||||||
# We want to provide the 'taskflow' engine by
|
# We want to provide the 'taskflow' engine by
|
||||||
# default although we still want to leave the possibility for
|
# default although we still want to leave the possibility for
|
||||||
# the users to change it.
|
# the users to change it.
|
||||||
# todo(jed) we need to change the way the actions are stored.
|
# The current implementation uses graph with linked actions.
|
||||||
# The current implementation only use a linked list of actions.
|
|
||||||
# todo(jed) add olso conf for retry and name
|
# todo(jed) add olso conf for retry and name
|
||||||
flow = gf.Flow("watcher_flow")
|
flow = gf.Flow("watcher_flow")
|
||||||
previous = None
|
actions_uuid = {}
|
||||||
for a in actions:
|
for a in actions:
|
||||||
task = TaskFlowActionContainer(a, self)
|
task = TaskFlowActionContainer(a, self)
|
||||||
flow.add(task)
|
flow.add(task)
|
||||||
if previous is None:
|
actions_uuid[a.uuid] = task
|
||||||
previous = task
|
|
||||||
# we have only one Action in the Action Plan
|
|
||||||
if len(actions) == 1:
|
|
||||||
nop = TaskFlowNop()
|
|
||||||
flow.add(nop)
|
|
||||||
flow.link(previous, nop)
|
|
||||||
else:
|
|
||||||
# decider == guard (UML)
|
|
||||||
flow.link(previous, task, decider=self.decider)
|
|
||||||
previous = task
|
|
||||||
|
|
||||||
e = engines.load(flow)
|
for a in actions:
|
||||||
|
for parent_id in a.parents:
|
||||||
|
flow.link(actions_uuid[parent_id], actions_uuid[a.uuid],
|
||||||
|
decider=self.decider)
|
||||||
|
|
||||||
|
e = engines.load(
|
||||||
|
flow, engine='parallel',
|
||||||
|
max_workers=self.config.max_workers)
|
||||||
e.run()
|
e.run()
|
||||||
|
|
||||||
|
return flow
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise exception.WorkflowExecutionException(error=e)
|
raise exception.WorkflowExecutionException(error=e)
|
||||||
|
|
||||||
|
|
||||||
class TaskFlowActionContainer(task.Task):
|
class TaskFlowActionContainer(flow_task.Task):
|
||||||
def __init__(self, db_action, engine):
|
def __init__(self, db_action, engine):
|
||||||
name = "action_type:{0} uuid:{1}".format(db_action.action_type,
|
name = "action_type:{0} uuid:{1}".format(db_action.action_type,
|
||||||
db_action.uuid)
|
db_action.uuid)
|
||||||
@@ -148,7 +160,7 @@ class TaskFlowActionContainer(task.Task):
|
|||||||
LOG.critical(_LC("Oops! We need a disaster recover plan."))
|
LOG.critical(_LC("Oops! We need a disaster recover plan."))
|
||||||
|
|
||||||
|
|
||||||
class TaskFlowNop(task.Task):
|
class TaskFlowNop(flow_task.Task):
|
||||||
"""This class is used in case of the workflow have only one Action.
|
"""This class is used in case of the workflow have only one Action.
|
||||||
|
|
||||||
We need at least two atoms to create a link.
|
We need at least two atoms to create a link.
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ def add_command_parsers(subparsers):
|
|||||||
"Optionally, use --revision to specify an alembic revision "
|
"Optionally, use --revision to specify an alembic revision "
|
||||||
"string to upgrade to.")
|
"string to upgrade to.")
|
||||||
parser.set_defaults(func=DBCommand.upgrade)
|
parser.set_defaults(func=DBCommand.upgrade)
|
||||||
parser.add_argument('--revision', nargs='?')
|
parser.add_argument('revision', nargs='?')
|
||||||
|
|
||||||
parser = subparsers.add_parser(
|
parser = subparsers.add_parser(
|
||||||
'downgrade',
|
'downgrade',
|
||||||
@@ -79,10 +79,10 @@ def add_command_parsers(subparsers):
|
|||||||
"While optional, one should generally use --revision to "
|
"While optional, one should generally use --revision to "
|
||||||
"specify the alembic revision string to downgrade to.")
|
"specify the alembic revision string to downgrade to.")
|
||||||
parser.set_defaults(func=DBCommand.downgrade)
|
parser.set_defaults(func=DBCommand.downgrade)
|
||||||
parser.add_argument('--revision', nargs='?')
|
parser.add_argument('revision', nargs='?')
|
||||||
|
|
||||||
parser = subparsers.add_parser('stamp')
|
parser = subparsers.add_parser('stamp')
|
||||||
parser.add_argument('--revision', nargs='?')
|
parser.add_argument('revision', nargs='?')
|
||||||
parser.set_defaults(func=DBCommand.stamp)
|
parser.set_defaults(func=DBCommand.stamp)
|
||||||
|
|
||||||
parser = subparsers.add_parser(
|
parser = subparsers.add_parser(
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ from cinderclient import client as ciclient
|
|||||||
from glanceclient import client as glclient
|
from glanceclient import client as glclient
|
||||||
from keystoneauth1 import loading as ka_loading
|
from keystoneauth1 import loading as ka_loading
|
||||||
from keystoneclient import client as keyclient
|
from keystoneclient import client as keyclient
|
||||||
|
from monascaclient import client as monclient
|
||||||
from neutronclient.neutron import client as netclient
|
from neutronclient.neutron import client as netclient
|
||||||
from novaclient import client as nvclient
|
from novaclient import client as nvclient
|
||||||
from oslo_config import cfg
|
|
||||||
|
|
||||||
from watcher.common import exception
|
from watcher.common import exception
|
||||||
|
|
||||||
@@ -41,12 +41,13 @@ class OpenStackClients(object):
|
|||||||
self._glance = None
|
self._glance = None
|
||||||
self._cinder = None
|
self._cinder = None
|
||||||
self._ceilometer = None
|
self._ceilometer = None
|
||||||
|
self._monasca = None
|
||||||
self._neutron = None
|
self._neutron = None
|
||||||
|
|
||||||
def _get_keystone_session(self):
|
def _get_keystone_session(self):
|
||||||
auth = ka_loading.load_auth_from_conf_options(cfg.CONF,
|
auth = ka_loading.load_auth_from_conf_options(CONF,
|
||||||
_CLIENTS_AUTH_GROUP)
|
_CLIENTS_AUTH_GROUP)
|
||||||
sess = ka_loading.load_session_from_conf_options(cfg.CONF,
|
sess = ka_loading.load_session_from_conf_options(CONF,
|
||||||
_CLIENTS_AUTH_GROUP,
|
_CLIENTS_AUTH_GROUP,
|
||||||
auth=auth)
|
auth=auth)
|
||||||
return sess
|
return sess
|
||||||
@@ -62,7 +63,7 @@ class OpenStackClients(object):
|
|||||||
return self._session
|
return self._session
|
||||||
|
|
||||||
def _get_client_option(self, client, option):
|
def _get_client_option(self, client, option):
|
||||||
return getattr(getattr(cfg.CONF, '%s_client' % client), option)
|
return getattr(getattr(CONF, '%s_client' % client), option)
|
||||||
|
|
||||||
@exception.wrap_keystone_exception
|
@exception.wrap_keystone_exception
|
||||||
def keystone(self):
|
def keystone(self):
|
||||||
@@ -112,6 +113,35 @@ class OpenStackClients(object):
|
|||||||
session=self.session)
|
session=self.session)
|
||||||
return self._ceilometer
|
return self._ceilometer
|
||||||
|
|
||||||
|
@exception.wrap_keystone_exception
|
||||||
|
def monasca(self):
|
||||||
|
if self._monasca:
|
||||||
|
return self._monasca
|
||||||
|
|
||||||
|
monascaclient_version = self._get_client_option(
|
||||||
|
'monasca', 'api_version')
|
||||||
|
token = self.session.get_token()
|
||||||
|
watcher_clients_auth_config = CONF.get(_CLIENTS_AUTH_GROUP)
|
||||||
|
service_type = 'monitoring'
|
||||||
|
monasca_kwargs = {
|
||||||
|
'auth_url': watcher_clients_auth_config.auth_url,
|
||||||
|
'cert_file': watcher_clients_auth_config.certfile,
|
||||||
|
'insecure': watcher_clients_auth_config.insecure,
|
||||||
|
'key_file': watcher_clients_auth_config.keyfile,
|
||||||
|
'keystone_timeout': watcher_clients_auth_config.timeout,
|
||||||
|
'os_cacert': watcher_clients_auth_config.cafile,
|
||||||
|
'service_type': service_type,
|
||||||
|
'token': token,
|
||||||
|
'username': watcher_clients_auth_config.username,
|
||||||
|
'password': watcher_clients_auth_config.password,
|
||||||
|
}
|
||||||
|
endpoint = self.session.get_endpoint(service_type=service_type)
|
||||||
|
|
||||||
|
self._monasca = monclient.Client(
|
||||||
|
monascaclient_version, endpoint, **monasca_kwargs)
|
||||||
|
|
||||||
|
return self._monasca
|
||||||
|
|
||||||
@exception.wrap_keystone_exception
|
@exception.wrap_keystone_exception
|
||||||
def neutron(self):
|
def neutron(self):
|
||||||
if self._neutron:
|
if self._neutron:
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ class RequestContext(context.RequestContext):
|
|||||||
self.domain_name = domain_name
|
self.domain_name = domain_name
|
||||||
self.domain_id = domain_id
|
self.domain_id = domain_id
|
||||||
self.auth_token_info = auth_token_info
|
self.auth_token_info = auth_token_info
|
||||||
self.user_id = user_id
|
self.user_id = user_id or user
|
||||||
self.project_id = project_id
|
self.project_id = project_id
|
||||||
if not timestamp:
|
if not timestamp:
|
||||||
timestamp = timeutils.utcnow()
|
timestamp = timeutils.utcnow()
|
||||||
|
|||||||
@@ -174,6 +174,14 @@ class EagerlyLoadedAuditRequired(InvalidAudit):
|
|||||||
msg_fmt = _("Audit %(audit)s was not eagerly loaded")
|
msg_fmt = _("Audit %(audit)s was not eagerly loaded")
|
||||||
|
|
||||||
|
|
||||||
|
class InvalidActionPlan(Invalid):
|
||||||
|
msg_fmt = _("Action plan %(action_plan)s is invalid")
|
||||||
|
|
||||||
|
|
||||||
|
class EagerlyLoadedActionPlanRequired(InvalidActionPlan):
|
||||||
|
msg_fmt = _("Action plan %(action_plan)s was not eagerly loaded")
|
||||||
|
|
||||||
|
|
||||||
class InvalidUUID(Invalid):
|
class InvalidUUID(Invalid):
|
||||||
msg_fmt = _("Expected a uuid but received %(uuid)s")
|
msg_fmt = _("Expected a uuid but received %(uuid)s")
|
||||||
|
|
||||||
@@ -258,6 +266,12 @@ class ActionPlanReferenced(Invalid):
|
|||||||
"multiple actions")
|
"multiple actions")
|
||||||
|
|
||||||
|
|
||||||
|
class ActionPlanIsOngoing(Conflict):
|
||||||
|
msg_fmt = _("Action Plan %(action_plan)s is currently running. "
|
||||||
|
"New Action Plan %(new_action_plan)s will be set as "
|
||||||
|
"SUPERSEDED")
|
||||||
|
|
||||||
|
|
||||||
class ActionNotFound(ResourceNotFound):
|
class ActionNotFound(ResourceNotFound):
|
||||||
msg_fmt = _("Action %(action)s could not be found")
|
msg_fmt = _("Action %(action)s could not be found")
|
||||||
|
|
||||||
@@ -276,6 +290,10 @@ class ActionFilterCombinationProhibited(Invalid):
|
|||||||
"prohibited")
|
"prohibited")
|
||||||
|
|
||||||
|
|
||||||
|
class UnsupportedActionType(UnsupportedError):
|
||||||
|
msg_fmt = _("Provided %(action_type) is not supported yet")
|
||||||
|
|
||||||
|
|
||||||
class EfficacyIndicatorNotFound(ResourceNotFound):
|
class EfficacyIndicatorNotFound(ResourceNotFound):
|
||||||
msg_fmt = _("Efficacy indicator %(efficacy_indicator)s could not be found")
|
msg_fmt = _("Efficacy indicator %(efficacy_indicator)s could not be found")
|
||||||
|
|
||||||
@@ -368,6 +386,11 @@ class NoMetricValuesForInstance(WatcherException):
|
|||||||
msg_fmt = _("No values returned by %(resource_id)s for %(metric_name)s.")
|
msg_fmt = _("No values returned by %(resource_id)s for %(metric_name)s.")
|
||||||
|
|
||||||
|
|
||||||
|
class UnsupportedDataSource(UnsupportedError):
|
||||||
|
msg_fmt = _("Datasource %(datasource)s is not supported "
|
||||||
|
"by strategy %(strategy)s")
|
||||||
|
|
||||||
|
|
||||||
class NoSuchMetricForHost(WatcherException):
|
class NoSuchMetricForHost(WatcherException):
|
||||||
msg_fmt = _("No %(metric)s metric for %(host)s found.")
|
msg_fmt = _("No %(metric)s metric for %(host)s found.")
|
||||||
|
|
||||||
@@ -387,11 +410,15 @@ class WildcardCharacterIsUsed(WatcherException):
|
|||||||
|
|
||||||
# Model
|
# Model
|
||||||
|
|
||||||
class InstanceNotFound(WatcherException):
|
class ComputeResourceNotFound(WatcherException):
|
||||||
|
msg_fmt = _("The compute resource '%(name)s' could not be found")
|
||||||
|
|
||||||
|
|
||||||
|
class InstanceNotFound(ComputeResourceNotFound):
|
||||||
msg_fmt = _("The instance '%(name)s' could not be found")
|
msg_fmt = _("The instance '%(name)s' could not be found")
|
||||||
|
|
||||||
|
|
||||||
class ComputeNodeNotFound(WatcherException):
|
class ComputeNodeNotFound(ComputeResourceNotFound):
|
||||||
msg_fmt = _("The compute node %(name)s could not be found")
|
msg_fmt = _("The compute node %(name)s could not be found")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ import time
|
|||||||
from oslo_log import log
|
from oslo_log import log
|
||||||
|
|
||||||
import cinderclient.exceptions as ciexceptions
|
import cinderclient.exceptions as ciexceptions
|
||||||
|
import glanceclient.exc as glexceptions
|
||||||
import novaclient.exceptions as nvexceptions
|
import novaclient.exceptions as nvexceptions
|
||||||
|
|
||||||
from watcher.common import clients
|
from watcher.common import clients
|
||||||
@@ -63,6 +64,15 @@ class NovaHelper(object):
|
|||||||
LOG.exception(exc)
|
LOG.exception(exc)
|
||||||
raise exception.ComputeNodeNotFound(name=node_hostname)
|
raise exception.ComputeNodeNotFound(name=node_hostname)
|
||||||
|
|
||||||
|
def get_instance_list(self):
|
||||||
|
return self.nova.servers.list(search_opts={'all_tenants': True})
|
||||||
|
|
||||||
|
def get_service(self, service_id):
|
||||||
|
return self.nova.services.find(id=service_id)
|
||||||
|
|
||||||
|
def get_flavor(self, flavor_id):
|
||||||
|
return self.nova.flavors.get(flavor_id)
|
||||||
|
|
||||||
def get_aggregate_list(self):
|
def get_aggregate_list(self):
|
||||||
return self.nova.aggregates.list()
|
return self.nova.aggregates.list()
|
||||||
|
|
||||||
@@ -142,7 +152,7 @@ class NovaHelper(object):
|
|||||||
# We'll use the same name for the new instance.
|
# We'll use the same name for the new instance.
|
||||||
imagedict = getattr(instance, "image")
|
imagedict = getattr(instance, "image")
|
||||||
image_id = imagedict["id"]
|
image_id = imagedict["id"]
|
||||||
image = self.nova.images.get(image_id)
|
image = self.glance.images.get(image_id)
|
||||||
new_image_name = getattr(image, "name")
|
new_image_name = getattr(image, "name")
|
||||||
|
|
||||||
instance_name = getattr(instance, "name")
|
instance_name = getattr(instance, "name")
|
||||||
@@ -304,6 +314,70 @@ class NovaHelper(object):
|
|||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
def resize_instance(self, instance_id, flavor, retry=120):
|
||||||
|
"""This method resizes given instance with specified flavor.
|
||||||
|
|
||||||
|
This method uses the Nova built-in resize()
|
||||||
|
action to do a resize of a given instance.
|
||||||
|
|
||||||
|
It returns True if the resize was successful,
|
||||||
|
False otherwise.
|
||||||
|
|
||||||
|
:param instance_id: the unique id of the instance to resize.
|
||||||
|
:param flavor: the name or ID of the flavor to resize to.
|
||||||
|
"""
|
||||||
|
LOG.debug("Trying a resize of instance %s to flavor '%s'" % (
|
||||||
|
instance_id, flavor))
|
||||||
|
|
||||||
|
# Looking for the instance to resize
|
||||||
|
instance = self.find_instance(instance_id)
|
||||||
|
|
||||||
|
flavor_id = None
|
||||||
|
|
||||||
|
try:
|
||||||
|
flavor_id = self.nova.flavors.get(flavor)
|
||||||
|
except nvexceptions.NotFound:
|
||||||
|
flavor_id = [f.id for f in self.nova.flavors.list() if
|
||||||
|
f.name == flavor][0]
|
||||||
|
except nvexceptions.ClientException as e:
|
||||||
|
LOG.debug("Nova client exception occurred while resizing "
|
||||||
|
"instance %s. Exception: %s", instance_id, e)
|
||||||
|
|
||||||
|
if not flavor_id:
|
||||||
|
LOG.debug("Flavor not found: %s" % flavor)
|
||||||
|
return False
|
||||||
|
|
||||||
|
if not instance:
|
||||||
|
LOG.debug("Instance not found: %s" % instance_id)
|
||||||
|
return False
|
||||||
|
|
||||||
|
instance_status = getattr(instance, 'OS-EXT-STS:vm_state')
|
||||||
|
LOG.debug(
|
||||||
|
"Instance %s is in '%s' status." % (instance_id,
|
||||||
|
instance_status))
|
||||||
|
|
||||||
|
instance.resize(flavor=flavor_id)
|
||||||
|
while getattr(instance,
|
||||||
|
'OS-EXT-STS:vm_state') != 'resized' \
|
||||||
|
and retry:
|
||||||
|
instance = self.nova.servers.get(instance.id)
|
||||||
|
LOG.debug(
|
||||||
|
'Waiting the resize of {0} to {1}'.format(
|
||||||
|
instance, flavor_id))
|
||||||
|
time.sleep(1)
|
||||||
|
retry -= 1
|
||||||
|
|
||||||
|
instance_status = getattr(instance, 'status')
|
||||||
|
if instance_status != 'VERIFY_RESIZE':
|
||||||
|
return False
|
||||||
|
|
||||||
|
instance.confirm_resize()
|
||||||
|
|
||||||
|
LOG.debug("Resizing succeeded : instance %s is now on flavor "
|
||||||
|
"'%s'.", instance_id, flavor_id)
|
||||||
|
|
||||||
|
return True
|
||||||
|
|
||||||
def live_migrate_instance(self, instance_id, dest_hostname,
|
def live_migrate_instance(self, instance_id, dest_hostname,
|
||||||
block_migration=False, retry=120):
|
block_migration=False, retry=120):
|
||||||
"""This method does a live migration of a given instance
|
"""This method does a live migration of a given instance
|
||||||
@@ -575,8 +649,8 @@ class NovaHelper(object):
|
|||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
image = self.nova.images.get(image_id)
|
image = self.glance.images.get(image_id)
|
||||||
except nvexceptions.NotFound:
|
except glexceptions.NotFound:
|
||||||
LOG.debug("Image '%s' not found " % image_id)
|
LOG.debug("Image '%s' not found " % image_id)
|
||||||
return
|
return
|
||||||
|
|
||||||
@@ -644,6 +718,16 @@ class NovaHelper(object):
|
|||||||
|
|
||||||
return network_id
|
return network_id
|
||||||
|
|
||||||
|
def get_instance_by_uuid(self, instance_uuid):
|
||||||
|
return [instance for instance in
|
||||||
|
self.nova.servers.list(search_opts={"all_tenants": True,
|
||||||
|
"uuid": instance_uuid})]
|
||||||
|
|
||||||
|
def get_instance_by_name(self, instance_name):
|
||||||
|
return [instance for instance in
|
||||||
|
self.nova.servers.list(search_opts={"all_tenants": True,
|
||||||
|
"name": instance_name})]
|
||||||
|
|
||||||
def get_instances_by_node(self, host):
|
def get_instances_by_node(self, host):
|
||||||
return [instance for instance in
|
return [instance for instance in
|
||||||
self.nova.servers.list(search_opts={"all_tenants": True})
|
self.nova.servers.list(search_opts={"all_tenants": True})
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ from watcher.conf import db
|
|||||||
from watcher.conf import decision_engine
|
from watcher.conf import decision_engine
|
||||||
from watcher.conf import exception
|
from watcher.conf import exception
|
||||||
from watcher.conf import glance_client
|
from watcher.conf import glance_client
|
||||||
|
from watcher.conf import monasca_client
|
||||||
from watcher.conf import neutron_client
|
from watcher.conf import neutron_client
|
||||||
from watcher.conf import nova_client
|
from watcher.conf import nova_client
|
||||||
from watcher.conf import paths
|
from watcher.conf import paths
|
||||||
@@ -46,6 +47,7 @@ db.register_opts(CONF)
|
|||||||
planner.register_opts(CONF)
|
planner.register_opts(CONF)
|
||||||
applier.register_opts(CONF)
|
applier.register_opts(CONF)
|
||||||
decision_engine.register_opts(CONF)
|
decision_engine.register_opts(CONF)
|
||||||
|
monasca_client.register_opts(CONF)
|
||||||
nova_client.register_opts(CONF)
|
nova_client.register_opts(CONF)
|
||||||
glance_client.register_opts(CONF)
|
glance_client.register_opts(CONF)
|
||||||
cinder_client.register_opts(CONF)
|
cinder_client.register_opts(CONF)
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ APPLIER_MANAGER_OPTS = [
|
|||||||
cfg.StrOpt('workflow_engine',
|
cfg.StrOpt('workflow_engine',
|
||||||
default='taskflow',
|
default='taskflow',
|
||||||
required=True,
|
required=True,
|
||||||
help='Select the engine to use to execute the workflow')
|
help='Select the engine to use to execute the workflow'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
36
watcher/conf/monasca_client.py
Normal file
36
watcher/conf/monasca_client.py
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# -*- encoding: utf-8 -*-
|
||||||
|
# Copyright (c) 2016 Intel Corp
|
||||||
|
#
|
||||||
|
# Authors: Prudhvi Rao Shedimbi <prudhvi.rao.shedimbi@intel.com>
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
# implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
from oslo_config import cfg
|
||||||
|
|
||||||
|
monasca_client = cfg.OptGroup(name='monasca_client',
|
||||||
|
title='Configuration Options for Monasca')
|
||||||
|
|
||||||
|
MONASCA_CLIENT_OPTS = [
|
||||||
|
cfg.StrOpt('api_version',
|
||||||
|
default='2_0',
|
||||||
|
help='Version of Monasca API to use in monascaclient.')]
|
||||||
|
|
||||||
|
|
||||||
|
def register_opts(conf):
|
||||||
|
conf.register_group(monasca_client)
|
||||||
|
conf.register_opts(MONASCA_CLIENT_OPTS, group=monasca_client)
|
||||||
|
|
||||||
|
|
||||||
|
def list_opts():
|
||||||
|
return [('monasca_client', MONASCA_CLIENT_OPTS)]
|
||||||
@@ -22,7 +22,7 @@ watcher_planner = cfg.OptGroup(name='watcher_planner',
|
|||||||
title='Defines the parameters of '
|
title='Defines the parameters of '
|
||||||
'the planner')
|
'the planner')
|
||||||
|
|
||||||
default_planner = 'default'
|
default_planner = 'weight'
|
||||||
|
|
||||||
WATCHER_PLANNER_OPTS = {
|
WATCHER_PLANNER_OPTS = {
|
||||||
cfg.StrOpt('planner',
|
cfg.StrOpt('planner',
|
||||||
|
|||||||
@@ -165,9 +165,9 @@ class CeilometerHelper(object):
|
|||||||
values = []
|
values = []
|
||||||
for index, sample in enumerate(samples):
|
for index, sample in enumerate(samples):
|
||||||
values.append(
|
values.append(
|
||||||
{'sample_%s' % index: {'timestamp': sample._info['timestamp'],
|
{'sample_%s' % index: {
|
||||||
'value': sample._info[
|
'timestamp': sample._info['timestamp'],
|
||||||
'counter_volume']}})
|
'value': sample._info['counter_volume']}})
|
||||||
return values
|
return values
|
||||||
|
|
||||||
def get_last_sample_value(self, resource_id, meter_name):
|
def get_last_sample_value(self, resource_id, meter_name):
|
||||||
124
watcher/datasource/monasca.py
Normal file
124
watcher/datasource/monasca.py
Normal file
@@ -0,0 +1,124 @@
|
|||||||
|
# -*- encoding: utf-8 -*-
|
||||||
|
# Copyright (c) 2016 b<>com
|
||||||
|
#
|
||||||
|
# Authors: Vincent FRANCOISE <vincent.francoise@b-com.com>
|
||||||
|
#
|
||||||
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
# you may not use this file except in compliance with the License.
|
||||||
|
# You may obtain a copy of the License at
|
||||||
|
#
|
||||||
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
# implied.
|
||||||
|
# See the License for the specific language governing permissions and
|
||||||
|
# limitations under the License.
|
||||||
|
|
||||||
|
import datetime
|
||||||
|
|
||||||
|
from monascaclient import exc
|
||||||
|
|
||||||
|
from watcher.common import clients
|
||||||
|
|
||||||
|
|
||||||
|
class MonascaHelper(object):
|
||||||
|
|
||||||
|
def __init__(self, osc=None):
|
||||||
|
""":param osc: an OpenStackClients instance"""
|
||||||
|
self.osc = osc if osc else clients.OpenStackClients()
|
||||||
|
self.monasca = self.osc.monasca()
|
||||||
|
|
||||||
|
def query_retry(self, f, *args, **kwargs):
|
||||||
|
try:
|
||||||
|
return f(*args, **kwargs)
|
||||||
|
except exc.HTTPUnauthorized:
|
||||||
|
self.osc.reset_clients()
|
||||||
|
self.monasca = self.osc.monasca()
|
||||||
|
return f(*args, **kwargs)
|
||||||
|
except Exception:
|
||||||
|
raise
|
||||||
|
|
||||||
|
def _format_time_params(self, start_time, end_time, period):
|
||||||
|
"""Format time-related params to the correct Monasca format
|
||||||
|
|
||||||
|
:param start_time: Start datetime from which metrics will be used
|
||||||
|
:param end_time: End datetime from which metrics will be used
|
||||||
|
:param period: interval in seconds (int)
|
||||||
|
:return: start ISO time, end ISO time, period
|
||||||
|
"""
|
||||||
|
|
||||||
|
if not period:
|
||||||
|
period = int(datetime.timedelta(hours=3).total_seconds())
|
||||||
|
if not start_time:
|
||||||
|
start_time = (
|
||||||
|
datetime.datetime.utcnow() -
|
||||||
|
datetime.timedelta(seconds=period))
|
||||||
|
|
||||||
|
start_timestamp = None if not start_time else start_time.isoformat()
|
||||||
|
end_timestamp = None if not end_time else end_time.isoformat()
|
||||||
|
|
||||||
|
return start_timestamp, end_timestamp, period
|
||||||
|
|
||||||
|
def statistics_list(self, meter_name, dimensions, start_time=None,
|
||||||
|
end_time=None, period=None,):
|
||||||
|
"""List of statistics."""
|
||||||
|
start_timestamp, end_timestamp, period = self._format_time_params(
|
||||||
|
start_time, end_time, period
|
||||||
|
)
|
||||||
|
raw_kwargs = dict(
|
||||||
|
name=meter_name,
|
||||||
|
start_time=start_timestamp,
|
||||||
|
end_time=end_timestamp,
|
||||||
|
dimensions=dimensions,
|
||||||
|
)
|
||||||
|
|
||||||
|
kwargs = {k: v for k, v in raw_kwargs.items() if k and v}
|
||||||
|
|
||||||
|
statistics = self.query_retry(
|
||||||
|
f=self.monasca.metrics.list_measurements, **kwargs)
|
||||||
|
|
||||||
|
return statistics
|
||||||
|
|
||||||
|
def statistic_aggregation(self,
|
||||||
|
meter_name,
|
||||||
|
dimensions,
|
||||||
|
start_time=None,
|
||||||
|
end_time=None,
|
||||||
|
period=None,
|
||||||
|
aggregate='avg',
|
||||||
|
group_by='*'):
|
||||||
|
"""Representing a statistic aggregate by operators
|
||||||
|
|
||||||
|
:param meter_name: meter names of which we want the statistics
|
||||||
|
:param dimensions: dimensions (dict)
|
||||||
|
:param start_time: Start datetime from which metrics will be used
|
||||||
|
:param end_time: End datetime from which metrics will be used
|
||||||
|
:param period: Sampling `period`: In seconds. If no period is given,
|
||||||
|
only one aggregate statistic is returned. If given, a
|
||||||
|
faceted result will be returned, divided into given
|
||||||
|
periods. Periods with no data are ignored.
|
||||||
|
:param aggregate: Should be either 'avg', 'count', 'min' or 'max'
|
||||||
|
:return: A list of dict with each dict being a distinct result row
|
||||||
|
"""
|
||||||
|
start_timestamp, end_timestamp, period = self._format_time_params(
|
||||||
|
start_time, end_time, period
|
||||||
|
)
|
||||||
|
|
||||||
|
raw_kwargs = dict(
|
||||||
|
name=meter_name,
|
||||||
|
start_time=start_timestamp,
|
||||||
|
end_time=end_timestamp,
|
||||||
|
dimensions=dimensions,
|
||||||
|
period=period,
|
||||||
|
statistics=aggregate,
|
||||||
|
group_by=group_by,
|
||||||
|
)
|
||||||
|
|
||||||
|
kwargs = {k: v for k, v in raw_kwargs.items() if k and v}
|
||||||
|
|
||||||
|
statistics = self.query_retry(
|
||||||
|
f=self.monasca.metrics.list_statistics, **kwargs)
|
||||||
|
|
||||||
|
return statistics
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
Please see https://alembic.readthedocs.org/en/latest/index.html for general documentation
|
|
||||||
|
|
||||||
To create alembic migrations use:
|
|
||||||
$ watcher-db-manage revision --message "description of revision" --autogenerate
|
|
||||||
|
|
||||||
Stamp db with most recent migration version, without actually running migrations
|
|
||||||
$ watcher-db-manage stamp head
|
|
||||||
|
|
||||||
Upgrade can be performed by:
|
|
||||||
$ watcher-db-manage upgrade
|
|
||||||
$ watcher-db-manage upgrade head
|
|
||||||
|
|
||||||
Downgrading db:
|
|
||||||
$ watcher-db-manage downgrade
|
|
||||||
$ watcher-db-manage downgrade base
|
|
||||||
62
watcher/db/sqlalchemy/alembic/README.rst
Normal file
62
watcher/db/sqlalchemy/alembic/README.rst
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
The migrations in the alembic/versions contain the changes needed to migrate
|
||||||
|
from older Watcher releases to newer versions. A migration occurs by executing
|
||||||
|
a script that details the changes needed to upgrade/downgrade the database. The
|
||||||
|
migration scripts are ordered so that multiple scripts can run sequentially to
|
||||||
|
update the database. The scripts are executed by Watcher's migration wrapper
|
||||||
|
which uses the Alembic library to manage the migration. Watcher supports
|
||||||
|
migration from Ocata or later.
|
||||||
|
|
||||||
|
|
||||||
|
If you are a deployer or developer and want to migrate from Ocata to later
|
||||||
|
release you must first add version tracking to the database::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf stamp ocata
|
||||||
|
|
||||||
|
|
||||||
|
You can upgrade to the latest database version via::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf upgrade head
|
||||||
|
|
||||||
|
|
||||||
|
To check the current database version::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf current
|
||||||
|
|
||||||
|
|
||||||
|
To create a script to run the migration offline::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf upgrade head --sql
|
||||||
|
|
||||||
|
|
||||||
|
To run the offline migration between specific migration versions::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf upgrade \
|
||||||
|
<start version>:<end version> --sql
|
||||||
|
|
||||||
|
|
||||||
|
Upgrade the database incrementally::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf upgrade --delta \
|
||||||
|
<# of revs>
|
||||||
|
|
||||||
|
|
||||||
|
Downgrade the database by a certain number of revisions::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf downgrade --delta \
|
||||||
|
<# of revs>
|
||||||
|
|
||||||
|
|
||||||
|
Create new revision::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf revision \
|
||||||
|
-m "description of revision" --autogenerate
|
||||||
|
|
||||||
|
|
||||||
|
Create a blank file::
|
||||||
|
|
||||||
|
$ watcher-db-manage --config-file /path/to/watcher.conf revision \
|
||||||
|
-m "description of revision"
|
||||||
|
|
||||||
|
Please see https://alembic.readthedocs.org/en/latest/index.html for general
|
||||||
|
documentation
|
||||||
|
|
||||||
203
watcher/db/sqlalchemy/alembic/versions/001_ocata.py
Normal file
203
watcher/db/sqlalchemy/alembic/versions/001_ocata.py
Normal file
@@ -0,0 +1,203 @@
|
|||||||
|
"""ocata release
|
||||||
|
|
||||||
|
Revision ID: 9894235b4278
|
||||||
|
Revises: None
|
||||||
|
Create Date: 2017-02-01 09:40:05.065981
|
||||||
|
|
||||||
|
"""
|
||||||
|
from alembic import op
|
||||||
|
import oslo_db
|
||||||
|
import sqlalchemy as sa
|
||||||
|
from watcher.db.sqlalchemy import models
|
||||||
|
|
||||||
|
|
||||||
|
# revision identifiers, used by Alembic.
|
||||||
|
revision = '001'
|
||||||
|
down_revision = None
|
||||||
|
|
||||||
|
|
||||||
|
def upgrade():
|
||||||
|
op.create_table(
|
||||||
|
'goals',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('uuid', sa.String(length=36), nullable=True),
|
||||||
|
sa.Column('name', sa.String(length=63), nullable=False),
|
||||||
|
sa.Column('display_name', sa.String(length=63), nullable=False),
|
||||||
|
sa.Column('efficacy_specification', models.JSONEncodedList(),
|
||||||
|
nullable=False),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('name', 'deleted', name='uniq_goals0name'),
|
||||||
|
sa.UniqueConstraint('uuid', name='uniq_goals0uuid')
|
||||||
|
)
|
||||||
|
|
||||||
|
op.create_table(
|
||||||
|
'scoring_engines',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('uuid', sa.String(length=36), nullable=False),
|
||||||
|
sa.Column('name', sa.String(length=63), nullable=False),
|
||||||
|
sa.Column('description', sa.String(length=255), nullable=True),
|
||||||
|
sa.Column('metainfo', sa.Text(), nullable=True),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('name', 'deleted',
|
||||||
|
name='uniq_scoring_engines0name'),
|
||||||
|
sa.UniqueConstraint('uuid', name='uniq_scoring_engines0uuid')
|
||||||
|
)
|
||||||
|
|
||||||
|
op.create_table(
|
||||||
|
'services',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('name', sa.String(length=255), nullable=False),
|
||||||
|
sa.Column('host', sa.String(length=255), nullable=False),
|
||||||
|
sa.Column('last_seen_up', sa.DateTime(), nullable=True),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('host', 'name', 'deleted',
|
||||||
|
name='uniq_services0host0name0deleted')
|
||||||
|
)
|
||||||
|
|
||||||
|
op.create_table(
|
||||||
|
'strategies',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('uuid', sa.String(length=36), nullable=True),
|
||||||
|
sa.Column('name', sa.String(length=63), nullable=False),
|
||||||
|
sa.Column('display_name', sa.String(length=63), nullable=False),
|
||||||
|
sa.Column('goal_id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('parameters_spec', models.JSONEncodedDict(),
|
||||||
|
nullable=True),
|
||||||
|
sa.ForeignKeyConstraint(['goal_id'], ['goals.id'], ),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('name', 'deleted', name='uniq_strategies0name'),
|
||||||
|
sa.UniqueConstraint('uuid', name='uniq_strategies0uuid')
|
||||||
|
)
|
||||||
|
|
||||||
|
op.create_table(
|
||||||
|
'audit_templates',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('uuid', sa.String(length=36), nullable=True),
|
||||||
|
sa.Column('name', sa.String(length=63), nullable=True),
|
||||||
|
sa.Column('description', sa.String(length=255), nullable=True),
|
||||||
|
sa.Column('goal_id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('strategy_id', sa.Integer(), nullable=True),
|
||||||
|
sa.Column('scope', models.JSONEncodedList(),
|
||||||
|
nullable=True),
|
||||||
|
sa.ForeignKeyConstraint(['goal_id'], ['goals.id'], ),
|
||||||
|
sa.ForeignKeyConstraint(['strategy_id'], ['strategies.id'], ),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('name', 'deleted',
|
||||||
|
name='uniq_audit_templates0name'),
|
||||||
|
sa.UniqueConstraint('uuid', name='uniq_audit_templates0uuid')
|
||||||
|
)
|
||||||
|
op.create_table(
|
||||||
|
'audits',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('uuid', sa.String(length=36), nullable=True),
|
||||||
|
sa.Column('audit_type', sa.String(length=20), nullable=True),
|
||||||
|
sa.Column('state', sa.String(length=20), nullable=True),
|
||||||
|
sa.Column('parameters', models.JSONEncodedDict(), nullable=True),
|
||||||
|
sa.Column('interval', sa.Integer(), nullable=True),
|
||||||
|
sa.Column('goal_id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('strategy_id', sa.Integer(), nullable=True),
|
||||||
|
sa.Column('scope', models.JSONEncodedList(), nullable=True),
|
||||||
|
sa.Column('auto_trigger', sa.Boolean(), nullable=False),
|
||||||
|
sa.ForeignKeyConstraint(['goal_id'], ['goals.id'], ),
|
||||||
|
sa.ForeignKeyConstraint(['strategy_id'], ['strategies.id'], ),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('uuid', name='uniq_audits0uuid')
|
||||||
|
)
|
||||||
|
op.create_table(
|
||||||
|
'action_plans',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('uuid', sa.String(length=36), nullable=True),
|
||||||
|
sa.Column('audit_id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('strategy_id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('state', sa.String(length=20), nullable=True),
|
||||||
|
sa.Column('global_efficacy', models.JSONEncodedDict(), nullable=True),
|
||||||
|
sa.ForeignKeyConstraint(['audit_id'], ['audits.id'], ),
|
||||||
|
sa.ForeignKeyConstraint(['strategy_id'], ['strategies.id'], ),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('uuid', name='uniq_action_plans0uuid')
|
||||||
|
)
|
||||||
|
|
||||||
|
op.create_table(
|
||||||
|
'actions',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('uuid', sa.String(length=36), nullable=False),
|
||||||
|
sa.Column('action_plan_id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('action_type', sa.String(length=255), nullable=False),
|
||||||
|
sa.Column('input_parameters', models.JSONEncodedDict(), nullable=True),
|
||||||
|
sa.Column('state', sa.String(length=20), nullable=True),
|
||||||
|
sa.Column('parents', models.JSONEncodedList(), nullable=True),
|
||||||
|
sa.ForeignKeyConstraint(['action_plan_id'], ['action_plans.id'], ),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('uuid', name='uniq_actions0uuid')
|
||||||
|
)
|
||||||
|
|
||||||
|
op.create_table(
|
||||||
|
'efficacy_indicators',
|
||||||
|
sa.Column('created_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('updated_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted_at', sa.DateTime(), nullable=True),
|
||||||
|
sa.Column('deleted', oslo_db.sqlalchemy.types.SoftDeleteInteger(),
|
||||||
|
nullable=True),
|
||||||
|
sa.Column('id', sa.Integer(), nullable=False),
|
||||||
|
sa.Column('uuid', sa.String(length=36), nullable=True),
|
||||||
|
sa.Column('name', sa.String(length=63), nullable=True),
|
||||||
|
sa.Column('description', sa.String(length=255), nullable=True),
|
||||||
|
sa.Column('unit', sa.String(length=63), nullable=True),
|
||||||
|
sa.Column('value', sa.Numeric(), nullable=True),
|
||||||
|
sa.Column('action_plan_id', sa.Integer(), nullable=False),
|
||||||
|
sa.ForeignKeyConstraint(['action_plan_id'], ['action_plans.id'], ),
|
||||||
|
sa.PrimaryKeyConstraint('id'),
|
||||||
|
sa.UniqueConstraint('uuid', name='uniq_efficacy_indicators0uuid')
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def downgrade():
|
||||||
|
op.drop_table('efficacy_indicators')
|
||||||
|
op.drop_table('actions')
|
||||||
|
op.drop_table('action_plans')
|
||||||
|
op.drop_table('audits')
|
||||||
|
op.drop_table('audit_templates')
|
||||||
|
op.drop_table('strategies')
|
||||||
|
op.drop_table('services')
|
||||||
|
op.drop_table('scoring_engines')
|
||||||
|
op.drop_table('goals')
|
||||||
@@ -663,6 +663,9 @@ class Connection(api.BaseConnection):
|
|||||||
if values.get('state') is None:
|
if values.get('state') is None:
|
||||||
values['state'] = objects.audit.State.PENDING
|
values['state'] = objects.audit.State.PENDING
|
||||||
|
|
||||||
|
if not values.get('auto_trigger'):
|
||||||
|
values['auto_trigger'] = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
audit = self._create(models.Audit, values)
|
audit = self._create(models.Audit, values)
|
||||||
except db_exc.DBDuplicateEntry:
|
except db_exc.DBDuplicateEntry:
|
||||||
@@ -743,6 +746,9 @@ class Connection(api.BaseConnection):
|
|||||||
if not values.get('uuid'):
|
if not values.get('uuid'):
|
||||||
values['uuid'] = utils.generate_uuid()
|
values['uuid'] = utils.generate_uuid()
|
||||||
|
|
||||||
|
if values.get('state') is None:
|
||||||
|
values['state'] = objects.action.State.PENDING
|
||||||
|
|
||||||
try:
|
try:
|
||||||
action = self._create(models.Action, values)
|
action = self._create(models.Action, values)
|
||||||
except db_exc.DBDuplicateEntry:
|
except db_exc.DBDuplicateEntry:
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ def upgrade(revision, config=None):
|
|||||||
revision = revision or 'head'
|
revision = revision or 'head'
|
||||||
config = config or _alembic_config()
|
config = config or _alembic_config()
|
||||||
|
|
||||||
alembic.command.upgrade(config, revision or 'head')
|
alembic.command.upgrade(config, revision)
|
||||||
|
|
||||||
|
|
||||||
def create_schema(config=None, engine=None):
|
def create_schema(config=None, engine=None):
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ SQLAlchemy models for watcher service
|
|||||||
from oslo_db.sqlalchemy import models
|
from oslo_db.sqlalchemy import models
|
||||||
from oslo_serialization import jsonutils
|
from oslo_serialization import jsonutils
|
||||||
import six.moves.urllib.parse as urlparse
|
import six.moves.urllib.parse as urlparse
|
||||||
|
from sqlalchemy import Boolean
|
||||||
from sqlalchemy import Column
|
from sqlalchemy import Column
|
||||||
from sqlalchemy import DateTime
|
from sqlalchemy import DateTime
|
||||||
from sqlalchemy.ext.declarative import declarative_base
|
from sqlalchemy.ext.declarative import declarative_base
|
||||||
@@ -176,6 +177,7 @@ class Audit(Base):
|
|||||||
goal_id = Column(Integer, ForeignKey('goals.id'), nullable=False)
|
goal_id = Column(Integer, ForeignKey('goals.id'), nullable=False)
|
||||||
strategy_id = Column(Integer, ForeignKey('strategies.id'), nullable=True)
|
strategy_id = Column(Integer, ForeignKey('strategies.id'), nullable=True)
|
||||||
scope = Column(JSONEncodedList, nullable=True)
|
scope = Column(JSONEncodedList, nullable=True)
|
||||||
|
auto_trigger = Column(Boolean, nullable=False)
|
||||||
|
|
||||||
goal = orm.relationship(Goal, foreign_keys=goal_id, lazy=None)
|
goal = orm.relationship(Goal, foreign_keys=goal_id, lazy=None)
|
||||||
strategy = orm.relationship(Strategy, foreign_keys=strategy_id, lazy=None)
|
strategy = orm.relationship(Strategy, foreign_keys=strategy_id, lazy=None)
|
||||||
@@ -191,7 +193,6 @@ class ActionPlan(Base):
|
|||||||
)
|
)
|
||||||
id = Column(Integer, primary_key=True, autoincrement=True)
|
id = Column(Integer, primary_key=True, autoincrement=True)
|
||||||
uuid = Column(String(36))
|
uuid = Column(String(36))
|
||||||
first_action_id = Column(Integer)
|
|
||||||
audit_id = Column(Integer, ForeignKey('audits.id'), nullable=False)
|
audit_id = Column(Integer, ForeignKey('audits.id'), nullable=False)
|
||||||
strategy_id = Column(Integer, ForeignKey('strategies.id'), nullable=False)
|
strategy_id = Column(Integer, ForeignKey('strategies.id'), nullable=False)
|
||||||
state = Column(String(20), nullable=True)
|
state = Column(String(20), nullable=True)
|
||||||
@@ -217,7 +218,7 @@ class Action(Base):
|
|||||||
action_type = Column(String(255), nullable=False)
|
action_type = Column(String(255), nullable=False)
|
||||||
input_parameters = Column(JSONEncodedDict, nullable=True)
|
input_parameters = Column(JSONEncodedDict, nullable=True)
|
||||||
state = Column(String(20), nullable=True)
|
state = Column(String(20), nullable=True)
|
||||||
next = Column(String(36), nullable=True)
|
parents = Column(JSONEncodedList, nullable=True)
|
||||||
|
|
||||||
action_plan = orm.relationship(
|
action_plan = orm.relationship(
|
||||||
ActionPlan, foreign_keys=action_plan_id, lazy=None)
|
ActionPlan, foreign_keys=action_plan_id, lazy=None)
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ import six
|
|||||||
|
|
||||||
from oslo_log import log
|
from oslo_log import log
|
||||||
|
|
||||||
|
from watcher.applier import rpcapi
|
||||||
|
from watcher.common import exception
|
||||||
from watcher.decision_engine.planner import manager as planner_manager
|
from watcher.decision_engine.planner import manager as planner_manager
|
||||||
from watcher.decision_engine.strategy.context import default as default_context
|
from watcher.decision_engine.strategy.context import default as default_context
|
||||||
from watcher import notifications
|
from watcher import notifications
|
||||||
@@ -79,11 +81,13 @@ class AuditHandler(BaseAuditHandler):
|
|||||||
request_context, audit,
|
request_context, audit,
|
||||||
action=fields.NotificationAction.PLANNER,
|
action=fields.NotificationAction.PLANNER,
|
||||||
phase=fields.NotificationPhase.START)
|
phase=fields.NotificationPhase.START)
|
||||||
self.planner.schedule(request_context, audit.id, solution)
|
action_plan = self.planner.schedule(request_context, audit.id,
|
||||||
|
solution)
|
||||||
notifications.audit.send_action_notification(
|
notifications.audit.send_action_notification(
|
||||||
request_context, audit,
|
request_context, audit,
|
||||||
action=fields.NotificationAction.PLANNER,
|
action=fields.NotificationAction.PLANNER,
|
||||||
phase=fields.NotificationPhase.END)
|
phase=fields.NotificationPhase.END)
|
||||||
|
return action_plan
|
||||||
except Exception:
|
except Exception:
|
||||||
notifications.audit.send_action_notification(
|
notifications.audit.send_action_notification(
|
||||||
request_context, audit,
|
request_context, audit,
|
||||||
@@ -104,15 +108,30 @@ class AuditHandler(BaseAuditHandler):
|
|||||||
self.update_audit_state(audit, objects.audit.State.ONGOING)
|
self.update_audit_state(audit, objects.audit.State.ONGOING)
|
||||||
|
|
||||||
def post_execute(self, audit, solution, request_context):
|
def post_execute(self, audit, solution, request_context):
|
||||||
self.do_schedule(request_context, audit, solution)
|
action_plan = self.do_schedule(request_context, audit, solution)
|
||||||
# change state of the audit to SUCCEEDED
|
a_plan_filters = {'state': objects.action_plan.State.ONGOING}
|
||||||
self.update_audit_state(audit, objects.audit.State.SUCCEEDED)
|
ongoing_action_plans = objects.ActionPlan.list(
|
||||||
|
request_context, filters=a_plan_filters)
|
||||||
|
if ongoing_action_plans:
|
||||||
|
action_plan.state = objects.action_plan.State.SUPERSEDED
|
||||||
|
action_plan.save()
|
||||||
|
raise exception.ActionPlanIsOngoing(
|
||||||
|
action_plan=ongoing_action_plans[0].uuid,
|
||||||
|
new_action_plan=action_plan.uuid)
|
||||||
|
elif audit.auto_trigger:
|
||||||
|
applier_client = rpcapi.ApplierAPI()
|
||||||
|
applier_client.launch_action_plan(request_context,
|
||||||
|
action_plan.uuid)
|
||||||
|
|
||||||
def execute(self, audit, request_context):
|
def execute(self, audit, request_context):
|
||||||
try:
|
try:
|
||||||
self.pre_execute(audit, request_context)
|
self.pre_execute(audit, request_context)
|
||||||
solution = self.do_execute(audit, request_context)
|
solution = self.do_execute(audit, request_context)
|
||||||
self.post_execute(audit, solution, request_context)
|
self.post_execute(audit, solution, request_context)
|
||||||
|
except exception.ActionPlanIsOngoing as e:
|
||||||
|
LOG.warning(e)
|
||||||
|
if audit.audit_type == objects.audit.AuditType.ONESHOT.value:
|
||||||
|
self.update_audit_state(audit, objects.audit.State.CANCELLED)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
LOG.exception(e)
|
LOG.exception(e)
|
||||||
self.update_audit_state(audit, objects.audit.State.FAILED)
|
self.update_audit_state(audit, objects.audit.State.FAILED)
|
||||||
|
|||||||
@@ -82,9 +82,6 @@ class ContinuousAuditHandler(base.AuditHandler):
|
|||||||
if not self._is_audit_inactive(audit):
|
if not self._is_audit_inactive(audit):
|
||||||
self.execute(audit, request_context)
|
self.execute(audit, request_context)
|
||||||
|
|
||||||
def post_execute(self, audit, solution, request_context):
|
|
||||||
self.do_schedule(request_context, audit, solution)
|
|
||||||
|
|
||||||
def launch_audits_periodically(self):
|
def launch_audits_periodically(self):
|
||||||
audit_context = context.RequestContext(is_admin=True)
|
audit_context = context.RequestContext(is_admin=True)
|
||||||
audit_filters = {
|
audit_filters = {
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from watcher.decision_engine.audit import base
|
from watcher.decision_engine.audit import base
|
||||||
|
from watcher import objects
|
||||||
|
|
||||||
|
|
||||||
class OneShotAuditHandler(base.AuditHandler):
|
class OneShotAuditHandler(base.AuditHandler):
|
||||||
@@ -24,3 +25,9 @@ class OneShotAuditHandler(base.AuditHandler):
|
|||||||
audit, request_context)
|
audit, request_context)
|
||||||
|
|
||||||
return solution
|
return solution
|
||||||
|
|
||||||
|
def post_execute(self, audit, solution, request_context):
|
||||||
|
super(OneShotAuditHandler, self).post_execute(audit, solution,
|
||||||
|
request_context)
|
||||||
|
# change state of the audit to SUCCEEDED
|
||||||
|
self.update_audit_state(audit, objects.audit.State.SUCCEEDED)
|
||||||
|
|||||||
@@ -1,80 +0,0 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
|
||||||
# Copyright (c) 2015 b<>com
|
|
||||||
#
|
|
||||||
# Authors: Jean-Emile DARTOIS <jean-emile.dartois@b-com.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
||||||
# implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
"""
|
|
||||||
The :ref:`Cluster History <cluster_history_definition>` contains all the
|
|
||||||
previously collected timestamped data such as metrics and events associated
|
|
||||||
to any :ref:`managed resource <managed_resource_definition>` of the
|
|
||||||
:ref:`Cluster <cluster_definition>`.
|
|
||||||
|
|
||||||
Just like the :ref:`Cluster Data Model <cluster_data_model_definition>`, this
|
|
||||||
history may be used by any :ref:`Strategy <strategy_definition>` in order to
|
|
||||||
find the most optimal :ref:`Solution <solution_definition>` during an
|
|
||||||
:ref:`Audit <audit_definition>`.
|
|
||||||
|
|
||||||
In the Watcher project, a generic
|
|
||||||
:ref:`Cluster History <cluster_history_definition>`
|
|
||||||
API is proposed with some helper classes in order to :
|
|
||||||
|
|
||||||
- share a common measurement (events or metrics) naming based on what is
|
|
||||||
defined in Ceilometer.
|
|
||||||
See `the full list of available measurements <http://docs.openstack.org/admin-guide-cloud/telemetry-measurements.html>`_
|
|
||||||
- share common meter types (Cumulative, Delta, Gauge) based on what is
|
|
||||||
defined in Ceilometer.
|
|
||||||
See `the full list of meter types <http://docs.openstack.org/admin-guide-cloud/telemetry-measurements.html>`_
|
|
||||||
- simplify the development of a new :ref:`Strategy <strategy_definition>`
|
|
||||||
- avoid duplicating the same code in several
|
|
||||||
:ref:`Strategies <strategy_definition>`
|
|
||||||
- have a better consistency between the different
|
|
||||||
:ref:`Strategies <strategy_definition>`
|
|
||||||
- avoid any strong coupling with any external metrics/events storage system
|
|
||||||
(the proposed API and measurement naming system acts as a pivot format)
|
|
||||||
|
|
||||||
Note however that a developer can use his/her own history management system if
|
|
||||||
the Ceilometer system does not fit his/her needs as long as the
|
|
||||||
:ref:`Strategy <strategy_definition>` is able to produce a
|
|
||||||
:ref:`Solution <solution_definition>` for the requested
|
|
||||||
:ref:`Goal <goal_definition>`.
|
|
||||||
|
|
||||||
The :ref:`Cluster History <cluster_history_definition>` data may be persisted
|
|
||||||
in any appropriate storage system (InfluxDB, OpenTSDB, MongoDB,...).
|
|
||||||
""" # noqa
|
|
||||||
|
|
||||||
import abc
|
|
||||||
import six
|
|
||||||
|
|
||||||
"""Work in progress Helper to query metrics"""
|
|
||||||
|
|
||||||
|
|
||||||
@six.add_metaclass(abc.ABCMeta)
|
|
||||||
class BaseClusterHistory(object):
|
|
||||||
@abc.abstractmethod
|
|
||||||
def statistic_aggregation(self, resource_id, meter_name, period,
|
|
||||||
aggregate='avg'):
|
|
||||||
raise NotImplementedError()
|
|
||||||
|
|
||||||
@abc.abstractmethod
|
|
||||||
def get_last_sample_values(self, resource_id, meter_name, limit=1):
|
|
||||||
raise NotImplementedError()
|
|
||||||
|
|
||||||
def query_sample(self, meter_name, query, limit=1):
|
|
||||||
raise NotImplementedError()
|
|
||||||
|
|
||||||
def statistic_list(self, meter_name, query=None, period=None):
|
|
||||||
raise NotImplementedError()
|
|
||||||
@@ -1,45 +0,0 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
|
||||||
# Copyright (c) 2015 b<>com
|
|
||||||
#
|
|
||||||
# Authors: Jean-Emile DARTOIS <jean-emile.dartois@b-com.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
||||||
# implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
from watcher.common import ceilometer_helper
|
|
||||||
|
|
||||||
from watcher.decision_engine.cluster.history import base
|
|
||||||
|
|
||||||
|
|
||||||
class CeilometerClusterHistory(base.BaseClusterHistory):
|
|
||||||
def __init__(self, osc=None):
|
|
||||||
""":param osc: an OpenStackClients instance"""
|
|
||||||
super(CeilometerClusterHistory, self).__init__()
|
|
||||||
self.ceilometer = ceilometer_helper.CeilometerHelper(osc=osc)
|
|
||||||
|
|
||||||
def statistic_list(self, meter_name, query=None, period=None):
|
|
||||||
return self.ceilometer.statistic_list(meter_name, query, period)
|
|
||||||
|
|
||||||
def query_sample(self, meter_name, query, limit=1):
|
|
||||||
return self.ceilometer.query_sample(meter_name, query, limit)
|
|
||||||
|
|
||||||
def get_last_sample_values(self, resource_id, meter_name, limit=1):
|
|
||||||
return self.ceilometer.get_last_sample_values(resource_id, meter_name,
|
|
||||||
limit)
|
|
||||||
|
|
||||||
def statistic_aggregation(self, resource_id, meter_name, period,
|
|
||||||
aggregate='avg'):
|
|
||||||
return self.ceilometer.statistic_aggregation(resource_id, meter_name,
|
|
||||||
period,
|
|
||||||
aggregate)
|
|
||||||
@@ -104,6 +104,20 @@ class MigrationEfficacy(IndicatorSpecification):
|
|||||||
voluptuous.Range(min=0, max=100), required=True)
|
voluptuous.Range(min=0, max=100), required=True)
|
||||||
|
|
||||||
|
|
||||||
|
class ComputeNodesCount(IndicatorSpecification):
|
||||||
|
def __init__(self):
|
||||||
|
super(ComputeNodesCount, self).__init__(
|
||||||
|
name="compute_nodes_count",
|
||||||
|
description=_("The total number of enabled compute nodes."),
|
||||||
|
unit=None,
|
||||||
|
)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def schema(self):
|
||||||
|
return voluptuous.Schema(
|
||||||
|
voluptuous.Range(min=0), required=True)
|
||||||
|
|
||||||
|
|
||||||
class ReleasedComputeNodesCount(IndicatorSpecification):
|
class ReleasedComputeNodesCount(IndicatorSpecification):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super(ReleasedComputeNodesCount, self).__init__(
|
super(ReleasedComputeNodesCount, self).__init__(
|
||||||
|
|||||||
@@ -33,20 +33,21 @@ class ServerConsolidation(base.EfficacySpecification):
|
|||||||
|
|
||||||
def get_indicators_specifications(self):
|
def get_indicators_specifications(self):
|
||||||
return [
|
return [
|
||||||
|
indicators.ComputeNodesCount(),
|
||||||
indicators.ReleasedComputeNodesCount(),
|
indicators.ReleasedComputeNodesCount(),
|
||||||
indicators.InstanceMigrationsCount(),
|
indicators.InstanceMigrationsCount(),
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_global_efficacy_indicator(self, indicators_map=None):
|
def get_global_efficacy_indicator(self, indicators_map=None):
|
||||||
value = 0
|
value = 0
|
||||||
if indicators_map and indicators_map.instance_migrations_count > 0:
|
if indicators_map and indicators_map.compute_nodes_count > 0:
|
||||||
value = (float(indicators_map.released_compute_nodes_count) /
|
value = (float(indicators_map.released_compute_nodes_count) /
|
||||||
float(indicators_map.instance_migrations_count)) * 100
|
float(indicators_map.compute_nodes_count)) * 100
|
||||||
|
|
||||||
return efficacy.Indicator(
|
return efficacy.Indicator(
|
||||||
name="released_nodes_ratio",
|
name="released_nodes_ratio",
|
||||||
description=_("Ratio of released compute nodes divided by the "
|
description=_("Ratio of released compute nodes divided by the "
|
||||||
"number of VM migrations."),
|
"total number of enabled compute nodes."),
|
||||||
unit='%',
|
unit='%',
|
||||||
value=value,
|
value=value,
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -34,3 +34,7 @@ class Model(object):
|
|||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def to_string(self):
|
def to_string(self):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
@abc.abstractmethod
|
||||||
|
def to_xml(self):
|
||||||
|
raise NotImplementedError()
|
||||||
|
|||||||
@@ -108,12 +108,15 @@ import copy
|
|||||||
import threading
|
import threading
|
||||||
|
|
||||||
from oslo_config import cfg
|
from oslo_config import cfg
|
||||||
|
from oslo_log import log
|
||||||
import six
|
import six
|
||||||
|
|
||||||
from watcher.common import clients
|
from watcher.common import clients
|
||||||
from watcher.common.loader import loadable
|
from watcher.common.loader import loadable
|
||||||
from watcher.decision_engine.model import model_root
|
from watcher.decision_engine.model import model_root
|
||||||
|
|
||||||
|
LOG = log.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
@six.add_metaclass(abc.ABCMeta)
|
@six.add_metaclass(abc.ABCMeta)
|
||||||
class BaseClusterDataModelCollector(loadable.LoadableSingleton):
|
class BaseClusterDataModelCollector(loadable.LoadableSingleton):
|
||||||
@@ -169,6 +172,8 @@ class BaseClusterDataModelCollector(loadable.LoadableSingleton):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def get_latest_cluster_data_model(self):
|
def get_latest_cluster_data_model(self):
|
||||||
|
LOG.debug("Creating copy")
|
||||||
|
LOG.debug(self.cluster_data_model.to_xml())
|
||||||
return copy.deepcopy(self.cluster_data_model)
|
return copy.deepcopy(self.cluster_data_model)
|
||||||
|
|
||||||
def synchronize(self):
|
def synchronize(self):
|
||||||
|
|||||||
@@ -1,23 +1,21 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
# -*- encoding: utf-8 -*-
|
||||||
# Copyright (c) 2015 b<>com
|
# Copyright (c) 2017 Intel Innovation and Research Ireland Ltd.
|
||||||
#
|
|
||||||
# Authors: Jean-Emile DARTOIS <jean-emile.dartois@b-com.com>
|
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
# You may obtain a copy of the License at
|
# You may obtain a copy of the License at
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
#
|
#
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from oslo_log import log
|
from oslo_log import log
|
||||||
|
|
||||||
|
from watcher.common import exception
|
||||||
from watcher.common import nova_helper
|
from watcher.common import nova_helper
|
||||||
from watcher.decision_engine.model.collector import base
|
from watcher.decision_engine.model.collector import base
|
||||||
from watcher.decision_engine.model import element
|
from watcher.decision_engine.model import element
|
||||||
@@ -30,13 +28,12 @@ LOG = log.getLogger(__name__)
|
|||||||
class NovaClusterDataModelCollector(base.BaseClusterDataModelCollector):
|
class NovaClusterDataModelCollector(base.BaseClusterDataModelCollector):
|
||||||
"""Nova cluster data model collector
|
"""Nova cluster data model collector
|
||||||
|
|
||||||
The Nova cluster data model collector creates an in-memory
|
The Nova cluster data model collector creates an in-memory
|
||||||
representation of the resources exposed by the compute service.
|
representation of the resources exposed by the compute service.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, config, osc=None):
|
def __init__(self, config, osc=None):
|
||||||
super(NovaClusterDataModelCollector, self).__init__(config, osc)
|
super(NovaClusterDataModelCollector, self).__init__(config, osc)
|
||||||
self.wrapper = nova_helper.NovaHelper(osc=self.osc)
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def notification_endpoints(self):
|
def notification_endpoints(self):
|
||||||
@@ -62,49 +59,311 @@ class NovaClusterDataModelCollector(base.BaseClusterDataModelCollector):
|
|||||||
"""Build the compute cluster data model"""
|
"""Build the compute cluster data model"""
|
||||||
LOG.debug("Building latest Nova cluster data model")
|
LOG.debug("Building latest Nova cluster data model")
|
||||||
|
|
||||||
model = model_root.ModelRoot()
|
builder = ModelBuilder(self.osc)
|
||||||
mem = element.Resource(element.ResourceType.memory)
|
return builder.execute()
|
||||||
num_cores = element.Resource(element.ResourceType.cpu_cores)
|
|
||||||
disk = element.Resource(element.ResourceType.disk)
|
|
||||||
disk_capacity = element.Resource(element.ResourceType.disk_capacity)
|
|
||||||
model.create_resource(mem)
|
|
||||||
model.create_resource(num_cores)
|
|
||||||
model.create_resource(disk)
|
|
||||||
model.create_resource(disk_capacity)
|
|
||||||
|
|
||||||
flavor_cache = {}
|
|
||||||
nodes = self.wrapper.get_compute_node_list()
|
|
||||||
for n in nodes:
|
|
||||||
service = self.wrapper.nova.services.find(id=n.service['id'])
|
|
||||||
# create node in cluster_model_collector
|
|
||||||
node = element.ComputeNode(n.id)
|
|
||||||
node.uuid = service.host
|
|
||||||
node.hostname = n.hypervisor_hostname
|
|
||||||
# set capacity
|
|
||||||
mem.set_capacity(node, n.memory_mb)
|
|
||||||
disk.set_capacity(node, n.free_disk_gb)
|
|
||||||
disk_capacity.set_capacity(node, n.local_gb)
|
|
||||||
num_cores.set_capacity(node, n.vcpus)
|
|
||||||
node.state = n.state
|
|
||||||
node.status = n.status
|
|
||||||
model.add_node(node)
|
|
||||||
instances = self.wrapper.get_instances_by_node(str(service.host))
|
|
||||||
for v in instances:
|
|
||||||
# create VM in cluster_model_collector
|
|
||||||
instance = element.Instance()
|
|
||||||
instance.uuid = v.id
|
|
||||||
# nova/nova/compute/instance_states.py
|
|
||||||
instance.state = getattr(v, 'OS-EXT-STS:vm_state')
|
|
||||||
|
|
||||||
# set capacity
|
class ModelBuilder(object):
|
||||||
self.wrapper.get_flavor_instance(v, flavor_cache)
|
"""Build the graph-based model
|
||||||
mem.set_capacity(instance, v.flavor['ram'])
|
|
||||||
# FIXME: update all strategies to use disk_capacity
|
|
||||||
# for instances instead of disk
|
|
||||||
disk.set_capacity(instance, v.flavor['disk'])
|
|
||||||
disk_capacity.set_capacity(instance, v.flavor['disk'])
|
|
||||||
num_cores.set_capacity(instance, v.flavor['vcpus'])
|
|
||||||
|
|
||||||
model.map_instance(instance, node)
|
This model builder adds the following data"
|
||||||
|
|
||||||
return model
|
- Compute-related knowledge (Nova)
|
||||||
|
- TODO(v-francoise): Storage-related knowledge (Cinder)
|
||||||
|
- TODO(v-francoise): Network-related knowledge (Neutron)
|
||||||
|
|
||||||
|
NOTE(v-francoise): This model builder is meant to be extended in the future
|
||||||
|
to also include both storage and network information respectively coming
|
||||||
|
from Cinder and Neutron. Some prelimary work has been done in this
|
||||||
|
direction in https://review.openstack.org/#/c/362730 but since we cannot
|
||||||
|
guarantee a sufficient level of consistency for neither the storage nor the
|
||||||
|
network part before the end of the Ocata cycle, this work has been
|
||||||
|
re-scheduled for Pike. In the meantime, all the associated code has been
|
||||||
|
commented out.
|
||||||
|
"""
|
||||||
|
def __init__(self, osc):
|
||||||
|
self.osc = osc
|
||||||
|
self.model = model_root.ModelRoot()
|
||||||
|
self.nova = osc.nova()
|
||||||
|
self.nova_helper = nova_helper.NovaHelper(osc=self.osc)
|
||||||
|
# self.neutron = osc.neutron()
|
||||||
|
# self.cinder = osc.cinder()
|
||||||
|
|
||||||
|
def _add_physical_layer(self):
|
||||||
|
"""Add the physical layer of the graph.
|
||||||
|
|
||||||
|
This includes components which represent actual infrastructure
|
||||||
|
hardware.
|
||||||
|
"""
|
||||||
|
for cnode in self.nova_helper.get_compute_node_list():
|
||||||
|
self.add_compute_node(cnode)
|
||||||
|
|
||||||
|
def add_compute_node(self, node):
|
||||||
|
# Build and add base node.
|
||||||
|
compute_node = self.build_compute_node(node)
|
||||||
|
self.model.add_node(compute_node)
|
||||||
|
|
||||||
|
# NOTE(v-francoise): we can encapsulate capabilities of the node
|
||||||
|
# (special instruction sets of CPUs) in the attributes; as well as
|
||||||
|
# sub-nodes can be added re-presenting e.g. GPUs/Accelerators etc.
|
||||||
|
|
||||||
|
# # Build & add disk, memory, network and cpu nodes.
|
||||||
|
# disk_id, disk_node = self.build_disk_compute_node(base_id, node)
|
||||||
|
# self.add_node(disk_id, disk_node)
|
||||||
|
# mem_id, mem_node = self.build_memory_compute_node(base_id, node)
|
||||||
|
# self.add_node(mem_id, mem_node)
|
||||||
|
# net_id, net_node = self._build_network_compute_node(base_id)
|
||||||
|
# self.add_node(net_id, net_node)
|
||||||
|
# cpu_id, cpu_node = self.build_cpu_compute_node(base_id, node)
|
||||||
|
# self.add_node(cpu_id, cpu_node)
|
||||||
|
|
||||||
|
# # Connect the base compute node to the dependant nodes.
|
||||||
|
# self.add_edges_from([(base_id, disk_id), (base_id, mem_id),
|
||||||
|
# (base_id, cpu_id), (base_id, net_id)],
|
||||||
|
# label="contains")
|
||||||
|
|
||||||
|
def build_compute_node(self, node):
|
||||||
|
"""Build a compute node from a Nova compute node
|
||||||
|
|
||||||
|
:param node: A node hypervisor instance
|
||||||
|
:type node: :py:class:`~novaclient.v2.hypervisors.Hypervisor`
|
||||||
|
"""
|
||||||
|
# build up the compute node.
|
||||||
|
compute_service = self.nova_helper.get_service(node.service["id"])
|
||||||
|
node_attributes = {
|
||||||
|
"id": node.id,
|
||||||
|
"uuid": compute_service.host,
|
||||||
|
"hostname": node.hypervisor_hostname,
|
||||||
|
"memory": node.memory_mb,
|
||||||
|
"disk": node.free_disk_gb,
|
||||||
|
"disk_capacity": node.local_gb,
|
||||||
|
"vcpus": node.vcpus,
|
||||||
|
"state": node.state,
|
||||||
|
"status": node.status}
|
||||||
|
|
||||||
|
compute_node = element.ComputeNode(**node_attributes)
|
||||||
|
# compute_node = self._build_node("physical", "compute", "hypervisor",
|
||||||
|
# node_attributes)
|
||||||
|
return compute_node
|
||||||
|
|
||||||
|
# def _build_network_compute_node(self, base_node):
|
||||||
|
# attributes = {}
|
||||||
|
# net_node = self._build_node("physical", "network", "NIC", attributes)
|
||||||
|
# net_id = "{}_network".format(base_node)
|
||||||
|
# return net_id, net_node
|
||||||
|
|
||||||
|
# def build_disk_compute_node(self, base_node, compute):
|
||||||
|
# # Build disk node attributes.
|
||||||
|
# disk_attributes = {
|
||||||
|
# "size_gb": compute.local_gb,
|
||||||
|
# "used_gb": compute.local_gb_used,
|
||||||
|
# "available_gb": compute.free_disk_gb}
|
||||||
|
# disk_node = self._build_node("physical", "storage", "disk",
|
||||||
|
# disk_attributes)
|
||||||
|
# disk_id = "{}_disk".format(base_node)
|
||||||
|
# return disk_id, disk_node
|
||||||
|
|
||||||
|
# def build_memory_compute_node(self, base_node, compute):
|
||||||
|
# # Build memory node attributes.
|
||||||
|
# memory_attrs = {"size_mb": compute.memory_mb,
|
||||||
|
# "used_mb": compute.memory_mb_used,
|
||||||
|
# "available_mb": compute.free_ram_mb}
|
||||||
|
# memory_node = self._build_node("physical", "memory", "memory",
|
||||||
|
# memory_attrs)
|
||||||
|
# memory_id = "{}_memory".format(base_node)
|
||||||
|
# return memory_id, memory_node
|
||||||
|
|
||||||
|
# def build_cpu_compute_node(self, base_node, compute):
|
||||||
|
# # Build memory node attributes.
|
||||||
|
# cpu_attributes = {"vcpus": compute.vcpus,
|
||||||
|
# "vcpus_used": compute.vcpus_used,
|
||||||
|
# "info": jsonutils.loads(compute.cpu_info)}
|
||||||
|
# cpu_node = self._build_node("physical", "cpu", "cpu", cpu_attributes)
|
||||||
|
# cpu_id = "{}_cpu".format(base_node)
|
||||||
|
# return cpu_id, cpu_node
|
||||||
|
|
||||||
|
# @staticmethod
|
||||||
|
# def _build_node(layer, category, node_type, attributes):
|
||||||
|
# return {"layer": layer, "category": category, "type": node_type,
|
||||||
|
# "attributes": attributes}
|
||||||
|
|
||||||
|
def _add_virtual_layer(self):
|
||||||
|
"""Add the virtual layer to the graph.
|
||||||
|
|
||||||
|
This layer is the virtual components of the infrastructure,
|
||||||
|
such as vms.
|
||||||
|
"""
|
||||||
|
self._add_virtual_servers()
|
||||||
|
# self._add_virtual_network()
|
||||||
|
# self._add_virtual_storage()
|
||||||
|
|
||||||
|
def _add_virtual_servers(self):
|
||||||
|
all_instances = self.nova_helper.get_instance_list()
|
||||||
|
for inst in all_instances:
|
||||||
|
# Add Node
|
||||||
|
instance = self._build_instance_node(inst)
|
||||||
|
self.model.add_instance(instance)
|
||||||
|
# Get the cnode_name uuid.
|
||||||
|
cnode_uuid = getattr(inst, "OS-EXT-SRV-ATTR:host")
|
||||||
|
if cnode_uuid is None:
|
||||||
|
# The instance is not attached to any Compute node
|
||||||
|
continue
|
||||||
|
try:
|
||||||
|
# Nova compute node
|
||||||
|
# cnode = self.nova_helper.get_compute_node_by_hostname(
|
||||||
|
# cnode_uuid)
|
||||||
|
compute_node = self.model.get_node_by_uuid(
|
||||||
|
cnode_uuid)
|
||||||
|
# Connect the instance to its compute node
|
||||||
|
self.model.map_instance(instance, compute_node)
|
||||||
|
except exception.ComputeNodeNotFound:
|
||||||
|
continue
|
||||||
|
|
||||||
|
def _build_instance_node(self, instance):
|
||||||
|
"""Build an instance node
|
||||||
|
|
||||||
|
Create an instance node for the graph using nova and the
|
||||||
|
`server` nova object.
|
||||||
|
:param instance: Nova VM object.
|
||||||
|
:return: A instance node for the graph.
|
||||||
|
"""
|
||||||
|
flavor = self.nova_helper.get_flavor(instance.flavor["id"])
|
||||||
|
instance_attributes = {
|
||||||
|
"uuid": instance.id,
|
||||||
|
"human_id": instance.human_id,
|
||||||
|
"memory": flavor.ram,
|
||||||
|
"disk": flavor.disk,
|
||||||
|
"disk_capacity": flavor.disk,
|
||||||
|
"vcpus": flavor.vcpus,
|
||||||
|
"state": getattr(instance, "OS-EXT-STS:vm_state")}
|
||||||
|
|
||||||
|
# node_attributes = dict()
|
||||||
|
# node_attributes["layer"] = "virtual"
|
||||||
|
# node_attributes["category"] = "compute"
|
||||||
|
# node_attributes["type"] = "compute"
|
||||||
|
# node_attributes["attributes"] = instance_attributes
|
||||||
|
return element.Instance(**instance_attributes)
|
||||||
|
|
||||||
|
# def _add_virtual_storage(self):
|
||||||
|
# try:
|
||||||
|
# volumes = self.cinder.volumes.list()
|
||||||
|
# except Exception:
|
||||||
|
# return
|
||||||
|
# for volume in volumes:
|
||||||
|
# volume_id, volume_node = self._build_storage_node(volume)
|
||||||
|
# self.add_node(volume_id, volume_node)
|
||||||
|
# host = self._get_volume_host_id(volume_node)
|
||||||
|
# self.add_edge(volume_id, host)
|
||||||
|
# # Add connections to an instance.
|
||||||
|
# if volume_node['attributes']['attachments']:
|
||||||
|
# for attachment in volume_node['attributes']['attachments']:
|
||||||
|
# self.add_edge(volume_id, attachment['server_id'],
|
||||||
|
# label='ATTACHED_TO')
|
||||||
|
# volume_node['attributes'].pop('attachments')
|
||||||
|
|
||||||
|
# def _add_virtual_network(self):
|
||||||
|
# try:
|
||||||
|
# routers = self.neutron.list_routers()
|
||||||
|
# except Exception:
|
||||||
|
# return
|
||||||
|
|
||||||
|
# for network in self.neutron.list_networks()['networks']:
|
||||||
|
# self.add_node(*self._build_network(network))
|
||||||
|
|
||||||
|
# for router in routers['routers']:
|
||||||
|
# self.add_node(*self._build_router(router))
|
||||||
|
|
||||||
|
# router_interfaces, _, compute_ports = self._group_ports()
|
||||||
|
# for router_interface in router_interfaces:
|
||||||
|
# interface = self._build_router_interface(router_interface)
|
||||||
|
# router_interface_id = interface[0]
|
||||||
|
# router_interface_node = interface[1]
|
||||||
|
# router_id = interface[2]
|
||||||
|
# self.add_node(router_interface_id, router_interface_node)
|
||||||
|
# self.add_edge(router_id, router_interface_id)
|
||||||
|
# network_id = router_interface_node['attributes']['network_id']
|
||||||
|
# self.add_edge(router_interface_id, network_id)
|
||||||
|
|
||||||
|
# for compute_port in compute_ports:
|
||||||
|
# cp_id, cp_node, instance_id = self._build_compute_port_node(
|
||||||
|
# compute_port)
|
||||||
|
# self.add_node(cp_id, cp_node)
|
||||||
|
# self.add_edge(cp_id, vm_id)
|
||||||
|
# net_id = cp_node['attributes']['network_id']
|
||||||
|
# self.add_edge(net_id, cp_id)
|
||||||
|
# # Connect port to physical node
|
||||||
|
# phys_net_node = "{}_network".format(cp_node['attributes']
|
||||||
|
# ['binding:host_id'])
|
||||||
|
# self.add_edge(cp_id, phys_net_node)
|
||||||
|
|
||||||
|
# def _get_volume_host_id(self, volume_node):
|
||||||
|
# host = volume_node['attributes']['os-vol-host-attr:host']
|
||||||
|
# if host.find('@') != -1:
|
||||||
|
# host = host.split('@')[0]
|
||||||
|
# elif host.find('#') != -1:
|
||||||
|
# host = host.split('#')[0]
|
||||||
|
# return "{}_disk".format(host)
|
||||||
|
|
||||||
|
# def _build_storage_node(self, volume_obj):
|
||||||
|
# volume = volume_obj.__dict__
|
||||||
|
# volume["name"] = volume["id"]
|
||||||
|
# volume.pop("id")
|
||||||
|
# volume.pop("manager")
|
||||||
|
# node = self._build_node("virtual", "storage", 'volume', volume)
|
||||||
|
# return volume["name"], node
|
||||||
|
|
||||||
|
# def _build_compute_port_node(self, compute_port):
|
||||||
|
# compute_port["name"] = compute_port["id"]
|
||||||
|
# compute_port.pop("id")
|
||||||
|
# nde_type = "{}_port".format(
|
||||||
|
# compute_port["device_owner"].split(":")[0])
|
||||||
|
# compute_port.pop("device_owner")
|
||||||
|
# device_id = compute_port["device_id"]
|
||||||
|
# compute_port.pop("device_id")
|
||||||
|
# node = self._build_node("virtual", "network", nde_type, compute_port)
|
||||||
|
# return compute_port["name"], node, device_id
|
||||||
|
|
||||||
|
# def _group_ports(self):
|
||||||
|
# router_interfaces = []
|
||||||
|
# floating_ips = []
|
||||||
|
# compute_ports = []
|
||||||
|
# interface_types = ["network:router_interface",
|
||||||
|
# 'network:router_gateway']
|
||||||
|
|
||||||
|
# for port in self.neutron.list_ports()['ports']:
|
||||||
|
# if port['device_owner'] in interface_types:
|
||||||
|
# router_interfaces.append(port)
|
||||||
|
# elif port['device_owner'].startswith('compute:'):
|
||||||
|
# compute_ports.append(port)
|
||||||
|
# elif port['device_owner'] == 'network:floatingip':
|
||||||
|
# floating_ips.append(port)
|
||||||
|
|
||||||
|
# return router_interfaces, floating_ips, compute_ports
|
||||||
|
|
||||||
|
# def _build_router_interface(self, interface):
|
||||||
|
# interface["name"] = interface["id"]
|
||||||
|
# interface.pop("id")
|
||||||
|
# node_type = interface["device_owner"].split(":")[1]
|
||||||
|
# node = self._build_node("virtual", "network", node_type, interface)
|
||||||
|
# return interface["name"], node, interface["device_id"]
|
||||||
|
|
||||||
|
# def _build_router(self, router):
|
||||||
|
# router_attrs = {"uuid": router['id'],
|
||||||
|
# "name": router['name'],
|
||||||
|
# "state": router['status']}
|
||||||
|
# node = self._build_node('virtual', 'network', 'router', router_attrs)
|
||||||
|
# return str(router['id']), node
|
||||||
|
|
||||||
|
# def _build_network(self, network):
|
||||||
|
# node = self._build_node('virtual', 'network', 'network', network)
|
||||||
|
# return network['id'], node
|
||||||
|
|
||||||
|
def execute(self):
|
||||||
|
"""Instantiates the graph with the openstack cluster data.
|
||||||
|
|
||||||
|
The graph is populated along 2 layers: virtual and physical. As each
|
||||||
|
new layer is built connections are made back to previous layers.
|
||||||
|
"""
|
||||||
|
self._add_physical_layer()
|
||||||
|
self._add_virtual_layer()
|
||||||
|
return self.model
|
||||||
|
|||||||
@@ -16,10 +16,8 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from watcher.decision_engine.model.element import disk_info
|
|
||||||
from watcher.decision_engine.model.element import instance
|
from watcher.decision_engine.model.element import instance
|
||||||
from watcher.decision_engine.model.element import node
|
from watcher.decision_engine.model.element import node
|
||||||
from watcher.decision_engine.model.element import resource
|
|
||||||
|
|
||||||
ServiceState = node.ServiceState
|
ServiceState = node.ServiceState
|
||||||
ComputeNode = node.ComputeNode
|
ComputeNode = node.ComputeNode
|
||||||
@@ -27,12 +25,4 @@ ComputeNode = node.ComputeNode
|
|||||||
InstanceState = instance.InstanceState
|
InstanceState = instance.InstanceState
|
||||||
Instance = instance.Instance
|
Instance = instance.Instance
|
||||||
|
|
||||||
DiskInfo = disk_info.DiskInfo
|
__all__ = ['ServiceState', 'ComputeNode', 'InstanceState', 'Instance']
|
||||||
|
|
||||||
ResourceType = resource.ResourceType
|
|
||||||
Resource = resource.Resource
|
|
||||||
|
|
||||||
|
|
||||||
__all__ = [
|
|
||||||
'ServiceState', 'ComputeNode', 'InstanceState', 'Instance',
|
|
||||||
'DiskInfo', 'ResourceType', 'Resource']
|
|
||||||
|
|||||||
@@ -17,13 +17,52 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import abc
|
import abc
|
||||||
|
import collections
|
||||||
|
|
||||||
|
from lxml import etree
|
||||||
|
from oslo_log import log
|
||||||
import six
|
import six
|
||||||
|
|
||||||
|
from watcher.objects import base
|
||||||
|
from watcher.objects import fields as wfields
|
||||||
|
|
||||||
|
LOG = log.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
@six.add_metaclass(abc.ABCMeta)
|
@six.add_metaclass(abc.ABCMeta)
|
||||||
class Element(object):
|
class Element(base.WatcherObject, base.WatcherObjectDictCompat,
|
||||||
|
base.WatcherComparableObject):
|
||||||
|
|
||||||
|
# Initial version
|
||||||
|
VERSION = '1.0'
|
||||||
|
|
||||||
|
fields = {}
|
||||||
|
|
||||||
|
def __init__(self, context=None, **kwargs):
|
||||||
|
for name, field in self.fields.items():
|
||||||
|
# The idea here is to force the initialization of unspecified
|
||||||
|
# fields that have a default value
|
||||||
|
if (name not in kwargs and not field.nullable and
|
||||||
|
field.default != wfields.UnspecifiedDefault):
|
||||||
|
kwargs[name] = field.default
|
||||||
|
super(Element, self).__init__(context, **kwargs)
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def accept(self, visitor):
|
def accept(self, visitor):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
def as_xml_element(self):
|
||||||
|
sorted_fieldmap = []
|
||||||
|
for field in self.fields:
|
||||||
|
try:
|
||||||
|
value = str(self[field])
|
||||||
|
sorted_fieldmap.append((field, value))
|
||||||
|
except Exception as exc:
|
||||||
|
LOG.exception(exc)
|
||||||
|
|
||||||
|
attrib = collections.OrderedDict(sorted_fieldmap)
|
||||||
|
|
||||||
|
element_name = self.__class__.__name__
|
||||||
|
instance_el = etree.Element(element_name, attrib=attrib)
|
||||||
|
|
||||||
|
return instance_el
|
||||||
|
|||||||
@@ -19,39 +19,15 @@ import abc
|
|||||||
import six
|
import six
|
||||||
|
|
||||||
from watcher.decision_engine.model.element import base
|
from watcher.decision_engine.model.element import base
|
||||||
|
from watcher.objects import fields as wfields
|
||||||
|
|
||||||
|
|
||||||
@six.add_metaclass(abc.ABCMeta)
|
@six.add_metaclass(abc.ABCMeta)
|
||||||
class ComputeResource(base.Element):
|
class ComputeResource(base.Element):
|
||||||
|
|
||||||
def __init__(self):
|
VERSION = '1.0'
|
||||||
self._uuid = ""
|
|
||||||
self._human_id = ""
|
|
||||||
self._hostname = ""
|
|
||||||
|
|
||||||
@property
|
fields = {
|
||||||
def uuid(self):
|
"uuid": wfields.StringField(),
|
||||||
return self._uuid
|
"human_id": wfields.StringField(default=""),
|
||||||
|
}
|
||||||
@uuid.setter
|
|
||||||
def uuid(self, u):
|
|
||||||
self._uuid = u
|
|
||||||
|
|
||||||
@property
|
|
||||||
def hostname(self):
|
|
||||||
return self._hostname
|
|
||||||
|
|
||||||
@hostname.setter
|
|
||||||
def hostname(self, h):
|
|
||||||
self._hostname = h
|
|
||||||
|
|
||||||
@property
|
|
||||||
def human_id(self):
|
|
||||||
return self._human_id
|
|
||||||
|
|
||||||
@human_id.setter
|
|
||||||
def human_id(self, h):
|
|
||||||
self._human_id = h
|
|
||||||
|
|
||||||
def __str__(self):
|
|
||||||
return "[{0}]".format(self.uuid)
|
|
||||||
|
|||||||
@@ -1,59 +0,0 @@
|
|||||||
# -*- encoding: utf-8 -*-
|
|
||||||
# Copyright (c) 2015 b<>com
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
||||||
# implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
|
|
||||||
from watcher.decision_engine.model.element import base
|
|
||||||
|
|
||||||
|
|
||||||
class DiskInfo(base.Element):
|
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
self.name = ""
|
|
||||||
self.major = 0
|
|
||||||
self.minor = 0
|
|
||||||
self.size = 0
|
|
||||||
self.scheduler = ""
|
|
||||||
|
|
||||||
def accept(self, visitor):
|
|
||||||
raise NotImplementedError()
|
|
||||||
|
|
||||||
def set_size(self, size):
|
|
||||||
"""DiskInfo
|
|
||||||
|
|
||||||
:param size: Size in bytes
|
|
||||||
"""
|
|
||||||
self.size = size
|
|
||||||
|
|
||||||
def get_size(self):
|
|
||||||
return self.size
|
|
||||||
|
|
||||||
def set_scheduler(self, scheduler):
|
|
||||||
"""DiskInfo
|
|
||||||
|
|
||||||
I/O Scheduler noop cfq deadline
|
|
||||||
:param scheduler:
|
|
||||||
:return:
|
|
||||||
"""
|
|
||||||
self.scheduler = scheduler
|
|
||||||
|
|
||||||
def set_device_name(self, name):
|
|
||||||
"""Device name
|
|
||||||
|
|
||||||
:param name:
|
|
||||||
"""
|
|
||||||
self.name = name
|
|
||||||
|
|
||||||
def get_device_name(self):
|
|
||||||
return self.name
|
|
||||||
@@ -17,6 +17,8 @@
|
|||||||
import enum
|
import enum
|
||||||
|
|
||||||
from watcher.decision_engine.model.element import compute_resource
|
from watcher.decision_engine.model.element import compute_resource
|
||||||
|
from watcher.objects import base
|
||||||
|
from watcher.objects import fields as wfields
|
||||||
|
|
||||||
|
|
||||||
class InstanceState(enum.Enum):
|
class InstanceState(enum.Enum):
|
||||||
@@ -36,19 +38,17 @@ class InstanceState(enum.Enum):
|
|||||||
ERROR = 'error'
|
ERROR = 'error'
|
||||||
|
|
||||||
|
|
||||||
|
@base.WatcherObjectRegistry.register_if(False)
|
||||||
class Instance(compute_resource.ComputeResource):
|
class Instance(compute_resource.ComputeResource):
|
||||||
|
|
||||||
def __init__(self):
|
fields = {
|
||||||
super(Instance, self).__init__()
|
"state": wfields.StringField(default=InstanceState.ACTIVE.value),
|
||||||
self._state = InstanceState.ACTIVE.value
|
|
||||||
|
"memory": wfields.NonNegativeIntegerField(),
|
||||||
|
"disk": wfields.IntegerField(),
|
||||||
|
"disk_capacity": wfields.NonNegativeIntegerField(),
|
||||||
|
"vcpus": wfields.NonNegativeIntegerField(),
|
||||||
|
}
|
||||||
|
|
||||||
def accept(self, visitor):
|
def accept(self, visitor):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
@property
|
|
||||||
def state(self):
|
|
||||||
return self._state
|
|
||||||
|
|
||||||
@state.setter
|
|
||||||
def state(self, state):
|
|
||||||
self._state = state
|
|
||||||
|
|||||||
@@ -17,6 +17,8 @@
|
|||||||
import enum
|
import enum
|
||||||
|
|
||||||
from watcher.decision_engine.model.element import compute_resource
|
from watcher.decision_engine.model.element import compute_resource
|
||||||
|
from watcher.objects import base
|
||||||
|
from watcher.objects import fields as wfields
|
||||||
|
|
||||||
|
|
||||||
class ServiceState(enum.Enum):
|
class ServiceState(enum.Enum):
|
||||||
@@ -26,29 +28,20 @@ class ServiceState(enum.Enum):
|
|||||||
DISABLED = 'disabled'
|
DISABLED = 'disabled'
|
||||||
|
|
||||||
|
|
||||||
|
@base.WatcherObjectRegistry.register_if(False)
|
||||||
class ComputeNode(compute_resource.ComputeResource):
|
class ComputeNode(compute_resource.ComputeResource):
|
||||||
|
|
||||||
def __init__(self, id):
|
fields = {
|
||||||
super(ComputeNode, self).__init__()
|
"id": wfields.NonNegativeIntegerField(),
|
||||||
self.id = id
|
"hostname": wfields.StringField(),
|
||||||
self._state = ServiceState.ONLINE.value
|
"status": wfields.StringField(default=ServiceState.ENABLED.value),
|
||||||
self._status = ServiceState.ENABLED.value
|
"state": wfields.StringField(default=ServiceState.ONLINE.value),
|
||||||
|
|
||||||
|
"memory": wfields.NonNegativeIntegerField(),
|
||||||
|
"disk": wfields.IntegerField(),
|
||||||
|
"disk_capacity": wfields.NonNegativeIntegerField(),
|
||||||
|
"vcpus": wfields.NonNegativeIntegerField(),
|
||||||
|
}
|
||||||
|
|
||||||
def accept(self, visitor):
|
def accept(self, visitor):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
@property
|
|
||||||
def state(self):
|
|
||||||
return self._state
|
|
||||||
|
|
||||||
@state.setter
|
|
||||||
def state(self, state):
|
|
||||||
self._state = state
|
|
||||||
|
|
||||||
@property
|
|
||||||
def status(self):
|
|
||||||
return self._status
|
|
||||||
|
|
||||||
@status.setter
|
|
||||||
def status(self, s):
|
|
||||||
self._status = s
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user