python-watcher 16.0.0.0rc1__tar.gz → 16.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/.zuul.yaml +16 -1
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/ChangeLog +15 -2
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/PKG-INFO +1 -1
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/configuration/configuring.rst +4 -5
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/integrations/index.rst +0 -26
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/python_watcher.egg-info/PKG-INFO +1 -1
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/python_watcher.egg-info/SOURCES.txt +2 -1
- python_watcher-16.0.1/python_watcher.egg-info/pbr.json +1 -0
- python_watcher-16.0.1/releasenotes/notes/avoid-transport-url-in-debug-logs.yaml +8 -0
- python_watcher-16.0.1/releasenotes/notes/bug-2152645-fix-notification-lost-during-cdm-sync-d8c411727abc6b8a.yaml +12 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/tox.ini +1 -1
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/service.py +2 -2
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/grafana_client.py +1 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/maas_client.py +1 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/collector/base.py +10 -6
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/notification/base.py +22 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/notification/cinder.py +4 -4
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/notification/nova.py +1 -1
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/workload_balance.py +81 -30
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_service.py +22 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/cluster/test_cluster_data_model_collector.py +74 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/test_notifications.py +1 -1
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/test_nova_notifications.py +17 -2
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_workload_balance.py +22 -8
- python_watcher-16.0.0.0rc1/devstack/upgrade/from_rocky/upgrade-watcher +0 -13
- python_watcher-16.0.0.0rc1/python_watcher.egg-info/pbr.json +0 -1
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/.coveragerc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/.mailmap +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/.pre-commit-config.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/.stestr.conf +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/AUTHORS +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/CONTRIBUTING.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/HACKING.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/LICENSE +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/README.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/conf.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/parameters.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/action-skip-request-with-message.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/action-skip-request.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/action-skip-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/action-update-status-message-request.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/action-update-status-message-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actionplan-cancel-request-cancelling.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actionplan-cancel-request-pending.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actionplan-list-detailed-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actionplan-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actionplan-show-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actionplan-start-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actions-list-detailed-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actions-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/actions-show-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/api-root-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/api-v1-root-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-cancel-request.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-cancel-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-create-request-continuous.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-create-request-oneshot.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-create-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-list-detailed-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-show-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-update-request.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audit-update-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audittemplate-create-request-full.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audittemplate-create-request-minimal.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audittemplate-create-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audittemplate-list-detailed-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audittemplate-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audittemplate-show-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audittemplate-update-request.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/audittemplate-update-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/datamodel-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/goal-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/goal-show-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/scoring_engine-list-detailed-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/scoring_engine-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/scoring_engine-show-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/service-list-detailed-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/service-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/service-show-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/strategy-list-detailed-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/strategy-list-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/strategy-show-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/samples/strategy-state-response.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-actionplans.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-actions.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-audits.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-audittemplates.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-datamodel.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-goals.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-scoring_engines.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-services.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-strategies.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-v1-webhooks.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/api-ref/source/watcher-api-versions.inc +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/bindep.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/lib/watcher +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/local.conf.compute +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/local.conf.controller +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/local_gnocchi.conf.compute +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/local_gnocchi.conf.controller +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/override-defaults +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/plugin.sh +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/prometheus.yml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/settings +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/upgrade/resources.sh +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/upgrade/settings +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/upgrade/shutdown.sh +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/devstack/upgrade/upgrade.sh +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/dictionary.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/ext/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/ext/term.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/ext/versioned_notifications.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-cancel-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-cancel-error.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-cancel-start.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-create.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-delete.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-execution-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-execution-error.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-execution-start.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-cancel-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-cancel-error.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-cancel-start.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-create.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-delete.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-execution-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-execution-error.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-execution-start.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/action_plan-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-create.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-delete.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-planner-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-planner-error.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-planner-start.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-strategy-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-strategy-error.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-strategy-start.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/audit-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/infra-optim-exception.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/notification_samples/service-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/requirements.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/_static/.placeholder +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/change_node_power_state.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/change_nova_service_state.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/migrate.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/nop.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/resize.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/sleep.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/stop.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/actions/volume_migration.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/admin/apache-mod-wsgi.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/admin/gmr.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/admin/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/admin/policy.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/architecture.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/conf.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/configuration/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/configuration/watcher.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/api_microversion_history.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/concurrency.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/contributing.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/devstack.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/environment.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/notifications.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/action-plugin.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/base-setup.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/cdmc-plugin.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/goal-plugin.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/planner-plugin.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/plugins.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/scoring-engine-plugin.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/plugin/strategy-plugin.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/rally_link.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/release-guide.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/contributor/testing.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/datasources/aetos.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/datasources/grafana.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/datasources/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/datasources/migrate-prometheus-to-aetos.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/datasources/prometheus.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/glossary.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/dia/architecture.dia +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/dia/functional_data_model.dia +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/README.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/action_plan_state_machine.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/action_state_machine.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/audit_state_machine.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/sequence_architecture_cdmc_sync.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/sequence_create_and_launch_audit.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/sequence_create_audit_template.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/sequence_from_audit_execution_to_actionplan_creation.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/sequence_launch_action_plan.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/sequence_launch_action_plan_in_applier.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/sequence_overview_watcher_usage.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/sequence_trigger_audit_in_decision_engine.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/image_src/plantuml/watcher_db_schema_diagram.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/action_plan_state_machine.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/action_state_machine.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/architecture.svg +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/audit_state_machine.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/functional_data_model.svg +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/sequence_architecture_cdmc_sync.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/sequence_create_and_launch_audit.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/sequence_create_audit_template.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/sequence_from_audit_execution_to_actionplan_creation.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/sequence_launch_action_plan.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/sequence_launch_action_plan_in_applier.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/sequence_overview_watcher_usage.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/sequence_trigger_audit_in_decision_engine.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/images/watcher_db_schema_diagram.png +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/common_configure.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/common_prerequisites.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/get_started.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/install-rdo.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/install-ubuntu.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/install.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/next-steps.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/install/verify.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/man/footer.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/man/general-options.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/man/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/man/watcher-api.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/man/watcher-applier.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/man/watcher-db-manage.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/man/watcher-decision-engine.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/man/watcher-status.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/actuation.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/basic-server-consolidation.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/host_maintenance.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/node_resource_consolidation.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/noisy_neighbor.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/outlet_temp_control.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/saving_energy.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/storage_capacity_balance.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/strategy-template.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/uniform_airflow.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/vm_workload_consolidation.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/workload-stabilization.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/workload_balance.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/strategies/zone_migration.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/user/continuous_type_audit.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/user/event_type_audit.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/user/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/user/user-guide.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/user/ways-to-install.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/etc/apache2/watcher +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/etc/watcher/README-watcher.conf.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/etc/watcher/oslo-config-generator/watcher.conf +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/etc/watcher/oslo-policy-generator/watcher-policy-generator.conf +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/playbooks/generate_prometheus_config.yml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/playbooks/templates/prometheus.yml.j2 +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/pyproject.toml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/python_watcher.egg-info/dependency_links.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/python_watcher.egg-info/entry_points.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/python_watcher.egg-info/not-zip-safe +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/python_watcher.egg-info/requires.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/python_watcher.egg-info/top_level.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/rally-jobs/README.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/rally-jobs/watcher-watcher.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/.placeholder +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/2025.1-prelude-8be97eece4e1d1ff.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/2025.2-prelude-a9f4c7b2e8d15692.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/2026.1-prelude-09557da1a8c6979c.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/960265-optional-pool-fields-storage-xml-26701a4ce5e54f2b.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/action-plan-cancel-c54726378019e096.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/action-plan-versioned-notifications-api-e8ca4f5d37aa5b4b.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/action-versioned-notifications-api-ff94fc0f401292d0.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-baremetal-scoper-9ef23f5fb8f0be6a.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-fail-options-to-nop-f44f506dc732f2a1.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-force-field-to-audit-4bcaeedfe27233ad.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-ha-support-b9042255e5b76e42.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-instance-metrics-to-prometheus-datasource-9fba8c174ff845e1.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-name-for-audit-0df1f39f00736f06.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-plugins-parameters-376eb6b0b8978b44.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-power-on-off-a77673d482568a8b.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-retries-nova-calls-32455b6fbf7523f1.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-scoring-module-fa00d013ed2d614e.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-start-end-time-for-continuous-audit-52c45052cb06d153.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-upgrade-check-framework-5bb9693c8a78931c.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/add-wsgi-module-support-597f479e31979270.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/aetos-datasource-60e50a2338c64c08.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/api-call-retry-fef741ac684c58dd.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/api-microversioning-7999a3ee8073bf32.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/applier-threading-mode-882c79ca8843bc5a.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/audit-scoper-for-storage-data-model-cdccc803542d22db.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/audit-tag-vm-metadata-47a3e4468748853c.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/audit-versioned-notifications-api-bca7738e16954bad.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/automatic-triggering-audit-8a9b0540d547db60.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/background-jobs-ha-9d3cf3fe356f4705.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/blueprint-add-skip-actions-4a5a997dc1133f13.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/blueprint-remove-cancel-ongoing-actions-11144f2acb562188.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bp-audit-scope-exclude-project-511a7720aac00dff.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bp-extend-compute-model-attributes-b56bc093e8637bb4.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2098984-zone-migration-instance-not-found-b9ce947dd3e7e020.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2103451-fixes-prometheus-queries-with-multiple-target-0e65d20711d1abe2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2109494-e5bf401767fa6cd6.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2109722-cb205216d0c1a836.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2110947.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2112100-c1e56173cd29a35e.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2112187-763bae283e0b736d.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2113776-4bd314fb46623fbc.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2117726-fix-model-list-api-ref-30cc7ed1c85c0d0e.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2120586-fix-nova-microversion-check-9022a378b75d046f.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2121601-allow-status-message-updates-in-skipped-state-a8b4c5d7e9f2g3h1.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2122149-fix-migrate-source-node-host-maintenance-30ef096bdb7e5b24.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2126767-d0a2911d1e046805.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2127777-7f512e63e087da91.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2129692-a1f941b8fa5a71be.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2131663-b486d36f77d13a5d.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2134046-7daa7debfc302122.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/bug-2138857-e3505aa4a20a7831.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/build-baremetal-data-model-in-watcher-3023453a47b61dab.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/cdm-scoping-8d9c307bad46bfa1.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/centralise-config-opts-95670987dfbdb0e7.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/change-nova-service-precondition-check-8c87bc04a4fd3d0f.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/change-ram-util-metric-4a3e6984b9dd968d.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/check-strategy-requirements-66f9e9262412f8ec.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/cinder-model-integration-baa394a72a0a33bf.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/cluster-model-objects-wrapper-9c799ea262c56a5b.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/compute-cdm-include-all-instances-f7506ded2d57732f.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/configurable-weights-default-planner-3746b33160bc7347.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/consume-nova-versioned-notifications-f98361b37e546b4d.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/continuously-optimization-35364f4d2c0b81fc.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/cors-e506801ebc0ed3f1.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/cron-based-continuous-audits-c3eedf28d9752b37.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/datasource-query-retry-00cba5f7e68aec39.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/db-migration-e1a705a8b54ccdd2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/decision-engine-threading-mode-26fc8066dcd499a2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/define-the-audit-scope-e89edc5051dcf3f2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/deprecate-bindir-bf65362735ba0633.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/deprecate-ceilometer-datasource-446b0be70fbce28b.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/deprecate-json-formatted-policy-file-3a92379e9f5dd203.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/deprecate-maas-9dfbb7975d379231.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/deprecate-monasca-ds-9065f4d4bee09ab2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/deprecate-noisy-neighbor-strat-7da910837ae8fa80.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/deprecate-prometheus-datasource-f8a3c2e1d9b4f5a7.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/deprecate_actionplan_rollback_opt-9447a2b26bbe476e.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/donot-run-host-migration-strategy-on-disabled-hosts-24084a22d4c8f914.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/drop-operation-not-permitted-exception-14e49b35a3ca00d1.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/drop-patch-delete-post-action-api-37fe4ce5be6500db.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/drop-py-2-7-54f8e806d71f19a7.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/drop-py39-8a9c99678b3e8eeb.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/drop-python-dateutil-dependency-2118404-f5a8b2c1e9d4a6b3.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/drop-python38-support-eeb19a0bc0160sw1.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/dynamic-action-description-0e947b9e7ef2a134.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/efficacy-indicator-95380ad7b84e3be2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/enhance-watcher-applier-engine-86c676ce8f179e68.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/event-driven-optimization-based-4870f112bef8a560.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/experimental-integrations-490d4cc32444288d.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/file-based-metric-map-c2af62b5067895df.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/fix-action-plan-state-on-failure-69e498d902ada5c5.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/formal-datasource-interface-implementation-222769d55a127d33.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/general-purpose-decision-engine-threadpool-0711b23abfc9d409.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/get-goal-from-strategy-396c9b13a38bb650.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/global-datasource-preference-3ab47b4be09ff3a5.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/gnocchi-watcher-43c25d391fbd3e9c.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/grafana-datasource-b672367c23ffa0c6.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/graph-based-cluster-model-523937a6f5e66537.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/host-maintenance-strategy-41f640927948fb56.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/host-maintenance-strategy-disable-migration-options-a2b72e32736e5446.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/http_proxy_to_wsgi-81ab98b39038fb39.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/improve-compute-data-model-b427c85e4ed2b6fb.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/jsonschema-validation-79cab05d5295da00.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/make-monasca-client-optional-7e1a96b2ac902867.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/migration-precondition-check-ff55be4.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/min-required-nova-train-71f124192d88ae52.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/monasca-support-0b0486b8572ac38b.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/monitor-failed-appliers-5278211fbac4aef6.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/multiple-global-efficacy-indicator-fc11c4844a12a7d5.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/node-resource-consolidation-73bc0c0abfeb0b03.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/noisy-neighbor-strategy-a71342740b59dddc.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/notifications-actionplan-cancel-edb2a4a12543e2d0.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/optimization-threshold-21ad38f0470d0e1a.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/persistent-audit-parameters-ae41dd7252ba9672.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/planner-storage-action-plan-26ef37893c5e8648.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/prepare-openstacksdk-migration-73cc43ab26ed47e6.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/prometheus-datasource-e56f2f7b8f3427c2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/query-interval-not-query-timeout-ecb6f2c6b1a647e9.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/remove-ceilometer-datasource-8d9ab7d64d61e405.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/remove-dead-nova-helper-methods-62125e08.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/remove-evenlet-timeout-cdm-7f8761c92bbca808.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/remove-glance-client-Yjk5ZDNh.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/remove-monasca-datasource-e70fec5b837d44.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/remove-neutron-client-42431931f1fe48a2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/remove-nova-legacy-notifications-e1b6d10eff58f30a.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/remove-unused-nova-helper-methods-3ee84f57eaab458d.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/replace-cold-migrate-to-use-nova-migration-api-cecd9a39ddd3bc58.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/request-id-fdfe63effd88be78.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/resize-precondition-check-3d234a9000c3c93f.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/resize-timeout-0f6ede6ec9b644b7.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/return-error-400-on-bad-parameters-bb964e4f5cadc15c.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/scope-for-data-model-ea9792f90db14343.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/service-versioned-notifications-api-70367b79a565d900.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/show-datamodel-api-6945b744fd5d25d5.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/stale-action-plan-b6a6b08df873c128.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/standard-deviation-strategy-cd1d0c443fdfde9c.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/stop-precondition-check-95f2e5fe83355a4e.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/storage-workload-balance-0ecabbc1791e6894.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/storage_model_enabled_default-48c197f5a540956c.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/support-keystoneclient-option-b30d1ff45f86a2e7.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/support-placement-api-58ce6bef1bbbe98a.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/suspended-audit-state-07f998c94e9d9a47.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/uniform-airflow-strategy-68cdba1419c3f770.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/update-notification-topics-daf6303a63963ee9.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/uwsgi-support-8dcea6961e56dad0.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/volume-migrate-action-fc57b0ce0e4c39ae.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/watcher-notifications-ovo-7b44d52ef6400dd0.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/watcher-planner-selector-84d77549d46f362a.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/watcher-policies-1e86a30f0f11c6fa.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/watcher-service-list-7b2f4b64f71e9b89.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/watcher-versioned-objects-fc5abf5c81c4590c.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/wokload-stablization-strategy-name-9988e554ac2655a2.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/workload-balance-base-on-cpu-or-ram-util-3ff4ee968c32b2ed.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/workload-balance-migration-strategy-a0b05148a57815c0.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/zone-migration-missing-dst-node-bd0377af1f1ed245.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/zone-migration-strategy-10f7656a2a01e607.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/zone-migration-with-attached-volume-without-compute-nodes-ec4b1329e2b58279.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/zone_migrate_src_type-642186730a4f354e.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/notes/zone_migration_schema_change-92a9ec8631870c84.yaml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/2023.1.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/2023.2.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/2024.1.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/2024.2.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/2025.1.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/2025.2.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/_static/.placeholder +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/conf.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/index.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/newton.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/ocata.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/pike.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/queens.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/rocky.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/stein.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/train.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/unreleased.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/ussuri.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/victoria.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/wallaby.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/xena.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/yoga.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/releasenotes/source/zed.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/requirements.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/setup.cfg +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/setup.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/test-requirements.txt +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/tools/test-setup.sh +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/_i18n.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/acl.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/app.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/app.wsgi +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/config.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/link.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/rest_api_version_history.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/root.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/action.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/action_plan.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/audit.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/audit_template.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/collection.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/data_model.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/efficacy_indicator.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/goal.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/scoring_engine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/strategy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/types.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/versions.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/controllers/v1/webhooks.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/hooks.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/middleware/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/middleware/auth_token.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/middleware/parsable_error.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/api/wsgi.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/action_plan/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/action_plan/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/action_plan/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/change_node_power_state.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/change_nova_service_state.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/factory.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/migration.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/nop.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/resize.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/sleep.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/stop.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/actions/volume_migration.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/loading/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/loading/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/messaging/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/messaging/trigger.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/rpcapi.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/service_monitor.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/sync.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/workflow_engine/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/workflow_engine/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/applier/workflow_engine/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/cmd/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/cmd/dbmanage.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/cmd/eventlet/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/cmd/eventlet/api.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/cmd/eventlet/applier.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/cmd/eventlet/decisionengine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/cmd/status.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/cmd/sync.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/cinder_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/clients.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/config.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/context.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/exception.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/executor.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/ironic_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/keystone_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/loader/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/loader/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/loader/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/loader/loadable.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/metal_helper/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/metal_helper/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/metal_helper/constants.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/metal_helper/factory.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/metal_helper/ironic.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/metal_helper/maas.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/nova_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/oslo_service_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/placement_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/action.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/action_plan.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/audit.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/audit_template.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/data_model.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/goal.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/scoring_engine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policies/strategy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/policy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/rpc.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/scheduling.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/service_manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/common/utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/aetos_client.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/api.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/applier.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/cinder_client.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/clients_auth.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/collector.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/datasources.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/db.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/decision_engine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/exception.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/gnocchi_client.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/grafana_translators.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/ironic_client.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/keystone_client.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/models.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/nova.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/nova_client.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/opts.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/paths.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/placement_client.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/planner.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/plugins.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/prometheus_client.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/conf/service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/api.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/migration.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/purge.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/README.rst +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/env.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/script.py.mako +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/001_ocata.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/0f6042416884_add_apscheduler_jobs.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/15f7375ca737_change_efficiacy_indicator_decimals.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/3cfc94cecf4e_add_name_for_audit.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/4b16194c56bc_add_start_end_time.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/52804f2498c4_add_hostname.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/609bec748f2a_add_force_field.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/7150a7d8f228_add_status_message_to_actionplan.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/a86240e89a29_.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/d098df6021e2_cron_support_for_audit.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic/versions/d09a5945e4a0_add_action_description_table.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/alembic.ini +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/api.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/job_store.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/migration.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/db/sqlalchemy/models.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/audit/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/audit/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/audit/continuous.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/audit/event.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/audit/oneshot.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/aetos.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/gnocchi.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/grafana.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/grafana_translator/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/grafana_translator/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/grafana_translator/influxdb.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/prometheus.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/datasources/prometheus_base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/gmr.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/goal/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/goal/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/goal/efficacy/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/goal/efficacy/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/goal/efficacy/indicators.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/goal/efficacy/specs.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/goal/goals.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/loading/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/loading/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/messaging/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/messaging/audit_endpoint.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/messaging/data_model_endpoint.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/collector/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/collector/cinder.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/collector/ironic.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/collector/manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/collector/nova.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/element/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/element/baremetal_resource.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/element/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/element/compute_resource.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/element/instance.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/element/node.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/element/storage_resource.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/element/volume.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/model_root.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/notification/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/notification/filtering.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/planner/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/planner/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/planner/manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/planner/node_resource_consolidation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/planner/weight.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/planner/workload_stabilization.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/rpcapi.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scheduling.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scope/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scope/baremetal.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scope/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scope/compute.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scope/storage.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scoring/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scoring/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scoring/dummy_scorer.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scoring/dummy_scoring_container.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/scoring/scoring_factory.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/service_monitor.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/solution/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/solution/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/solution/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/solution/efficacy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/solution/solution_comparator.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/solution/solution_evaluator.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/common/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/common/level.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/context/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/context/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/context/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/selection/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/selection/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/selection/default.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/actuation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/basic_consolidation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/dummy_strategy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/dummy_with_resize.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/dummy_with_scorer.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/host_maintenance.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/node_resource_consolidation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/noisy_neighbor.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/outlet_temp_control.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/saving_energy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/storage_capacity_balance.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/uniform_airflow.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/workload_stabilization.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/strategy/strategies/zone_migration.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/sync.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/threading.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/eventlet.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/hacking/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/hacking/checks.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/locale/de/LC_MESSAGES/watcher.po +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/locale/en_GB/LC_MESSAGES/watcher.po +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/action.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/action_plan.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/audit.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/exception.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/goal.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/notifications/strategy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/action.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/action_description.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/action_plan.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/audit.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/audit_template.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/efficacy_indicator.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/fields.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/goal.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/scoring_engine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/objects/strategy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/fixtures/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/fixtures/conf_fixture.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/fixtures/db_lock.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/fixtures/fake_policy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/fixtures/fakes.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/fixtures/policy_fixture.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/fixtures/watcher.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/test_base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/test_config.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/test_hooks.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/test_root.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/test_utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_actions.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_actions_plans.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_audit_templates.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_audits.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_data_model.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_goals.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_microversions.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_root.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_scoring_engines.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_services.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_strategies.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_types.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/api/v1/test_webhooks.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/action_plan/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/action_plan/test_default_action_handler.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/loading/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/loading/test_default_actions_loader.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/test_change_node_power_state.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/test_change_nova_service_state.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/test_migration.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/test_resize.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/test_sleep.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/test_stop.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/actions/test_volume_migration.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/messaging/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/messaging/test_trigger_action_plan_endpoint.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/test_applier_manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/test_rpcapi.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/test_service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/test_service_monitor.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/test_sync.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/workflow_engine/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/workflow_engine/loading/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/workflow_engine/loading/test_default_engine_loader.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/workflow_engine/test_default_workflow_engine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/applier/workflow_engine/test_taskflow_action_container.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/cmd/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/cmd/test_api.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/cmd/test_applier.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/cmd/test_db_manage.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/cmd/test_decision_engine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/cmd/test_status.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/loader/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/loader/test_loader.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/metal_helper/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/metal_helper/test_base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/metal_helper/test_factory.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/metal_helper/test_ironic.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/metal_helper/test_maas.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_cinder_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_clients.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_executor.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_ironic_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_keystone_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_nova_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_oslo_service_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_placement_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_scheduling.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/conf/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/conf/test_list_opts.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/config.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_action.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_action_description.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_action_plan.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_audit.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_audit_template.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_deadlock_decorator_validation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_efficacy_indicator.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_goal.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_migrations.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_purge.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_scoring_engine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/test_strategy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/db/utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/audit/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/audit/test_audit_handlers.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/cluster/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/cluster/test_cinder_cdmc.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/cluster/test_nova_cdmc.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/grafana_translators/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/grafana_translators/test_base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/grafana_translators/test_influxdb.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/test_aetos_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/test_base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/test_gnocchi_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/test_grafana_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/test_manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/test_prometheus_base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/datasources/test_prometheus_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/event_consumer/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/fake_goals.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/fake_metal_helper.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/fake_strategies.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/loading/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/loading/test_collector_loader.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/loading/test_default_planner_loader.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/loading/test_default_strategy_loader.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/loading/test_goal_loader.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/messaging/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/messaging/test_audit_endpoint.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/messaging/test_data_model_endpoint.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/ironic_scenario_1.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_1.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_10.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_11_with_1_node_no_instance.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_11_with_2_nodes_2_instances.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_1_with_1_node_unavailable.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_1_with_all_instances_exclude.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_1_with_all_nodes_disable.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_1_with_metrics.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_2_with_metrics.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_3_with_2_nodes.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_3_with_metrics.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_4_with_1_node_no_instance.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_5_with_instance_disk_0.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_6_with_2_nodes.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_7_with_2_nodes.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_8_with_4_nodes.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/scenario_9_with_3_active_plus_1_disabled_nodes.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/data/storage_scenario_1.xml +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/faker_cluster_and_metrics.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/faker_cluster_state.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/gnocchi_metrics.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/capacity.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-create-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-delete-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-live_migration_force_complete-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-live_migration_post_dest-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-lock.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-pause-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-power_off-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-power_on-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-rebuild-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-rescue-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-resize_confirm-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-restore-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-resume-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-shelve-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-shutdown-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-soft_delete-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-suspend-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-unlock.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-unpause-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-unrescue-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-unshelve-end.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-update-2-1.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/instance-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario3_instance-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario3_notfound_instance-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario3_notfound_legacy_instance-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario3_service-update-disabled.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario3_service-update-enabled.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_bootable-volume-create.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_capacity.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_capacity_node_notfound.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_capacity_pool_notfound.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_error-volume-create.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_volume-attach.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_volume-create.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_volume-create_pool_notfound.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_volume-delete.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_volume-detach.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_volume-resize.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/scenario_1_volume-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/service-create.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/service-delete.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/data/service-update.json +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/fake_managers.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/notification/test_cinder_notifications.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/test_element.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/model/test_model.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/planner/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/planner/test_node_resource_consolidation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/planner/test_planner_manager.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/planner/test_weight_planner.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/planner/test_workload_stabilization_planner.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scope/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scope/fake_scopes.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scope/test_baremetal.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scope/test_compute.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scope/test_storage.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scoring/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scoring/test_dummy_scorer.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scoring/test_dummy_scoring_container.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/scoring/test_scoring_factory.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/solution/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/solution/test_default_solution.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/context/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/context/test_strategy_context.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/selector/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/selector/test_strategy_selector.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_actuator.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_base.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_basic_consolidation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_dummy_strategy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_dummy_with_scorer.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_host_maintenance.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_node_resource_consolidation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_noisy_neighbor.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_outlet_temp_control.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_saving_energy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_storage_capacity_balance.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_strategy_endpoint.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_uniform_airflow.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_vm_workload_consolidation.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_workload_stabilization.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/strategy/strategies/test_zone_migration.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/test_gmr.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/test_rpcapi.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/test_scheduling.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/test_service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/test_service_monitor.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/decision_engine/test_sync.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/notifications/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/notifications/test_action_notification.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/notifications/test_action_plan_notification.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/notifications/test_audit_notification.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/notifications/test_notification.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/notifications/test_service_notifications.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_action.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_action_description.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_action_plan.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_audit.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_audit_template.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_efficacy_indicator.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_goal.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_objects.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_scoring_engine.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_service.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/test_strategy.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/objects/utils.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/test_threading.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/version.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/wsgi/__init__.py +0 -0
- {python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/wsgi/api.py +0 -0
|
@@ -196,12 +196,25 @@
|
|
|
196
196
|
name: watcher-grenade
|
|
197
197
|
parent: grenade
|
|
198
198
|
required-projects: *tempest_base_required_projects
|
|
199
|
-
vars:
|
|
199
|
+
vars: &grenade_vars
|
|
200
200
|
<<: *tempest_base_vars
|
|
201
|
+
tempest_test_regex: watcher_tempest_plugin.tests\.(api|scenario)
|
|
201
202
|
devstack_plugins:
|
|
202
203
|
watcher: https://opendev.org/openstack/watcher
|
|
203
204
|
irrelevant-files: *irrelevant_files
|
|
204
205
|
|
|
206
|
+
- job:
|
|
207
|
+
name: watcher-grenade-skip-level-always
|
|
208
|
+
description: |
|
|
209
|
+
Grenade job that skips the previous release, validating that projects
|
|
210
|
+
can support upgrades from N-2 to N release. It will always upgrade
|
|
211
|
+
to the current branch. For example: If N-2 is 2025.1 release then N
|
|
212
|
+
would be 2026.1.
|
|
213
|
+
parent: grenade-skip-level-always
|
|
214
|
+
required-projects: *tempest_base_required_projects
|
|
215
|
+
vars: *grenade_vars
|
|
216
|
+
irrelevant-files: *irrelevant_files
|
|
217
|
+
|
|
205
218
|
- job:
|
|
206
219
|
name: watcher-tempest-prometheus
|
|
207
220
|
parent: watcher-tempest-base-two-node
|
|
@@ -372,6 +385,7 @@
|
|
|
372
385
|
jobs:
|
|
373
386
|
- openstack-tox-py312-threading
|
|
374
387
|
- watcher-grenade
|
|
388
|
+
- watcher-grenade-skip-level-always
|
|
375
389
|
- watcher-tempest-api-ipv6-only
|
|
376
390
|
- watcher-tempest-gnocchi
|
|
377
391
|
- python-watcherclient-functional:
|
|
@@ -384,6 +398,7 @@
|
|
|
384
398
|
jobs:
|
|
385
399
|
- openstack-tox-py312-threading
|
|
386
400
|
- watcher-grenade
|
|
401
|
+
- watcher-grenade-skip-level-always
|
|
387
402
|
- watcher-tempest-api-ipv6-only
|
|
388
403
|
- watcher-tempest-gnocchi
|
|
389
404
|
- python-watcherclient-functional:
|
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
-
16.0.
|
|
5
|
-
|
|
4
|
+
16.0.1
|
|
5
|
+
------
|
|
6
|
+
|
|
7
|
+
* Avoid logging messaging transport URLs
|
|
8
|
+
* Fix LP bug link in releasenote for bug 2152645
|
|
9
|
+
* Fix notification updates lost during cluster data model synchronization
|
|
10
|
+
* Add regression test for notification lost during synchronization
|
|
11
|
+
* Update configuration and integrations docs
|
|
12
|
+
* Add debug logging for host rejection in workload\_balance
|
|
13
|
+
* Add watcher-grenade-skip-level-always job
|
|
14
|
+
* Update TOX\_CONSTRAINTS\_FILE for stable/2026.1
|
|
15
|
+
* Update .gitreview for stable/2026.1
|
|
16
|
+
|
|
17
|
+
16.0.0
|
|
18
|
+
------
|
|
6
19
|
|
|
7
20
|
* Test zone migration audit without destination
|
|
8
21
|
* Ensure zone migration creates the correct action
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-watcher
|
|
3
|
-
Version: 16.0.
|
|
3
|
+
Version: 16.0.1
|
|
4
4
|
Summary: OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds.
|
|
5
5
|
Home-page: https://docs.openstack.org/watcher/latest/
|
|
6
6
|
Author: OpenStack
|
{python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/doc/source/configuration/configuring.rst
RENAMED
|
@@ -195,12 +195,10 @@ The configuration file is organized into the following sections:
|
|
|
195
195
|
* ``[watcher_decision_engine]`` - Watcher Decision Engine module configuration
|
|
196
196
|
* ``[oslo_messaging_rabbit]`` - Oslo Messaging RabbitMQ driver configuration
|
|
197
197
|
* ``[cinder_client]`` - Cinder client configuration
|
|
198
|
-
* ``[glance_client]`` - Glance client configuration
|
|
199
198
|
* ``[gnocchi_client]`` - Gnocchi client configuration
|
|
200
199
|
* ``[ironic_client]`` - Ironic client configuration
|
|
201
200
|
* ``[keystone_client]`` - Keystone client configuration
|
|
202
|
-
* ``[
|
|
203
|
-
* ``[neutron_client]`` - Neutron client configuration
|
|
201
|
+
* ``[nova]`` - Nova service configuration
|
|
204
202
|
* ``[placement_client]`` - Placement client configuration
|
|
205
203
|
|
|
206
204
|
The Watcher configuration file is expected to be named
|
|
@@ -342,10 +340,11 @@ so that the watcher service is configured for your needs.
|
|
|
342
340
|
#project_name = <None>
|
|
343
341
|
project_name = KEYSTONE_SERVICE_PROJECT_NAME
|
|
344
342
|
|
|
343
|
+
|
|
345
344
|
#. Configure the clients to use a specific version if desired. For example, to
|
|
346
|
-
configure Watcher to use
|
|
345
|
+
configure Watcher to use Nova with version 2.1, use::
|
|
347
346
|
|
|
348
|
-
[
|
|
347
|
+
[nova]
|
|
349
348
|
|
|
350
349
|
# Version of Nova API to use in novaclient. (string value)
|
|
351
350
|
#api_version = 2.56
|
|
@@ -22,10 +22,6 @@ Integration Status Matrix
|
|
|
22
22
|
- Supported
|
|
23
23
|
- Minimal
|
|
24
24
|
- Unit
|
|
25
|
-
* - :ref:`Glance <glance_integration>`
|
|
26
|
-
- Experimental
|
|
27
|
-
- Missing
|
|
28
|
-
- None
|
|
29
25
|
* - :ref:`Ironic <ironic_integration>`
|
|
30
26
|
- Experimental
|
|
31
27
|
- Minimal
|
|
@@ -38,10 +34,6 @@ Integration Status Matrix
|
|
|
38
34
|
- Deprecated
|
|
39
35
|
- Missing
|
|
40
36
|
- Unit
|
|
41
|
-
* - :ref:`Neutron <neutron_integration>`
|
|
42
|
-
- Experimental
|
|
43
|
-
- Missing
|
|
44
|
-
- Unit
|
|
45
37
|
* - :ref:`Nova <nova_integration>`
|
|
46
38
|
- Supported
|
|
47
39
|
- Minimal
|
|
@@ -64,15 +56,6 @@ model collector that creates a in-memory representation of the storage
|
|
|
64
56
|
resources, strategies that propose solutions based on storage capacity
|
|
65
57
|
and Actions that perform volume migration.
|
|
66
58
|
|
|
67
|
-
.. _glance_integration:
|
|
68
|
-
|
|
69
|
-
Glance
|
|
70
|
-
^^^^^^
|
|
71
|
-
The Image service integration is consumed by Nova Helper to create instances
|
|
72
|
-
from images, which was used older releases of Watcher to cold migrate
|
|
73
|
-
instances. This procedure is not used by Watcher anymore and this integration
|
|
74
|
-
is classified as Experimental and may be removed in future releases.
|
|
75
|
-
|
|
76
59
|
.. _ironic_integration:
|
|
77
60
|
|
|
78
61
|
Ironic
|
|
@@ -97,15 +80,6 @@ This integration allows managing bare metal servers of a MAAS service,
|
|
|
97
80
|
which includes Actions that manage the power state of nodes. This
|
|
98
81
|
integration is deprecated and will be removed in a future release.
|
|
99
82
|
|
|
100
|
-
.. _neutron_integration:
|
|
101
|
-
|
|
102
|
-
Neutron
|
|
103
|
-
^^^^^^^
|
|
104
|
-
Neutron integration is currently consumed by Nova Helper to create instance,
|
|
105
|
-
which was used by older releases of Watcher to cold migrate instances. This
|
|
106
|
-
procedure is not used by Watcher anymore and this integration is classified
|
|
107
|
-
as Experimental and may be removed in future releases.
|
|
108
|
-
|
|
109
83
|
.. _nova_integration:
|
|
110
84
|
|
|
111
85
|
Nova
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-watcher
|
|
3
|
-
Version: 16.0.
|
|
3
|
+
Version: 16.0.1
|
|
4
4
|
Summary: OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds.
|
|
5
5
|
Home-page: https://docs.openstack.org/watcher/latest/
|
|
6
6
|
Author: OpenStack
|
|
@@ -90,7 +90,6 @@ devstack/upgrade/resources.sh
|
|
|
90
90
|
devstack/upgrade/settings
|
|
91
91
|
devstack/upgrade/shutdown.sh
|
|
92
92
|
devstack/upgrade/upgrade.sh
|
|
93
|
-
devstack/upgrade/from_rocky/upgrade-watcher
|
|
94
93
|
doc/dictionary.txt
|
|
95
94
|
doc/requirements.txt
|
|
96
95
|
doc/ext/__init__.py
|
|
@@ -282,6 +281,7 @@ releasenotes/notes/audit-scoper-for-storage-data-model-cdccc803542d22db.yaml
|
|
|
282
281
|
releasenotes/notes/audit-tag-vm-metadata-47a3e4468748853c.yaml
|
|
283
282
|
releasenotes/notes/audit-versioned-notifications-api-bca7738e16954bad.yaml
|
|
284
283
|
releasenotes/notes/automatic-triggering-audit-8a9b0540d547db60.yaml
|
|
284
|
+
releasenotes/notes/avoid-transport-url-in-debug-logs.yaml
|
|
285
285
|
releasenotes/notes/background-jobs-ha-9d3cf3fe356f4705.yaml
|
|
286
286
|
releasenotes/notes/blueprint-add-skip-actions-4a5a997dc1133f13.yaml
|
|
287
287
|
releasenotes/notes/blueprint-remove-cancel-ongoing-actions-11144f2acb562188.yaml
|
|
@@ -305,6 +305,7 @@ releasenotes/notes/bug-2129692-a1f941b8fa5a71be.yaml
|
|
|
305
305
|
releasenotes/notes/bug-2131663-b486d36f77d13a5d.yaml
|
|
306
306
|
releasenotes/notes/bug-2134046-7daa7debfc302122.yaml
|
|
307
307
|
releasenotes/notes/bug-2138857-e3505aa4a20a7831.yaml
|
|
308
|
+
releasenotes/notes/bug-2152645-fix-notification-lost-during-cdm-sync-d8c411727abc6b8a.yaml
|
|
308
309
|
releasenotes/notes/build-baremetal-data-model-in-watcher-3023453a47b61dab.yaml
|
|
309
310
|
releasenotes/notes/cdm-scoping-8d9c307bad46bfa1.yaml
|
|
310
311
|
releasenotes/notes/centralise-config-opts-95670987dfbdb0e7.yaml
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "05aa7074", "is_release": true}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
security:
|
|
3
|
+
- |
|
|
4
|
+
Hardened service debug logging so service start and stop messages no
|
|
5
|
+
longer include the configured messaging transport URL. This avoids writing
|
|
6
|
+
credentials embedded in the transport URL to service logs when debug
|
|
7
|
+
logging is enabled. This is a security hardening enhancement and not a
|
|
8
|
+
security vulnerability fix.
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
fixes:
|
|
3
|
+
- |
|
|
4
|
+
Fixed a race condition where cluster data model (CDM) updates delivered
|
|
5
|
+
by oslo.messaging notification handlers could be silently lost during a
|
|
6
|
+
periodic CDM synchronization.
|
|
7
|
+
|
|
8
|
+
Notifications that arrive during a synchronization now wait until the
|
|
9
|
+
new model is current before applying their updates, ensuring no state
|
|
10
|
+
changes are lost.
|
|
11
|
+
|
|
12
|
+
See: https://bugs.launchpad.net/watcher/+bug/2152645 for more details.
|
|
@@ -6,7 +6,7 @@ envlist = py3,pep8
|
|
|
6
6
|
usedevelop = True
|
|
7
7
|
allowlist_externals = find
|
|
8
8
|
rm
|
|
9
|
-
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/
|
|
9
|
+
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2026.1} {opts} {packages}
|
|
10
10
|
setenv =
|
|
11
11
|
VIRTUAL_ENV={envdir}
|
|
12
12
|
OS_STDOUT_CAPTURE=1
|
|
@@ -240,7 +240,7 @@ class Service(service.ServiceBase):
|
|
|
240
240
|
)
|
|
241
241
|
|
|
242
242
|
def start(self):
|
|
243
|
-
LOG.debug("Connecting to
|
|
243
|
+
LOG.debug("Connecting to messaging transport")
|
|
244
244
|
if self.conductor_topic_handler:
|
|
245
245
|
self.conductor_topic_handler.start()
|
|
246
246
|
if self.notification_handler:
|
|
@@ -249,7 +249,7 @@ class Service(service.ServiceBase):
|
|
|
249
249
|
self.heartbeat.start()
|
|
250
250
|
|
|
251
251
|
def stop(self):
|
|
252
|
-
LOG.debug("Disconnecting from
|
|
252
|
+
LOG.debug("Disconnecting from messaging transport")
|
|
253
253
|
if self.conductor_topic_handler:
|
|
254
254
|
self.conductor_topic_handler.stop()
|
|
255
255
|
if self.notification_handler:
|
|
@@ -28,6 +28,7 @@ GRAFANA_CLIENT_OPTS = [
|
|
|
28
28
|
# A similar structure to the database_map would solve this.
|
|
29
29
|
cfg.StrOpt('token',
|
|
30
30
|
default=None,
|
|
31
|
+
secret=True,
|
|
31
32
|
help="Authentication token to gain access"),
|
|
32
33
|
# TODO(Dantali0n) each individual metric could have its own base url.
|
|
33
34
|
# A similar structure to the database_map would solve this.
|
{python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/decision_engine/model/collector/base.py
RENAMED
|
@@ -127,6 +127,7 @@ class BaseClusterDataModelCollector(loadable.LoadableSingleton,
|
|
|
127
127
|
super().__init__(config)
|
|
128
128
|
self.osc = osc if osc else clients.OpenStackClients()
|
|
129
129
|
self.lock = threading.RLock()
|
|
130
|
+
self.sync_lock = threading.RLock()
|
|
130
131
|
self._audit_scope_handler = None
|
|
131
132
|
self._cluster_data_model = None
|
|
132
133
|
self._data_model_scope = None
|
|
@@ -188,13 +189,16 @@ class BaseClusterDataModelCollector(loadable.LoadableSingleton,
|
|
|
188
189
|
"""Synchronize the cluster data model
|
|
189
190
|
|
|
190
191
|
Whenever called this synchronization will perform a drop-in replacement
|
|
191
|
-
with the existing cluster data model
|
|
192
|
+
with the existing cluster data model. The sync lock is held for the
|
|
193
|
+
full duration so notification handlers wait until the new model is
|
|
194
|
+
current before applying updates.
|
|
192
195
|
"""
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
196
|
+
with self.sync_lock:
|
|
197
|
+
try:
|
|
198
|
+
self.cluster_data_model = self.execute()
|
|
199
|
+
except Exception as e:
|
|
200
|
+
LOG.exception(e)
|
|
201
|
+
self.set_cluster_data_model_as_stale()
|
|
198
202
|
|
|
199
203
|
|
|
200
204
|
class BaseModelBuilder:
|
|
@@ -17,6 +17,11 @@
|
|
|
17
17
|
|
|
18
18
|
import abc
|
|
19
19
|
|
|
20
|
+
from oslo_log import log
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
LOG = log.getLogger(__name__)
|
|
24
|
+
|
|
20
25
|
|
|
21
26
|
class NotificationEndpoint(metaclass=abc.ABCMeta):
|
|
22
27
|
|
|
@@ -34,3 +39,20 @@ class NotificationEndpoint(metaclass=abc.ABCMeta):
|
|
|
34
39
|
@property
|
|
35
40
|
def cluster_data_model(self):
|
|
36
41
|
return self.collector.cluster_data_model
|
|
42
|
+
|
|
43
|
+
def info(self, ctxt, publisher_id, event_type, payload, metadata):
|
|
44
|
+
"""oslo.messaging entry point.
|
|
45
|
+
|
|
46
|
+
Acquires the collector sync lock before processing to ensure
|
|
47
|
+
notifications are never applied to a model that is about to be
|
|
48
|
+
replaced by an in-progress synchronization.
|
|
49
|
+
"""
|
|
50
|
+
with self.collector.sync_lock:
|
|
51
|
+
self.process_info(
|
|
52
|
+
ctxt, publisher_id, event_type, payload, metadata
|
|
53
|
+
)
|
|
54
|
+
|
|
55
|
+
@abc.abstractmethod
|
|
56
|
+
def process_info(self, ctxt, publisher_id, event_type, payload, metadata):
|
|
57
|
+
"""Process the notification. Subclasses must implement this."""
|
|
58
|
+
raise NotImplementedError()
|
|
@@ -250,7 +250,7 @@ class CapacityNotificationEndpoint(CinderNotification):
|
|
|
250
250
|
event_type='capacity.pool',
|
|
251
251
|
)
|
|
252
252
|
|
|
253
|
-
def
|
|
253
|
+
def process_info(self, ctxt, publisher_id, event_type, payload, metadata):
|
|
254
254
|
ctxt.request_id = metadata['message_id']
|
|
255
255
|
ctxt.project_domain = event_type
|
|
256
256
|
LOG.info("Event '%(event)s' received from %(publisher)s "
|
|
@@ -285,7 +285,7 @@ class VolumeCreateEnd(VolumeNotificationEndpoint):
|
|
|
285
285
|
event_type='volume.create.end',
|
|
286
286
|
)
|
|
287
287
|
|
|
288
|
-
def
|
|
288
|
+
def process_info(self, ctxt, publisher_id, event_type, payload, metadata):
|
|
289
289
|
ctxt.request_id = metadata['message_id']
|
|
290
290
|
ctxt.project_domain = event_type
|
|
291
291
|
LOG.info("Event '%(event)s' received from %(publisher)s "
|
|
@@ -314,7 +314,7 @@ class VolumeUpdateEnd(VolumeNotificationEndpoint):
|
|
|
314
314
|
event_type='volume.update.end',
|
|
315
315
|
)
|
|
316
316
|
|
|
317
|
-
def
|
|
317
|
+
def process_info(self, ctxt, publisher_id, event_type, payload, metadata):
|
|
318
318
|
ctxt.request_id = metadata['message_id']
|
|
319
319
|
ctxt.project_domain = event_type
|
|
320
320
|
LOG.info("Event '%(event)s' received from %(publisher)s "
|
|
@@ -376,7 +376,7 @@ class VolumeDeleteEnd(VolumeNotificationEndpoint):
|
|
|
376
376
|
event_type='volume.delete.end',
|
|
377
377
|
)
|
|
378
378
|
|
|
379
|
-
def
|
|
379
|
+
def process_info(self, ctxt, publisher_id, event_type, payload, metadata):
|
|
380
380
|
ctxt.request_id = metadata['message_id']
|
|
381
381
|
ctxt.project_domain = event_type
|
|
382
382
|
LOG.info("Event '%(event)s' received from %(publisher)s "
|
|
@@ -357,7 +357,7 @@ class VersionedNotification(NovaNotification):
|
|
|
357
357
|
publisher_id=self.publisher_id_regex,
|
|
358
358
|
)
|
|
359
359
|
|
|
360
|
-
def
|
|
360
|
+
def process_info(self, ctxt, publisher_id, event_type, payload, metadata):
|
|
361
361
|
LOG.info("Event '%(event)s' received from %(publisher)s "
|
|
362
362
|
"with metadata %(metadata)s",
|
|
363
363
|
dict(event=event_type,
|
|
@@ -192,33 +192,77 @@ class WorkloadBalance(base.WorkloadStabilizationBaseStrategy):
|
|
|
192
192
|
workload = instance_data['workload']
|
|
193
193
|
# calculate the available resources
|
|
194
194
|
free_res = self.compute_model.get_node_free_resources(host)
|
|
195
|
-
if
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
195
|
+
if free_res['vcpu'] < required_cores:
|
|
196
|
+
LOG.debug(
|
|
197
|
+
"Host %(host)s rejected for instance %(instance)s: "
|
|
198
|
+
"insufficient vCPUs (available: %(available)s, "
|
|
199
|
+
"required: %(required)s)",
|
|
200
|
+
dict(
|
|
201
|
+
host=host.hostname,
|
|
202
|
+
instance=instance_to_migrate.uuid,
|
|
203
|
+
available=free_res['vcpu'],
|
|
204
|
+
required=required_cores,
|
|
205
|
+
),
|
|
206
|
+
)
|
|
207
|
+
continue
|
|
208
|
+
if free_res['memory'] < required_mem:
|
|
209
|
+
LOG.debug(
|
|
210
|
+
"Host %(host)s rejected for instance %(instance)s: "
|
|
211
|
+
"insufficient memory (available: %(available)s MB, "
|
|
212
|
+
"required: %(required)s MB)",
|
|
213
|
+
dict(
|
|
214
|
+
host=host.hostname,
|
|
215
|
+
instance=instance_to_migrate.uuid,
|
|
216
|
+
available=free_res['memory'],
|
|
217
|
+
required=required_mem,
|
|
218
|
+
),
|
|
219
|
+
)
|
|
220
|
+
continue
|
|
221
|
+
if free_res['disk'] < required_disk:
|
|
222
|
+
LOG.debug(
|
|
223
|
+
"Host %(host)s rejected for instance %(instance)s: "
|
|
224
|
+
"insufficient disk (available: %(available)s GB, "
|
|
225
|
+
"required: %(required)s GB)",
|
|
226
|
+
dict(
|
|
227
|
+
host=host.hostname,
|
|
228
|
+
instance=instance_to_migrate.uuid,
|
|
229
|
+
available=free_res['disk'],
|
|
230
|
+
required=required_disk,
|
|
231
|
+
),
|
|
232
|
+
)
|
|
233
|
+
continue
|
|
234
|
+
if self._meter == 'instance_cpu_usage':
|
|
235
|
+
usage = src_instance_workload + workload
|
|
236
|
+
usage_percent = usage / host.vcpus * 100
|
|
237
|
+
limit = self.threshold / 100 * host.vcpus
|
|
238
|
+
if usage < limit:
|
|
239
|
+
destination_hosts.append(instance_data)
|
|
240
|
+
LOG.debug(
|
|
241
|
+
"Host %s evaluated as destination for %s. "
|
|
242
|
+
"Host usage for cpu would be %s."
|
|
243
|
+
"The threshold is: %s. selected: %s",
|
|
244
|
+
host.hostname,
|
|
245
|
+
instance_to_migrate.uuid,
|
|
246
|
+
usage_percent,
|
|
247
|
+
self.threshold,
|
|
248
|
+
usage < limit,
|
|
249
|
+
)
|
|
250
|
+
if self._meter == 'instance_ram_usage':
|
|
251
|
+
usage = src_instance_workload + workload
|
|
252
|
+
usage_percent = usage / host.memory * 100
|
|
253
|
+
limit = self.threshold / 100 * host.memory
|
|
254
|
+
if usage < limit:
|
|
255
|
+
destination_hosts.append(instance_data)
|
|
256
|
+
LOG.debug(
|
|
257
|
+
"Host %s evaluated as destination for %s. "
|
|
258
|
+
"Host usage for ram would be %s."
|
|
259
|
+
"The threshold is: %s. selected: %s",
|
|
260
|
+
host.hostname,
|
|
261
|
+
instance_to_migrate.uuid,
|
|
262
|
+
usage_percent,
|
|
263
|
+
self.threshold,
|
|
264
|
+
usage < limit,
|
|
265
|
+
)
|
|
222
266
|
return destination_hosts
|
|
223
267
|
|
|
224
268
|
def group_hosts_by_cpu_or_ram_util(self):
|
|
@@ -326,6 +370,10 @@ class WorkloadBalance(base.WorkloadStabilizationBaseStrategy):
|
|
|
326
370
|
instance_to_migrate = self.choose_instance_to_migrate(
|
|
327
371
|
source_nodes, avg_workload, workload_cache)
|
|
328
372
|
if not instance_to_migrate:
|
|
373
|
+
LOG.debug(
|
|
374
|
+
"No suitable instance found to migrate from "
|
|
375
|
+
"any overloaded source node"
|
|
376
|
+
)
|
|
329
377
|
return self.solution
|
|
330
378
|
source_node, instance_src = instance_to_migrate
|
|
331
379
|
# find the hosts that have enough resource for the VM to be migrated
|
|
@@ -334,9 +382,12 @@ class WorkloadBalance(base.WorkloadStabilizationBaseStrategy):
|
|
|
334
382
|
# sort the filtered result by workload
|
|
335
383
|
# pick up the lowest one as dest server
|
|
336
384
|
if not destination_hosts:
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
385
|
+
LOG.warning(
|
|
386
|
+
"No proper target host could be found for instance "
|
|
387
|
+
"%(instance)s. Check debug logs for per-host rejection "
|
|
388
|
+
"details.",
|
|
389
|
+
dict(instance=instance_src.uuid),
|
|
390
|
+
)
|
|
340
391
|
return self.solution
|
|
341
392
|
destination_hosts = sorted(destination_hosts,
|
|
342
393
|
key=lambda x: (x[self._meter]))
|
{python_watcher-16.0.0.0rc1 → python_watcher-16.0.1}/watcher/tests/unit/common/test_service.py
RENAMED
|
@@ -108,6 +108,28 @@ class TestService(base.TestCase):
|
|
|
108
108
|
dummy_service.conductor_topic_handler,
|
|
109
109
|
om.rpc.server.RPCServer)
|
|
110
110
|
|
|
111
|
+
@mock.patch.object(service.LOG, 'debug', autospec=True)
|
|
112
|
+
def test_transport_url_not_logged(self, mock_debug):
|
|
113
|
+
transport_url = 'rabbit://api:secret-pass@example.com:5672/'
|
|
114
|
+
CONF.set_override('transport_url', transport_url)
|
|
115
|
+
|
|
116
|
+
dummy_service = service.Service(DummyManager)
|
|
117
|
+
dummy_service.conductor_topic_handler = None
|
|
118
|
+
dummy_service.notification_handler = None
|
|
119
|
+
dummy_service.heartbeat = None
|
|
120
|
+
|
|
121
|
+
dummy_service.start()
|
|
122
|
+
dummy_service.stop()
|
|
123
|
+
|
|
124
|
+
logged = ' '.join(
|
|
125
|
+
str(arg) for call in mock_debug.call_args_list for arg in call.args
|
|
126
|
+
)
|
|
127
|
+
|
|
128
|
+
self.assertNotIn(transport_url, logged)
|
|
129
|
+
self.assertNotIn('secret-pass', logged)
|
|
130
|
+
mock_debug.assert_any_call("Connecting to messaging transport")
|
|
131
|
+
mock_debug.assert_any_call("Disconnecting from messaging transport")
|
|
132
|
+
|
|
111
133
|
|
|
112
134
|
class TestServiceMonitoringBase(db_base.DbTestCase):
|
|
113
135
|
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
# See the License for the specific language governing permissions and
|
|
14
14
|
# limitations under the License.
|
|
15
15
|
|
|
16
|
+
import threading
|
|
17
|
+
|
|
16
18
|
from unittest import mock
|
|
17
19
|
|
|
18
20
|
from watcher.decision_engine.model.collector import base
|
|
@@ -20,6 +22,7 @@ from watcher.decision_engine.model.collector import cinder
|
|
|
20
22
|
from watcher.decision_engine.model.collector import ironic
|
|
21
23
|
from watcher.decision_engine.model.collector import nova
|
|
22
24
|
from watcher.decision_engine.model import model_root
|
|
25
|
+
from watcher.decision_engine.model.notification import base as notif_base
|
|
23
26
|
from watcher.tests.unit import base as test_base
|
|
24
27
|
|
|
25
28
|
|
|
@@ -59,6 +62,77 @@ class TestClusterDataModelCollector(test_base.TestCase):
|
|
|
59
62
|
collector.get_latest_cluster_data_model())
|
|
60
63
|
|
|
61
64
|
|
|
65
|
+
class TestSyncLockNotificationRace(test_base.TestCase):
|
|
66
|
+
"""Regression test for notification updates lost during synchronization.
|
|
67
|
+
|
|
68
|
+
When synchronize() is rebuilding the model via execute(), a concurrent
|
|
69
|
+
notification must not apply its update to the old model that will be
|
|
70
|
+
discarded. Without sync_lock in synchronize() and in
|
|
71
|
+
NotificationEndpoint.info(), the notification races execute(), calls
|
|
72
|
+
add_node() on old_model, and the update is silently lost when
|
|
73
|
+
synchronize() replaces _cluster_data_model with new_model.
|
|
74
|
+
|
|
75
|
+
This test fails without the fix and passes once sync_lock is added to
|
|
76
|
+
both synchronize() and NotificationEndpoint.info().
|
|
77
|
+
"""
|
|
78
|
+
|
|
79
|
+
def test_notification_node_reaches_new_model_not_old(self):
|
|
80
|
+
collector = DummyClusterDataModelCollector(config=mock.Mock())
|
|
81
|
+
|
|
82
|
+
old_model = mock.Mock(spec=model_root.ModelRoot)
|
|
83
|
+
new_model = mock.Mock(spec=model_root.ModelRoot)
|
|
84
|
+
collector._cluster_data_model = old_model
|
|
85
|
+
|
|
86
|
+
execute_started = threading.Event()
|
|
87
|
+
execute_may_finish = threading.Event()
|
|
88
|
+
|
|
89
|
+
def slow_execute():
|
|
90
|
+
# execute start to build a new model
|
|
91
|
+
execute_started.set()
|
|
92
|
+
# Event to trigger the end of execute()
|
|
93
|
+
execute_may_finish.wait(timeout=5)
|
|
94
|
+
return new_model
|
|
95
|
+
|
|
96
|
+
dummy_node = mock.Mock()
|
|
97
|
+
|
|
98
|
+
# Notification endpoint that adds dummy_node to whatever model
|
|
99
|
+
# is current at info() time.
|
|
100
|
+
class AddNodeEndpoint(notif_base.NotificationEndpoint):
|
|
101
|
+
@property
|
|
102
|
+
def filter_rule(self):
|
|
103
|
+
return None
|
|
104
|
+
|
|
105
|
+
def process_info(
|
|
106
|
+
self, ctxt, publisher_id, event_type, payload, metadata
|
|
107
|
+
):
|
|
108
|
+
self.cluster_data_model.add_node(dummy_node)
|
|
109
|
+
|
|
110
|
+
endpoint = AddNodeEndpoint(collector)
|
|
111
|
+
|
|
112
|
+
with mock.patch.object(collector, 'execute', side_effect=slow_execute):
|
|
113
|
+
sync_thread = threading.Thread(
|
|
114
|
+
target=collector.synchronize, daemon=True
|
|
115
|
+
)
|
|
116
|
+
sync_thread.start()
|
|
117
|
+
execute_started.wait(timeout=3)
|
|
118
|
+
|
|
119
|
+
# Notification fires while execute() is still running.
|
|
120
|
+
notif_thread = threading.Thread(
|
|
121
|
+
target=endpoint.info,
|
|
122
|
+
args=(mock.Mock(), 'pub', 'event', {}, {}),
|
|
123
|
+
daemon=True,
|
|
124
|
+
)
|
|
125
|
+
notif_thread.start()
|
|
126
|
+
|
|
127
|
+
# finish execute() processing
|
|
128
|
+
execute_may_finish.set()
|
|
129
|
+
sync_thread.join(timeout=3)
|
|
130
|
+
notif_thread.join(timeout=3)
|
|
131
|
+
|
|
132
|
+
new_model.add_node.assert_called_once_with(dummy_node)
|
|
133
|
+
old_model.add_node.assert_not_called()
|
|
134
|
+
|
|
135
|
+
|
|
62
136
|
class TestComputeDataModelCollector(test_base.TestCase):
|
|
63
137
|
|
|
64
138
|
def test_model_scope_is_none(self):
|
|
@@ -45,7 +45,7 @@ class DummyNotification(base.NotificationEndpoint):
|
|
|
45
45
|
payload={'data': {'nested': r'^T.*'}},
|
|
46
46
|
)
|
|
47
47
|
|
|
48
|
-
def
|
|
48
|
+
def process_info(self, ctxt, publisher_id, event_type, payload, metadata):
|
|
49
49
|
pass
|
|
50
50
|
|
|
51
51
|
|