python-watcher 13.0.0__tar.gz → 14.0.0.0rc1__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-14.0.0.0rc1/.pre-commit-config.yaml +62 -0
- python_watcher-14.0.0.0rc1/.zuul.yaml +289 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/AUTHORS +10 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/ChangeLog +50 -0
- python_watcher-14.0.0.0rc1/PKG-INFO +99 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-list-detailed-response.json +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/datamodel-list-response.json +4 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-goals.inc +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/lib/watcher +6 -14
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/plugin.sh +0 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/upgrade/from_rocky/upgrade-watcher +0 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/upgrade/upgrade.sh +1 -1
- python_watcher-14.0.0.0rc1/doc/dictionary.txt +4 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/ext/term.py +1 -1
- python_watcher-14.0.0.0rc1/doc/requirements.txt +10 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/admin/gmr.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/architecture.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/conf.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/configuration/configuring.rst +4 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/concurrency.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/devstack.rst +156 -110
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/environment.rst +4 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/datasources/grafana.rst +23 -17
- python_watcher-14.0.0.0rc1/doc/source/datasources/prometheus.rst +140 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/common_configure.rst +5 -5
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/man/general-options.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/user/user-guide.rst +2 -2
- python_watcher-14.0.0.0rc1/playbooks/generate_prometheus_config.yml +9 -0
- python_watcher-14.0.0.0rc1/playbooks/templates/prometheus.yml.j2 +13 -0
- python_watcher-14.0.0.0rc1/python_watcher.egg-info/PKG-INFO +99 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/python_watcher.egg-info/SOURCES.txt +18 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/python_watcher.egg-info/entry_points.txt +0 -1
- python_watcher-14.0.0.0rc1/python_watcher.egg-info/pbr.json +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/python_watcher.egg-info/requires.txt +17 -15
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/rally-jobs/README.rst +2 -1
- python_watcher-14.0.0.0rc1/releasenotes/notes/2025.1-prelude-8be97eece4e1d1ff.yaml +33 -0
- python_watcher-14.0.0.0rc1/releasenotes/notes/add-instance-metrics-to-prometheus-datasource-9fba8c174ff845e1.yaml +6 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-scoring-module-fa00d013ed2d614e.yaml +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/api-call-retry-fef741ac684c58dd.yaml +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/api-microversioning-7999a3ee8073bf32.yaml +1 -1
- python_watcher-14.0.0.0rc1/releasenotes/notes/deprecate-monasca-ds-9065f4d4bee09ab2.yaml +5 -0
- python_watcher-14.0.0.0rc1/releasenotes/notes/drop-python38-support-eeb19a0bc0160sw1.yaml +6 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/general-purpose-decision-engine-threadpool-0711b23abfc9d409.yaml +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/improve-compute-data-model-b427c85e4ed2b6fb.yaml +1 -1
- python_watcher-14.0.0.0rc1/releasenotes/notes/prometheus-datasource-e56f2f7b8f3427c2.yaml +8 -0
- python_watcher-14.0.0.0rc1/releasenotes/notes/remove-ceilometer-datasource-8d9ab7d64d61e405.yaml +6 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/stale-action-plan-b6a6b08df873c128.yaml +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/watcher-notifications-ovo-7b44d52ef6400dd0.yaml +1 -1
- python_watcher-14.0.0.0rc1/releasenotes/notes/watcher-service-list-7b2f4b64f71e9b89.yaml +3 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/2023.1.rst +1 -1
- python_watcher-14.0.0.0rc1/releasenotes/source/2024.1.rst +6 -0
- python_watcher-14.0.0.0rc1/releasenotes/source/2024.2.rst +6 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/conf.py +50 -50
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/index.rst +2 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +41 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/victoria.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/wallaby.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/xena.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/yoga.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/zed.rst +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/requirements.txt +7 -6
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/setup.cfg +7 -2
- python_watcher-14.0.0.0rc1/test-requirements.txt +7 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/tox.ini +22 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/action.py +5 -5
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/action_plan.py +4 -5
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/audit.py +12 -11
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/audit_template.py +5 -5
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/data_model.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/goal.py +3 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/scoring_engine.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/service.py +2 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/strategy.py +2 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/types.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/webhooks.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/hooks.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/middleware/auth_token.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/base.py +2 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/default.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/workflow_engine/default.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/cmd/__init__.py +12 -10
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/cinder_helper.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/clients.py +0 -25
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/context.py +3 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/exception.py +4 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/keystone_helper.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/nova_helper.py +6 -11
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policy.py +0 -8
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/scheduling.py +22 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/service.py +2 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/service_manager.py +14 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/__init__.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/applier.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/ironic_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/nova_client.py +0 -0
- python_watcher-14.0.0.0rc1/watcher/conf/prometheus_client.py +62 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/env.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/api.py +89 -106
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/job_store.py +2 -6
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/migration.py +3 -3
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/models.py +0 -8
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/audit/continuous.py +8 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/base.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/gnocchi.py +7 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/grafana.py +4 -3
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/grafana_translator/influxdb.py +4 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/manager.py +22 -18
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/monasca.py +3 -3
- python_watcher-14.0.0.0rc1/watcher/decision_engine/datasources/prometheus.py +512 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/goal/efficacy/indicators.py +2 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/collector/base.py +5 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/collector/cinder.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/collector/ironic.py +1 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/collector/nova.py +3 -3
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/element/base.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/model_root.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/notification/base.py +2 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/solution/base.py +2 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/selection/default.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/host_maintenance.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/noisy_neighbor.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/uniform_airflow.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/zone_migration.py +3 -3
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/threading.py +2 -2
- python_watcher-14.0.0.0rc1/watcher/eventlet.py +41 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/hacking/checks.py +5 -5
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/action_plan.py +6 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/__init__.py +8 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/test_hooks.py +0 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/test_scheduling.py +4 -3
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/utils.py +3 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_actions.py +5 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_actions_plans.py +5 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_audit_templates.py +5 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_audits.py +9 -6
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_data_model.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_strategies.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/action_plan/test_default_action_handler.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/metal_helper/test_maas.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/test_clients.py +0 -0
- python_watcher-14.0.0.0rc1/watcher/tests/common/test_scheduling.py +68 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/test_utils.py +52 -52
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/conf/test_list_opts.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/base.py +13 -11
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/utils.py +1 -1
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/audit/test_audit_handlers.py +9 -8
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/test_manager.py +5 -5
- python_watcher-14.0.0.0rc1/watcher/tests/decision_engine/datasources/test_prometheus_helper.py +643 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/faker_cluster_and_metrics.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/test_cinder_notifications.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/planner/test_weight_planner.py +3 -3
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/planner/test_workload_stabilization_planner.py +3 -3
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_base.py +4 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_basic_consolidation.py +0 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_host_maintenance.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_noisy_neighbor.py +1 -5
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_outlet_temp_control.py +0 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_uniform_airflow.py +0 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_vm_workload_consolidation.py +0 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_workload_balance.py +0 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_workload_stabilization.py +0 -4
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_zone_migration.py +3 -3
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/test_sync.py +7 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/notifications/test_service_notifications.py +2 -2
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_action.py +8 -8
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_action_description.py +7 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_action_plan.py +12 -12
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_audit.py +14 -14
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_audit_template.py +10 -10
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_goal.py +7 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_objects.py +9 -10
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_scoring_engine.py +7 -7
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_service.py +7 -7
- python-watcher-13.0.0/.zuul.yaml +0 -208
- python-watcher-13.0.0/PKG-INFO +0 -54
- python-watcher-13.0.0/doc/requirements.txt +0 -10
- python-watcher-13.0.0/python_watcher.egg-info/PKG-INFO +0 -54
- python-watcher-13.0.0/python_watcher.egg-info/pbr.json +0 -1
- python-watcher-13.0.0/releasenotes/notes/watcher-service-list-7b2f4b64f71e9b89.yaml +0 -3
- python-watcher-13.0.0/releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po +0 -33
- python-watcher-13.0.0/test-requirements.txt +0 -15
- python-watcher-13.0.0/watcher/conf/ceilometer_client.py +0 -63
- python-watcher-13.0.0/watcher/decision_engine/datasources/ceilometer.py +0 -276
- python-watcher-13.0.0/watcher/tests/decision_engine/model/ceilometer_metrics.py +0 -319
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/.coveragerc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/.mailmap +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/.stestr.conf +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/CONTRIBUTING.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/HACKING.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/LICENSE +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/README.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/conf.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/parameters.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actionplan-cancel-request-cancelling.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actionplan-cancel-request-pending.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actionplan-list-detailed-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actionplan-list-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actionplan-show-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actionplan-start-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actions-list-detailed-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actions-list-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/actions-show-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/api-root-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/api-v1-root-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-cancel-request.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-cancel-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-create-request-continuous.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-create-request-oneshot.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-create-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-list-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-show-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-update-request.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audit-update-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audittemplate-create-request-full.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audittemplate-create-request-minimal.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audittemplate-create-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audittemplate-list-detailed-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audittemplate-list-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audittemplate-show-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audittemplate-update-request.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/audittemplate-update-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/goal-list-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/goal-show-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/scoring_engine-list-detailed-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/scoring_engine-list-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/scoring_engine-show-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/service-list-detailed-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/service-list-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/service-show-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/strategy-list-detailed-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/strategy-list-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/strategy-show-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/samples/strategy-state-response.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-actionplans.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-actions.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-audits.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-audittemplates.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-datamodel.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-scoring_engines.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-services.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-strategies.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-webhooks.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-versions.inc +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/files/apache-watcher-api.template +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/local.conf.compute +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/local.conf.controller +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/override-defaults +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/settings +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/upgrade/resources.sh +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/upgrade/settings +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/devstack/upgrade/shutdown.sh +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/ext/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/ext/versioned_notifications.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-cancel-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-cancel-error.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-cancel-start.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-create.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-delete.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-execution-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-execution-error.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-execution-start.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-cancel-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-cancel-error.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-cancel-start.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-create.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-delete.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-execution-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-execution-error.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-execution-start.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/action_plan-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-create.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-delete.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-planner-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-planner-error.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-planner-start.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-strategy-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-strategy-error.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-strategy-start.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/audit-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/infra-optim-exception.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/notification_samples/service-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/_static/.placeholder +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/admin/apache-mod-wsgi.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/admin/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/admin/policy.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/configuration/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/configuration/watcher.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/api_microversion_history.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/contributing.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/notifications.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/action-plugin.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/base-setup.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/cdmc-plugin.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/goal-plugin.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/planner-plugin.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/plugins.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/scoring-engine-plugin.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/plugin/strategy-plugin.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/rally_link.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/contributor/testing.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/datasources/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/glossary.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/dia/architecture.dia +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/dia/functional_data_model.dia +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/README.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/action_plan_state_machine.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/audit_state_machine.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/sequence_architecture_cdmc_sync.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/sequence_create_and_launch_audit.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/sequence_create_audit_template.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/sequence_from_audit_execution_to_actionplan_creation.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/sequence_launch_action_plan.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/sequence_launch_action_plan_in_applier.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/sequence_overview_watcher_usage.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/sequence_trigger_audit_in_decision_engine.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/image_src/plantuml/watcher_db_schema_diagram.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/action_plan_state_machine.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/architecture.svg +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/audit_state_machine.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/functional_data_model.svg +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/sequence_architecture_cdmc_sync.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/sequence_create_and_launch_audit.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/sequence_create_audit_template.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/sequence_from_audit_execution_to_actionplan_creation.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/sequence_launch_action_plan.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/sequence_launch_action_plan_in_applier.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/sequence_overview_watcher_usage.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/sequence_trigger_audit_in_decision_engine.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/images/watcher_db_schema_diagram.png +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/common_prerequisites.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/get_started.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/install-rdo.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/install-ubuntu.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/install.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/next-steps.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/install/verify.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/man/footer.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/man/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/man/watcher-api.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/man/watcher-applier.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/man/watcher-db-manage.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/man/watcher-decision-engine.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/man/watcher-status.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/actuation.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/basic-server-consolidation.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/host_maintenance.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/node_resource_consolidation.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/noisy_neighbor.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/outlet_temp_control.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/saving_energy.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/storage_capacity_balance.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/strategy-template.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/uniform_airflow.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/vm_workload_consolidation.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/workload-stabilization.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/workload_balance.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/strategies/zone_migration.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/user/event_type_audit.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/user/index.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/doc/source/user/ways-to-install.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/etc/apache2/watcher +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/etc/watcher/README-watcher.conf.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/etc/watcher/oslo-config-generator/watcher.conf +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/etc/watcher/oslo-policy-generator/watcher-policy-generator.conf +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/python_watcher.egg-info/dependency_links.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/python_watcher.egg-info/not-zip-safe +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/python_watcher.egg-info/top_level.txt +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/rally-jobs/watcher-watcher.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/.placeholder +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/action-plan-cancel-c54726378019e096.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/action-plan-versioned-notifications-api-e8ca4f5d37aa5b4b.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/action-versioned-notifications-api-ff94fc0f401292d0.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-baremetal-scoper-9ef23f5fb8f0be6a.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-force-field-to-audit-4bcaeedfe27233ad.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-ha-support-b9042255e5b76e42.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-name-for-audit-0df1f39f00736f06.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-plugins-parameters-376eb6b0b8978b44.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-power-on-off-a77673d482568a8b.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-start-end-time-for-continuous-audit-52c45052cb06d153.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/add-upgrade-check-framework-5bb9693c8a78931c.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/audit-scoper-for-storage-data-model-cdccc803542d22db.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/audit-tag-vm-metadata-47a3e4468748853c.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/audit-versioned-notifications-api-bca7738e16954bad.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/automatic-triggering-audit-8a9b0540d547db60.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/background-jobs-ha-9d3cf3fe356f4705.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/bp-audit-scope-exclude-project-511a7720aac00dff.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/build-baremetal-data-model-in-watcher-3023453a47b61dab.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/cdm-scoping-8d9c307bad46bfa1.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/centralise-config-opts-95670987dfbdb0e7.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/change-ram-util-metric-4a3e6984b9dd968d.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/check-strategy-requirements-66f9e9262412f8ec.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/cinder-model-integration-baa394a72a0a33bf.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/cluster-model-objects-wrapper-9c799ea262c56a5b.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/compute-cdm-include-all-instances-f7506ded2d57732f.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/configurable-weights-default-planner-3746b33160bc7347.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/consume-nova-versioned-notifications-f98361b37e546b4d.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/continuously-optimization-35364f4d2c0b81fc.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/cron-based-continuous-audits-c3eedf28d9752b37.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/datasource-query-retry-00cba5f7e68aec39.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/db-migration-e1a705a8b54ccdd2.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/define-the-audit-scope-e89edc5051dcf3f2.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/deprecate-ceilometer-datasource-446b0be70fbce28b.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/deprecate-json-formatted-policy-file-3a92379e9f5dd203.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/drop-py-2-7-54f8e806d71f19a7.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/dynamic-action-description-0e947b9e7ef2a134.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/efficacy-indicator-95380ad7b84e3be2.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/enhance-watcher-applier-engine-86c676ce8f179e68.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/event-driven-optimization-based-4870f112bef8a560.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/file-based-metric-map-c2af62b5067895df.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/formal-datasource-interface-implementation-222769d55a127d33.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/get-goal-from-strategy-396c9b13a38bb650.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/global-datasource-preference-3ab47b4be09ff3a5.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/gnocchi-watcher-43c25d391fbd3e9c.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/grafana-datasource-b672367c23ffa0c6.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/graph-based-cluster-model-523937a6f5e66537.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/host-maintenance-strategy-41f640927948fb56.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/jsonschema-validation-79cab05d5295da00.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/min-required-nova-train-71f124192d88ae52.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/monasca-support-0b0486b8572ac38b.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/multiple-global-efficacy-indicator-fc11c4844a12a7d5.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/node-resource-consolidation-73bc0c0abfeb0b03.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/noisy-neighbor-strategy-a71342740b59dddc.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/notifications-actionplan-cancel-edb2a4a12543e2d0.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/optimization-threshold-21ad38f0470d0e1a.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/persistent-audit-parameters-ae41dd7252ba9672.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/planner-storage-action-plan-26ef37893c5e8648.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/remove-nova-legacy-notifications-e1b6d10eff58f30a.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/replace-cold-migrate-to-use-nova-migration-api-cecd9a39ddd3bc58.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/scope-for-data-model-ea9792f90db14343.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/service-versioned-notifications-api-70367b79a565d900.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/show-datamodel-api-6945b744fd5d25d5.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/standard-deviation-strategy-cd1d0c443fdfde9c.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/storage-workload-balance-0ecabbc1791e6894.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/support-keystoneclient-option-b30d1ff45f86a2e7.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/support-placement-api-58ce6bef1bbbe98a.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/suspended-audit-state-07f998c94e9d9a47.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/uniform-airflow-strategy-68cdba1419c3f770.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/uwsgi-support-8dcea6961e56dad0.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/volume-migrate-action-fc57b0ce0e4c39ae.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/watcher-planner-selector-84d77549d46f362a.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/watcher-policies-1e86a30f0f11c6fa.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/watcher-versioned-objects-fc5abf5c81c4590c.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/workload-balance-base-on-cpu-or-ram-util-3ff4ee968c32b2ed.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/workload-balance-migration-strategy-a0b05148a57815c0.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/notes/zone-migration-strategy-10f7656a2a01e607.yaml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/2023.2.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/_static/.placeholder +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/newton.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/ocata.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/pike.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/queens.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/rocky.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/stein.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/train.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/unreleased.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/releasenotes/source/ussuri.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/setup.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/_i18n.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/acl.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/app.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/app.wsgi +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/config.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/link.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/rest_api_version_history.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/root.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/collection.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/efficacy_indicator.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/utils.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/controllers/v1/versions.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/middleware/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/middleware/parsable_error.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/scheduling.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/api/wsgi.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/action_plan/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/action_plan/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/action_plan/default.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/change_node_power_state.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/change_nova_service_state.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/factory.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/migration.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/nop.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/resize.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/sleep.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/actions/volume_migration.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/loading/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/loading/default.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/manager.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/messaging/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/messaging/trigger.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/rpcapi.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/sync.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/workflow_engine/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/applier/workflow_engine/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/cmd/api.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/cmd/applier.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/cmd/dbmanage.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/cmd/decisionengine.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/cmd/status.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/cmd/sync.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/config.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/ironic_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/loader/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/loader/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/loader/default.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/loader/loadable.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/metal_helper/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/metal_helper/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/metal_helper/constants.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/metal_helper/factory.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/metal_helper/ironic.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/metal_helper/maas.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/paths.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/placement_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/action.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/action_plan.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/audit.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/audit_template.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/data_model.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/goal.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/scoring_engine.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/service.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/policies/strategy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/rpc.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/common/utils.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/api.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/cinder_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/clients_auth.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/collector.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/datasources.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/db.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/decision_engine.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/exception.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/glance_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/gnocchi_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/grafana_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/grafana_translators.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/keystone_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/maas_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/monasca_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/neutron_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/opts.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/paths.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/placement_client.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/planner.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/plugins.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/conf/service.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/api.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/migration.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/purge.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/README.rst +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/script.py.mako +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/001_ocata.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/0f6042416884_add_apscheduler_jobs.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/3cfc94cecf4e_add_name_for_audit.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/4b16194c56bc_add_start_end_time.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/52804f2498c4_add_hostname.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/609bec748f2a_add_force_field.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/a86240e89a29_.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/d098df6021e2_cron_support_for_audit.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic/versions/d09a5945e4a0_add_action_description_table.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/db/sqlalchemy/alembic.ini +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/audit/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/audit/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/audit/event.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/audit/oneshot.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/grafana_translator/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/datasources/grafana_translator/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/gmr.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/goal/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/goal/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/goal/efficacy/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/goal/efficacy/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/goal/efficacy/specs.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/goal/goals.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/loading/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/loading/default.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/manager.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/messaging/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/messaging/audit_endpoint.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/messaging/data_model_endpoint.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/collector/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/collector/manager.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/element/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/element/baremetal_resource.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/element/compute_resource.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/element/instance.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/element/node.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/element/storage_resource.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/element/volume.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/notification/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/notification/cinder.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/notification/filtering.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/model/notification/nova.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/planner/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/planner/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/planner/manager.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/planner/node_resource_consolidation.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/planner/weight.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/planner/workload_stabilization.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/rpcapi.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scheduling.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scope/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scope/baremetal.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scope/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scope/compute.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scope/storage.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scoring/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scoring/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scoring/dummy_scorer.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scoring/dummy_scoring_container.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/scoring/scoring_factory.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/solution/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/solution/default.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/solution/efficacy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/solution/solution_comparator.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/solution/solution_evaluator.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/common/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/common/level.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/context/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/context/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/context/default.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/selection/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/selection/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/actuation.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/basic_consolidation.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/dummy_strategy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/dummy_with_resize.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/dummy_with_scorer.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/node_resource_consolidation.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/outlet_temp_control.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/saving_energy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/storage_capacity_balance.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/vm_workload_consolidation.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/workload_balance.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/strategy/strategies/workload_stabilization.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/decision_engine/sync.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/hacking/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/locale/de/LC_MESSAGES/watcher.po +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/locale/en_GB/LC_MESSAGES/watcher.po +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/action.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/action_plan.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/audit.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/exception.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/goal.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/service.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/notifications/strategy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/action.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/action_description.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/audit.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/audit_template.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/efficacy_indicator.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/fields.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/goal.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/scoring_engine.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/service.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/objects/strategy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/test_base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/test_config.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/test_root.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/test_utils.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_goals.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_microversions.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_root.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_scoring_engines.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_services.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_types.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_utils.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/api/v1/test_webhooks.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/action_plan/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/loading/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/loading/test_default_actions_loader.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/test_change_node_power_state.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/test_change_nova_service_state.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/test_migration.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/test_resize.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/test_sleep.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/actions/test_volume_migration.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/messaging/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/messaging/test_trigger_action_plan_endpoint.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/test_applier_manager.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/test_rpcapi.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/test_sync.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/workflow_engine/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/workflow_engine/loading/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/workflow_engine/loading/test_default_engine_loader.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/workflow_engine/test_default_workflow_engine.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/applier/workflow_engine/test_taskflow_action_container.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/cmd/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/cmd/test_api.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/cmd/test_applier.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/cmd/test_db_manage.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/cmd/test_decision_engine.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/cmd/test_status.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/loader/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/loader/test_loader.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/metal_helper/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/metal_helper/test_base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/metal_helper/test_factory.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/metal_helper/test_ironic.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/test_cinder_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/test_ironic_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/test_nova_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/test_placement_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/common/test_service.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/conf/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/conf_fixture.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/config.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_action.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_action_description.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_action_plan.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_audit.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_audit_template.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_efficacy_indicator.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_goal.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_purge.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_scoring_engine.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_service.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/db/test_strategy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/audit/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/cluster/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/cluster/test_cinder_cdmc.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/cluster/test_cluster_data_model_collector.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/cluster/test_nova_cdmc.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/grafana_translators/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/grafana_translators/test_base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/grafana_translators/test_influxdb.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/test_base.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/test_gnocchi_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/test_grafana_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/datasources/test_monasca_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/event_consumer/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/fake_goals.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/fake_metal_helper.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/fake_strategies.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/loading/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/loading/test_collector_loader.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/loading/test_default_planner_loader.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/loading/test_default_strategy_loader.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/loading/test_goal_loader.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/messaging/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/messaging/test_audit_endpoint.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/messaging/test_data_model_endpoint.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/ironic_scenario_1.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_1.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_10.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_1_with_1_node_unavailable.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_1_with_all_instances_exclude.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_1_with_all_nodes_disable.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_1_with_metrics.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_2_with_metrics.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_3_with_2_nodes.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_3_with_metrics.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_4_with_1_node_no_instance.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_5_with_instance_disk_0.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_6_with_2_nodes.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_7_with_2_nodes.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_8_with_4_nodes.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/scenario_9_with_3_active_plus_1_disabled_nodes.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/data/storage_scenario_1.xml +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/faker_cluster_state.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/gnocchi_metrics.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/monasca_metrics.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/capacity.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-create-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-delete-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-live_migration_force_complete-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-live_migration_post-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-lock.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-pause-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-power_off-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-power_on-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-rebuild-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-rescue-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-resize_confirm-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-restore-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-resume-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-shelve-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-shutdown-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-soft_delete-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-suspend-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-unlock.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-unpause-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-unrescue-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-unshelve-end.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/instance-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario3_instance-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario3_notfound_instance-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario3_notfound_legacy_instance-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario3_service-update-disabled.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario3_service-update-enabled.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_bootable-volume-create.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_node_notfound.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_capacity_pool_notfound.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_error-volume-create.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-attach.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-create_pool_notfound.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-delete.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-detach.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-resize.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/scenario_1_volume-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/service-create.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/service-delete.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/data/service-update.json +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/fake_managers.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/test_notifications.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/notification/test_nova_notifications.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/test_element.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/model/test_model.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/planner/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/planner/test_node_resource_consolidation.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/planner/test_planner_manager.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scope/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scope/fake_scopes.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scope/test_baremetal.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scope/test_compute.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scope/test_storage.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scoring/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scoring/test_dummy_scorer.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scoring/test_dummy_scoring_container.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/scoring/test_scoring_factory.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/solution/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/solution/test_default_solution.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/context/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/context/test_strategy_context.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/selector/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/selector/test_strategy_selector.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_actuator.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_dummy_strategy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_dummy_with_scorer.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_node_resource_consolidation.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_saving_energy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_storage_capacity_balance.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/strategy/strategies/test_strategy_endpoint.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/test_gmr.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/test_rpcapi.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/decision_engine/test_scheduling.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/fake_policy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/fakes.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/notifications/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/notifications/test_action_notification.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/notifications/test_action_plan_notification.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/notifications/test_audit_notification.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/notifications/test_notification.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/__init__.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_efficacy_indicator.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/test_strategy.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/objects/utils.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/policy_fixture.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/tests/test_threading.py +0 -0
- {python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/watcher/version.py +0 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
repos:
|
|
3
|
+
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
4
|
+
rev: v5.0.0
|
|
5
|
+
hooks:
|
|
6
|
+
# whitespace
|
|
7
|
+
- id: trailing-whitespace
|
|
8
|
+
- id: mixed-line-ending
|
|
9
|
+
args: ['--fix', 'lf']
|
|
10
|
+
exclude: '.*\.(svg)$'
|
|
11
|
+
- id: check-byte-order-marker
|
|
12
|
+
# file format and permissions
|
|
13
|
+
- id: check-ast
|
|
14
|
+
- id: debug-statements
|
|
15
|
+
- id: check-json
|
|
16
|
+
files: .*\.json$
|
|
17
|
+
- id: check-yaml
|
|
18
|
+
files: .*\.(yaml|yml)$
|
|
19
|
+
- id: check-executables-have-shebangs
|
|
20
|
+
- id: check-shebang-scripts-are-executable
|
|
21
|
+
# git
|
|
22
|
+
- id: check-added-large-files
|
|
23
|
+
- id: check-case-conflict
|
|
24
|
+
- id: detect-private-key
|
|
25
|
+
- id: check-merge-conflict
|
|
26
|
+
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
27
|
+
rev: v1.5.5
|
|
28
|
+
hooks:
|
|
29
|
+
- id: remove-tabs
|
|
30
|
+
exclude: '.*\.(svg)$'
|
|
31
|
+
- repo: https://opendev.org/openstack/hacking
|
|
32
|
+
rev: 7.0.0
|
|
33
|
+
hooks:
|
|
34
|
+
- id: hacking
|
|
35
|
+
additional_dependencies: []
|
|
36
|
+
exclude: '^(doc|releasenotes|tools)/.*$'
|
|
37
|
+
- repo: https://github.com/PyCQA/bandit
|
|
38
|
+
rev: 1.7.6
|
|
39
|
+
hooks:
|
|
40
|
+
- id: bandit
|
|
41
|
+
args: ['-x', 'tests', '-s', 'B101,B311,B320']
|
|
42
|
+
- repo: https://github.com/hhatto/autopep8
|
|
43
|
+
rev: v2.3.1
|
|
44
|
+
hooks:
|
|
45
|
+
- id: autopep8
|
|
46
|
+
files: '^.*\.py$'
|
|
47
|
+
- repo: https://github.com/codespell-project/codespell
|
|
48
|
+
rev: v2.3.0
|
|
49
|
+
hooks:
|
|
50
|
+
- id: codespell
|
|
51
|
+
args: ['--ignore-words=doc/dictionary.txt']
|
|
52
|
+
- repo: https://github.com/sphinx-contrib/sphinx-lint
|
|
53
|
+
rev: v1.0.0
|
|
54
|
+
hooks:
|
|
55
|
+
- id: sphinx-lint
|
|
56
|
+
args: [--enable=default-role]
|
|
57
|
+
files: ^doc/|releasenotes|api-guide
|
|
58
|
+
types: [rst]
|
|
59
|
+
- repo: https://github.com/PyCQA/doc8
|
|
60
|
+
rev: v1.1.2
|
|
61
|
+
hooks:
|
|
62
|
+
- id: doc8
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
- project:
|
|
2
|
+
queue: watcher
|
|
3
|
+
templates:
|
|
4
|
+
- check-requirements
|
|
5
|
+
- openstack-cover-jobs
|
|
6
|
+
- openstack-python3-jobs
|
|
7
|
+
- publish-openstack-docs-pti
|
|
8
|
+
- release-notes-jobs-python3
|
|
9
|
+
check:
|
|
10
|
+
jobs:
|
|
11
|
+
- watcher-tempest-functional
|
|
12
|
+
- watcher-tempest-functional-jammy
|
|
13
|
+
- watcher-grenade
|
|
14
|
+
- watcher-tempest-strategies
|
|
15
|
+
- watcher-tempest-actuator
|
|
16
|
+
- watcherclient-tempest-functional
|
|
17
|
+
- watcher-tempest-functional-ipv6-only
|
|
18
|
+
- watcher-prometheus-integration
|
|
19
|
+
gate:
|
|
20
|
+
jobs:
|
|
21
|
+
- watcher-tempest-functional
|
|
22
|
+
- watcher-tempest-functional-jammy
|
|
23
|
+
- watcher-tempest-functional-ipv6-only
|
|
24
|
+
|
|
25
|
+
- job:
|
|
26
|
+
name: watcher-tempest-actuator
|
|
27
|
+
parent: watcher-tempest-multinode
|
|
28
|
+
vars:
|
|
29
|
+
tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_actuator
|
|
30
|
+
|
|
31
|
+
- job:
|
|
32
|
+
name: watcher-tempest-strategies
|
|
33
|
+
parent: watcher-tempest-multinode
|
|
34
|
+
vars:
|
|
35
|
+
tempest_concurrency: 1
|
|
36
|
+
tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_strategies
|
|
37
|
+
|
|
38
|
+
- job:
|
|
39
|
+
name: watcher-tempest-multinode
|
|
40
|
+
parent: watcher-tempest-functional
|
|
41
|
+
nodeset: openstack-two-node-noble
|
|
42
|
+
roles:
|
|
43
|
+
- zuul: openstack/tempest
|
|
44
|
+
group-vars:
|
|
45
|
+
subnode:
|
|
46
|
+
devstack_local_conf:
|
|
47
|
+
post-config:
|
|
48
|
+
$WATCHER_CONF:
|
|
49
|
+
watcher_cluster_data_model_collectors.compute:
|
|
50
|
+
period: 120
|
|
51
|
+
watcher_cluster_data_model_collectors.baremetal:
|
|
52
|
+
period: 120
|
|
53
|
+
watcher_cluster_data_model_collectors.storage:
|
|
54
|
+
period: 120
|
|
55
|
+
devstack_services:
|
|
56
|
+
watcher-api: false
|
|
57
|
+
watcher-decision-engine: true
|
|
58
|
+
watcher-applier: false
|
|
59
|
+
c-bak: false
|
|
60
|
+
ceilometer: false
|
|
61
|
+
ceilometer-acompute: false
|
|
62
|
+
ceilometer-acentral: false
|
|
63
|
+
ceilometer-anotification: false
|
|
64
|
+
watcher: false
|
|
65
|
+
gnocchi-api: false
|
|
66
|
+
gnocchi-metricd: false
|
|
67
|
+
rabbit: false
|
|
68
|
+
mysql: false
|
|
69
|
+
vars:
|
|
70
|
+
devstack_local_conf:
|
|
71
|
+
post-config:
|
|
72
|
+
$WATCHER_CONF:
|
|
73
|
+
watcher_cluster_data_model_collectors.compute:
|
|
74
|
+
period: 120
|
|
75
|
+
watcher_cluster_data_model_collectors.baremetal:
|
|
76
|
+
period: 120
|
|
77
|
+
watcher_cluster_data_model_collectors.storage:
|
|
78
|
+
period: 120
|
|
79
|
+
test-config:
|
|
80
|
+
$TEMPEST_CONFIG:
|
|
81
|
+
compute:
|
|
82
|
+
min_compute_nodes: 2
|
|
83
|
+
min_microversion: 2.56
|
|
84
|
+
compute-feature-enabled:
|
|
85
|
+
live_migration: true
|
|
86
|
+
block_migration_for_live_migration: true
|
|
87
|
+
placement:
|
|
88
|
+
min_microversion: 1.29
|
|
89
|
+
devstack_plugins:
|
|
90
|
+
ceilometer: https://opendev.org/openstack/ceilometer
|
|
91
|
+
|
|
92
|
+
- job:
|
|
93
|
+
name: watcher-tempest-functional
|
|
94
|
+
parent: devstack-tempest
|
|
95
|
+
timeout: 7200
|
|
96
|
+
required-projects: &base_required_projects
|
|
97
|
+
- openstack/ceilometer
|
|
98
|
+
- openstack/python-openstackclient
|
|
99
|
+
- openstack/python-watcherclient
|
|
100
|
+
- openstack/watcher
|
|
101
|
+
- openstack/watcher-tempest-plugin
|
|
102
|
+
- openstack/tempest
|
|
103
|
+
vars: &base_vars
|
|
104
|
+
devstack_plugins:
|
|
105
|
+
watcher: https://opendev.org/openstack/watcher
|
|
106
|
+
devstack_services:
|
|
107
|
+
watcher-api: true
|
|
108
|
+
watcher-decision-engine: true
|
|
109
|
+
watcher-applier: true
|
|
110
|
+
tempest: true
|
|
111
|
+
s-account: false
|
|
112
|
+
s-container: false
|
|
113
|
+
s-object: false
|
|
114
|
+
s-proxy: false
|
|
115
|
+
tempest_plugins:
|
|
116
|
+
- watcher-tempest-plugin
|
|
117
|
+
tempest_test_regex: watcher_tempest_plugin.tests.api
|
|
118
|
+
tox_envlist: all
|
|
119
|
+
zuul_copy_output:
|
|
120
|
+
/etc/hosts: logs
|
|
121
|
+
|
|
122
|
+
# TODO(gmann): As per the 2025.1 testing runtime, we need to run at least
|
|
123
|
+
# one job on jammy. This job can be removed in the next cycle(2025.2)
|
|
124
|
+
- job:
|
|
125
|
+
name: watcher-tempest-functional-jammy
|
|
126
|
+
description: This is integrated job testing on Ubuntu jammy(22.04)
|
|
127
|
+
parent: watcher-tempest-functional
|
|
128
|
+
nodeset: openstack-single-node-jammy
|
|
129
|
+
vars:
|
|
130
|
+
<<: *base_vars
|
|
131
|
+
python_version: '3.9'
|
|
132
|
+
|
|
133
|
+
- job:
|
|
134
|
+
name: watcher-tempest-functional-ipv6-only
|
|
135
|
+
parent: devstack-tempest-ipv6
|
|
136
|
+
description: |
|
|
137
|
+
Watcher devstack tempest tests job for IPv6-only deployment
|
|
138
|
+
required-projects: *base_required_projects
|
|
139
|
+
vars: *base_vars
|
|
140
|
+
|
|
141
|
+
- job:
|
|
142
|
+
name: watcher-grenade
|
|
143
|
+
parent: grenade
|
|
144
|
+
required-projects:
|
|
145
|
+
- openstack/watcher
|
|
146
|
+
- openstack/python-watcherclient
|
|
147
|
+
- openstack/watcher-tempest-plugin
|
|
148
|
+
vars: *base_vars
|
|
149
|
+
irrelevant-files: &irrelevent_files
|
|
150
|
+
- ^(test-|)requirements.txt$
|
|
151
|
+
- ^.*\.rst$
|
|
152
|
+
- ^api-ref/.*$
|
|
153
|
+
- ^doc/.*$
|
|
154
|
+
- ^watcher/hacking/.*$
|
|
155
|
+
- ^watcher/tests/.*$
|
|
156
|
+
- ^releasenotes/.*$
|
|
157
|
+
- ^setup.cfg$
|
|
158
|
+
- ^tools/.*$
|
|
159
|
+
- ^tox.ini$
|
|
160
|
+
|
|
161
|
+
- job:
|
|
162
|
+
# This job is used in python-watcherclient repo
|
|
163
|
+
name: watcherclient-tempest-functional
|
|
164
|
+
parent: watcher-tempest-functional
|
|
165
|
+
timeout: 4200
|
|
166
|
+
vars:
|
|
167
|
+
tempest_concurrency: 1
|
|
168
|
+
tempest_test_regex: watcher_tempest_plugin.tests.client_functional
|
|
169
|
+
|
|
170
|
+
- job:
|
|
171
|
+
name: watcher-sg-core-tempest-base
|
|
172
|
+
parent: devstack-tempest
|
|
173
|
+
nodeset: openstack-two-node-noble
|
|
174
|
+
description: |
|
|
175
|
+
This job is for testing watcher and sg-core/prometheus installation
|
|
176
|
+
abstract: true
|
|
177
|
+
pre-run:
|
|
178
|
+
- playbooks/generate_prometheus_config.yml
|
|
179
|
+
irrelevant-files: *irrelevent_files
|
|
180
|
+
timeout: 7800
|
|
181
|
+
required-projects: &base_sg_required_projects
|
|
182
|
+
- openstack/aodh
|
|
183
|
+
- openstack/ceilometer
|
|
184
|
+
- openstack/tempest
|
|
185
|
+
- openstack-k8s-operators/sg-core
|
|
186
|
+
- openstack/watcher
|
|
187
|
+
- openstack/python-watcherclient
|
|
188
|
+
- openstack/watcher-tempest-plugin
|
|
189
|
+
- openstack/devstack-plugin-prometheus
|
|
190
|
+
vars:
|
|
191
|
+
configure_swap_size: 8192
|
|
192
|
+
devstack_plugins:
|
|
193
|
+
ceilometer: https://opendev.org/openstack/ceilometer
|
|
194
|
+
aodh: https://opendev.org/openstack/aodh
|
|
195
|
+
sg-core: https://github.com/openstack-k8s-operators/sg-core
|
|
196
|
+
watcher: https://opendev.org/openstack/watcher
|
|
197
|
+
devstack-plugin-prometheus: https://opendev.org/openstack/devstack-plugin-prometheus
|
|
198
|
+
devstack_services:
|
|
199
|
+
watcher-api: true
|
|
200
|
+
watcher-decision-engine: true
|
|
201
|
+
watcher-applier: true
|
|
202
|
+
tempest: true
|
|
203
|
+
# We do not need Swift in this job so disable it for speed
|
|
204
|
+
# Swift services
|
|
205
|
+
s-account: false
|
|
206
|
+
s-container: false
|
|
207
|
+
s-object: false
|
|
208
|
+
s-proxy: false
|
|
209
|
+
# Prometheus related service
|
|
210
|
+
prometheus: true
|
|
211
|
+
node_exporter: true
|
|
212
|
+
devstack_localrc:
|
|
213
|
+
CEILOMETER_BACKENDS: "sg-core"
|
|
214
|
+
CEILOMETER_PIPELINE_INTERVAL: 15
|
|
215
|
+
CEILOMETER_ALARM_THRESHOLD: 6000000000
|
|
216
|
+
NODE_EXPORTER_ENABLE: false
|
|
217
|
+
PROMETHEUS_ENABLE: false
|
|
218
|
+
PROMETHEUS_SERVICE_SCRAPE_TARGETS: "sg-core,node-exporter"
|
|
219
|
+
PROMETHEUS_CONFIG_FILE: "/home/zuul/prometheus.yml"
|
|
220
|
+
devstack_local_conf:
|
|
221
|
+
post-config:
|
|
222
|
+
$WATCHER_CONF:
|
|
223
|
+
watcher_datasources:
|
|
224
|
+
datasources: prometheus
|
|
225
|
+
prometheus_client:
|
|
226
|
+
host: 127.0.0.1
|
|
227
|
+
port: 9090
|
|
228
|
+
watcher_cluster_data_model_collectors.compute:
|
|
229
|
+
period: 120
|
|
230
|
+
watcher_cluster_data_model_collectors.baremetal:
|
|
231
|
+
period: 120
|
|
232
|
+
watcher_cluster_data_model_collectors.storage:
|
|
233
|
+
period: 120
|
|
234
|
+
test-config:
|
|
235
|
+
$TEMPEST_CONFIG:
|
|
236
|
+
compute:
|
|
237
|
+
min_compute_nodes: 2
|
|
238
|
+
min_microversion: 2.56
|
|
239
|
+
compute-feature-enabled:
|
|
240
|
+
live_migration: true
|
|
241
|
+
block_migration_for_live_migration: true
|
|
242
|
+
placement:
|
|
243
|
+
min_microversion: 1.29
|
|
244
|
+
service_available:
|
|
245
|
+
sg_core: True
|
|
246
|
+
telemetry_services:
|
|
247
|
+
metric_backends: prometheus
|
|
248
|
+
telemetry:
|
|
249
|
+
disable_ssl_certificate_validation: True
|
|
250
|
+
ceilometer_polling_interval: 15
|
|
251
|
+
optimize:
|
|
252
|
+
datasource: prometheus
|
|
253
|
+
tempest_plugins:
|
|
254
|
+
- watcher-tempest-plugin
|
|
255
|
+
tempest_test_regex: watcher_tempest_plugin.tests.scenario.test_execute_strategies
|
|
256
|
+
tempest_concurrency: 1
|
|
257
|
+
tox_envlist: all
|
|
258
|
+
zuul_copy_output:
|
|
259
|
+
/etc/prometheus/prometheus.yml: logs
|
|
260
|
+
group-vars:
|
|
261
|
+
subnode:
|
|
262
|
+
devstack_plugins:
|
|
263
|
+
ceilometer: https://opendev.org/openstack/ceilometer
|
|
264
|
+
sg-core: https://github.com/openstack-k8s-operators/sg-core
|
|
265
|
+
devstack-plugin-prometheus: https://opendev.org/openstack/devstack-plugin-prometheus
|
|
266
|
+
devstack_services:
|
|
267
|
+
ceilometer-acompute: true
|
|
268
|
+
sg-core: false
|
|
269
|
+
prometheus: false
|
|
270
|
+
node_exporter: true
|
|
271
|
+
devstack_localrc:
|
|
272
|
+
CEILOMETER_BACKEND: "none"
|
|
273
|
+
CEILOMETER_BACKENDS: "none"
|
|
274
|
+
# sg_core related var
|
|
275
|
+
NODE_EXPORTER_ENABLE: false
|
|
276
|
+
PROMETHEUS_ENABLE: false
|
|
277
|
+
devstack_local_conf:
|
|
278
|
+
post-config:
|
|
279
|
+
$WATCHER_CONF:
|
|
280
|
+
watcher_cluster_data_model_collectors.compute:
|
|
281
|
+
period: 120
|
|
282
|
+
watcher_cluster_data_model_collectors.baremetal:
|
|
283
|
+
period: 120
|
|
284
|
+
watcher_cluster_data_model_collectors.storage:
|
|
285
|
+
period: 120
|
|
286
|
+
|
|
287
|
+
- job:
|
|
288
|
+
name: watcher-prometheus-integration
|
|
289
|
+
parent: watcher-sg-core-tempest-base
|
|
@@ -17,6 +17,7 @@ Bruno Grazioli <bwg_bruno@hotmail.com>
|
|
|
17
17
|
BubaVV <vmarkov@mirantis.com>
|
|
18
18
|
Béla Vancsics <vancsics@inf.u-szeged.hu>
|
|
19
19
|
Cao Xuan Hoang <hoangcx@vn.fujitsu.com>
|
|
20
|
+
Chandan Kumar (raukadah) <chkumar@redhat.com>
|
|
20
21
|
ChangBo Guo(gcb) <eric.guo@easystack.cn>
|
|
21
22
|
Chaozhe.Chen <chaozhe.chen@easystack.cn>
|
|
22
23
|
Chris MacNaughton <chris.macnaughton@canonical.com>
|
|
@@ -28,6 +29,8 @@ Dao Cong Tien <tiendc@vn.fujitsu.com>
|
|
|
28
29
|
Darren Shaw <ds354m@att.com>
|
|
29
30
|
David TARDIVEL <David.TARDIVEL@b-com.com>
|
|
30
31
|
Doug Hellmann <doug@doughellmann.com>
|
|
32
|
+
Douglas Viroel <dviroel@redhat.com>
|
|
33
|
+
Douglas Viroel <viroel@gmail.com>
|
|
31
34
|
Drew Thorstensen <thorst@us.ibm.com>
|
|
32
35
|
Edwin Zhai <edwin.zhai@intel.com>
|
|
33
36
|
Egor Panfilov <erakli00@gmail.com>
|
|
@@ -50,6 +53,7 @@ James E. Blair <jeblair@redhat.com>
|
|
|
50
53
|
James Page <james.page@canonical.com>
|
|
51
54
|
Jean-Emile DARTOIS <jean-emile.dartois@b-com.com>
|
|
52
55
|
Jeremy Liu <liujiong@gohighsec.com>
|
|
56
|
+
Jiri Podivin <jpodivin@redhat.com>
|
|
53
57
|
Joe Cropper <jwcroppe@us.ibm.com>
|
|
54
58
|
Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>
|
|
55
59
|
Kevin_Zheng <zhengzhenyu@huawei.com>
|
|
@@ -63,6 +67,7 @@ Luigi Toscano <ltoscano@redhat.com>
|
|
|
63
67
|
Luong Anh Tuan <tuanla@vn.fujitsu.com>
|
|
64
68
|
M V P Nitesh <m.nitesh@nectechnologies.in>
|
|
65
69
|
Margarita Shakhova <mbshakhova.sbt@sberbank.ru>
|
|
70
|
+
Martin Kopec <mkopec@redhat.com>
|
|
66
71
|
Matt Riedemann <mriedem.os@gmail.com>
|
|
67
72
|
Michael Gugino <michael.gugino@walmart.com>
|
|
68
73
|
Michelle Mandel <mmandel@us.ibm.com>
|
|
@@ -79,9 +84,11 @@ Prashanth Hari <prashanth.hari@walmart.com>
|
|
|
79
84
|
Prudhvi Rao Shedimbi <prudhvi.rao.shedimbi@intel.com>
|
|
80
85
|
Q.hongtao <qihongtao@inspur.com>
|
|
81
86
|
Ralf Rantzau <rrantzau@cisco.com>
|
|
87
|
+
Ronelle Landy <rlandy@redhat.com>
|
|
82
88
|
Sampath Priyankara <sam47priya@gmail.com>
|
|
83
89
|
Santhosh Fernandes <santhosh.fernandes@gmail.com>
|
|
84
90
|
Sean McGinnis <sean.mcginnis@gmail.com>
|
|
91
|
+
Sean Mooney <work@seanmooney.info>
|
|
85
92
|
ShangXiao <shangxiaobj@inspur.com>
|
|
86
93
|
Steve Kowalik <steven@wedontsleep.org>
|
|
87
94
|
Steve Wilkerson <sw5822@att.com>
|
|
@@ -90,10 +97,12 @@ Susanne Balle <sleipnir012@gmail.com>
|
|
|
90
97
|
Swapnil Kulkarni (coolsvap) <me@coolsvap.net>
|
|
91
98
|
Takashi Kajinami <kajinamit@oss.nttdata.com>
|
|
92
99
|
Takashi Kajinami <tkajinam@redhat.com>
|
|
100
|
+
Takashi Natsume <takanattie@gmail.com>
|
|
93
101
|
Tatiana Kholkina <holkina@selectel.ru>
|
|
94
102
|
Taylor Peoples <tpeoples@us.ibm.com>
|
|
95
103
|
Thierry Carrez <thierry@openstack.org>
|
|
96
104
|
Tin Lam <tl3438@att.com>
|
|
105
|
+
Tobias Urdin <tobias.urdin@binero.com>
|
|
97
106
|
Tobias Urdin <tobias.urdin@binero.se>
|
|
98
107
|
Tomasz Kaczynski <tomasz.kaczynski@intel.com>
|
|
99
108
|
Tomasz Trębski <tomasz.trebski@ts.fujitsu.com>
|
|
@@ -151,6 +160,7 @@ lingyongxu <lyxu@fiberhome.com>
|
|
|
151
160
|
liushuobj <liushuobj@inspur.com>
|
|
152
161
|
liyanhang <liyh@gohighsec.com>
|
|
153
162
|
lvxianguo <lvxianguo@inspur.com>
|
|
163
|
+
m <mandreou@redhat.com>
|
|
154
164
|
maaoyu <maaoyu@inspur.com>
|
|
155
165
|
melissaml <ma.lei@99cloud.net>
|
|
156
166
|
mergalievibragim <mer_eng@mail.ru>
|
|
@@ -1,12 +1,62 @@
|
|
|
1
1
|
CHANGES
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
+
14.0.0.0rc1
|
|
5
|
+
-----------
|
|
6
|
+
|
|
7
|
+
* Add epoxy prelude
|
|
8
|
+
* Replace deprecated abc.abstractproperty
|
|
9
|
+
* Drop implicit test dependency on iso8601
|
|
10
|
+
* Enable prometheus datasource in watcher-prometheus-integration job
|
|
11
|
+
* Enable prometheus and node\_exporter from devstack-plugin-prometheus
|
|
12
|
+
* Deprecate Monasca data source
|
|
13
|
+
* Further database refactoring
|
|
14
|
+
* pre-commit: Integrate bandit
|
|
15
|
+
* Remove unused os-api-ref from test requirements
|
|
16
|
+
* Drop import fallback for Python 2
|
|
17
|
+
* Add support for instance metrics to prometheus datasource
|
|
18
|
+
* Drop bandit B320 profile to fix tox -e bandit interface
|
|
19
|
+
* Add Tempest test for Prometheus integration
|
|
20
|
+
* Add prometheus data source for watcher decision engine
|
|
21
|
+
* Imported Translations from Zanata
|
|
22
|
+
* Remove ceilometer datasource
|
|
23
|
+
* X-Project-Name key in test code was duplicated
|
|
24
|
+
* Fix create\_continuous\_audit\_with\_wrong\_interval test assert
|
|
25
|
+
* Update gate jobs as per the 2025.1 cycle testing runtime
|
|
26
|
+
* Fix incompatiablity between apscheduler and eventlet
|
|
27
|
+
* [pre-commit] enforce pre-commit checks in ci
|
|
28
|
+
* [docs] apply sphinx-lint to docs
|
|
29
|
+
* Replace deprecated configure\_auth\_token\_middleware
|
|
30
|
+
* reno: Update master for unmaintained/2023.1
|
|
31
|
+
* Remove default override for config options policy\_file
|
|
32
|
+
* [pre-commit] Fix execute and shebang lines
|
|
33
|
+
* [eventlet] Ensure unit tests are monkey patched
|
|
34
|
+
* [tox] update tox.ini to enable debugging
|
|
35
|
+
* [pre-commit] fix typos and configure codespell
|
|
36
|
+
* Update python versions, drop py3.8
|
|
37
|
+
* Update master for stable/2024.2
|
|
38
|
+
* Drop unnecessary 'x' bit from doc config file
|
|
39
|
+
* Run watcher-db-manage in grenade testing from venv
|
|
40
|
+
* [pre-commit] Add initial pre-commit config
|
|
41
|
+
* tox: Drop envdir
|
|
42
|
+
* Replace deprecated datetime.utcnow()
|
|
43
|
+
* Remove workaround for eventlet < 0.27.0
|
|
44
|
+
* Convert CRLF to LF
|
|
45
|
+
* Bump hacking
|
|
46
|
+
* Replace deprecated LegacyEngineFacade
|
|
47
|
+
|
|
4
48
|
13.0.0
|
|
5
49
|
------
|
|
6
50
|
|
|
7
51
|
* Imported Translations from Zanata
|
|
8
52
|
* SQLAlchemy 2.0: Omnibus fixes patch
|
|
53
|
+
* reno: Update master for unmaintained/zed
|
|
9
54
|
* Fix oslo.db >= 15.0.0 compatibility
|
|
55
|
+
* Update master for stable/2024.1
|
|
56
|
+
* reno: Update master for unmaintained/xena
|
|
57
|
+
* reno: Update master for unmaintained/wallaby
|
|
58
|
+
* reno: Update master for unmaintained/victoria
|
|
59
|
+
* reno: Update master for unmaintained/yoga
|
|
10
60
|
|
|
11
61
|
12.0.0.0rc1
|
|
12
62
|
-----------
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: python-watcher
|
|
3
|
+
Version: 14.0.0.0rc1
|
|
4
|
+
Summary: OpenStack Watcher provides a flexible and scalable resource optimization service for multi-tenant OpenStack-based clouds.
|
|
5
|
+
Home-page: https://docs.openstack.org/watcher/latest/
|
|
6
|
+
Author: OpenStack
|
|
7
|
+
Author-email: openstack-discuss@lists.openstack.org
|
|
8
|
+
Classifier: Environment :: OpenStack
|
|
9
|
+
Classifier: Intended Audience :: Information Technology
|
|
10
|
+
Classifier: Intended Audience :: System Administrators
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
13
|
+
Classifier: Programming Language :: Python
|
|
14
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
15
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
+
Requires-Python: >=3.9
|
|
22
|
+
License-File: LICENSE
|
|
23
|
+
Requires-Dist: apscheduler>=3.5.1
|
|
24
|
+
Requires-Dist: eventlet>=0.27.0
|
|
25
|
+
Requires-Dist: jsonpatch>=1.21
|
|
26
|
+
Requires-Dist: keystoneauth1>=3.4.0
|
|
27
|
+
Requires-Dist: jsonschema>=3.2.0
|
|
28
|
+
Requires-Dist: keystonemiddleware>=4.21.0
|
|
29
|
+
Requires-Dist: lxml>=4.5.1
|
|
30
|
+
Requires-Dist: croniter>=0.3.20
|
|
31
|
+
Requires-Dist: os-resource-classes>=0.4.0
|
|
32
|
+
Requires-Dist: oslo.concurrency>=3.26.0
|
|
33
|
+
Requires-Dist: oslo.cache>=1.29.0
|
|
34
|
+
Requires-Dist: oslo.config>=6.8.0
|
|
35
|
+
Requires-Dist: oslo.context>=2.21.0
|
|
36
|
+
Requires-Dist: oslo.db>=4.44.0
|
|
37
|
+
Requires-Dist: oslo.i18n>=3.20.0
|
|
38
|
+
Requires-Dist: oslo.log>=3.37.0
|
|
39
|
+
Requires-Dist: oslo.messaging>=14.1.0
|
|
40
|
+
Requires-Dist: oslo.policy>=4.5.0
|
|
41
|
+
Requires-Dist: oslo.reports>=1.27.0
|
|
42
|
+
Requires-Dist: oslo.serialization>=2.25.0
|
|
43
|
+
Requires-Dist: oslo.service>=1.30.0
|
|
44
|
+
Requires-Dist: oslo.upgradecheck>=1.3.0
|
|
45
|
+
Requires-Dist: oslo.utils>=7.0.0
|
|
46
|
+
Requires-Dist: oslo.versionedobjects>=1.32.0
|
|
47
|
+
Requires-Dist: PasteDeploy>=1.5.2
|
|
48
|
+
Requires-Dist: pbr>=3.1.1
|
|
49
|
+
Requires-Dist: pecan>=1.3.2
|
|
50
|
+
Requires-Dist: PrettyTable>=0.7.2
|
|
51
|
+
Requires-Dist: gnocchiclient>=7.0.1
|
|
52
|
+
Requires-Dist: python-cinderclient>=3.5.0
|
|
53
|
+
Requires-Dist: python-glanceclient>=2.9.1
|
|
54
|
+
Requires-Dist: python-keystoneclient>=3.15.0
|
|
55
|
+
Requires-Dist: python-monascaclient>=1.12.0
|
|
56
|
+
Requires-Dist: python-neutronclient>=6.7.0
|
|
57
|
+
Requires-Dist: python-novaclient>=14.1.0
|
|
58
|
+
Requires-Dist: python-observabilityclient>=0.3.0
|
|
59
|
+
Requires-Dist: python-openstackclient>=3.14.0
|
|
60
|
+
Requires-Dist: python-ironicclient>=2.5.0
|
|
61
|
+
Requires-Dist: SQLAlchemy>=1.2.5
|
|
62
|
+
Requires-Dist: stevedore>=1.28.0
|
|
63
|
+
Requires-Dist: taskflow>=3.8.0
|
|
64
|
+
Requires-Dist: WebOb>=1.8.5
|
|
65
|
+
Requires-Dist: WSME>=0.9.2
|
|
66
|
+
Requires-Dist: networkx>=2.4
|
|
67
|
+
Requires-Dist: microversion_parse>=0.2.1
|
|
68
|
+
Requires-Dist: futurist>=1.8.0
|
|
69
|
+
|
|
70
|
+
=======
|
|
71
|
+
Watcher
|
|
72
|
+
=======
|
|
73
|
+
|
|
74
|
+
.. image:: https://governance.openstack.org/tc/badges/watcher.svg
|
|
75
|
+
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
|
76
|
+
|
|
77
|
+
.. Change things from this point on
|
|
78
|
+
|
|
79
|
+
..
|
|
80
|
+
Except where otherwise noted, this document is licensed under Creative
|
|
81
|
+
Commons Attribution 3.0 License. You can view the license at:
|
|
82
|
+
|
|
83
|
+
https://creativecommons.org/licenses/by/3.0/
|
|
84
|
+
|
|
85
|
+
OpenStack Watcher provides a flexible and scalable resource optimization
|
|
86
|
+
service for multi-tenant OpenStack-based clouds.
|
|
87
|
+
Watcher provides a robust framework to realize a wide range of cloud
|
|
88
|
+
optimization goals, including the reduction of data center
|
|
89
|
+
operating costs, increased system performance via intelligent virtual machine
|
|
90
|
+
migration, increased energy efficiency and more!
|
|
91
|
+
|
|
92
|
+
* Free software: Apache license
|
|
93
|
+
* Wiki: https://wiki.openstack.org/wiki/Watcher
|
|
94
|
+
* Source: https://opendev.org/openstack/watcher
|
|
95
|
+
* Bugs: https://bugs.launchpad.net/watcher
|
|
96
|
+
* Documentation: https://docs.openstack.org/watcher/latest/
|
|
97
|
+
* Release notes: https://docs.openstack.org/releasenotes/watcher/
|
|
98
|
+
* Design specifications: https://specs.openstack.org/openstack/watcher-specs/
|
|
99
|
+
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"node_vcpu_ratio": "16.0",
|
|
14
14
|
"node_memory": "16383",
|
|
15
15
|
"node_memory_ratio": "1.5",
|
|
16
|
-
"node_disk": "37"
|
|
16
|
+
"node_disk": "37",
|
|
17
17
|
"node_disk_ratio": "1.0",
|
|
18
|
-
"node_state": "up"
|
|
18
|
+
"node_state": "up"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"server_uuid": "e2cb5f6f-fa1d-4ba2-be1e-0bf02fa86ba4",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"node_vcpu_ratio": "16.0",
|
|
31
31
|
"node_memory": "16383",
|
|
32
32
|
"node_memory_ratio": "1.5",
|
|
33
|
-
"node_disk": "37"
|
|
33
|
+
"node_disk": "37",
|
|
34
34
|
"node_disk_ratio": "1.0",
|
|
35
|
-
"node_state": "up"
|
|
35
|
+
"node_state": "up"
|
|
36
36
|
}
|
|
37
37
|
]
|
|
38
38
|
}
|
{python-watcher-13.0.0 → python_watcher-14.0.0.0rc1}/api-ref/source/watcher-api-v1-goals.inc
RENAMED
|
@@ -12,7 +12,7 @@ Here are some examples of ``Goals``:
|
|
|
12
12
|
- minimize the energy consumption
|
|
13
13
|
- minimize the number of compute nodes (consolidation)
|
|
14
14
|
- balance the workload among compute nodes
|
|
15
|
-
- minimize the license cost (some
|
|
15
|
+
- minimize the license cost (some software have a licensing model which is
|
|
16
16
|
based on the number of sockets or cores where the software is deployed)
|
|
17
17
|
- find the most appropriate moment for a planned maintenance on a
|
|
18
18
|
given group of host (which may be an entire availability zone):
|
|
@@ -123,4 +123,4 @@ Response
|
|
|
123
123
|
**Example JSON representation of a Goal:**
|
|
124
124
|
|
|
125
125
|
.. literalinclude:: samples/goal-show-response.json
|
|
126
|
-
:language: javascript
|
|
126
|
+
:language: javascript
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
#!/bin/bash
|
|
2
|
-
#
|
|
3
1
|
# lib/watcher
|
|
4
2
|
# Functions to control the configuration and operation of the watcher services
|
|
5
3
|
|
|
@@ -38,7 +36,6 @@ GITBRANCH["python-watcherclient"]=${WATCHERCLIENT_BRANCH:-master}
|
|
|
38
36
|
GITDIR["python-watcherclient"]=$DEST/python-watcherclient
|
|
39
37
|
|
|
40
38
|
WATCHER_STATE_PATH=${WATCHER_STATE_PATH:=$DATA_DIR/watcher}
|
|
41
|
-
WATCHER_AUTH_CACHE_DIR=${WATCHER_AUTH_CACHE_DIR:-/var/cache/watcher}
|
|
42
39
|
|
|
43
40
|
WATCHER_CONF_DIR=/etc/watcher
|
|
44
41
|
WATCHER_CONF=$WATCHER_CONF_DIR/watcher.conf
|
|
@@ -103,7 +100,7 @@ function _cleanup_watcher_apache_wsgi {
|
|
|
103
100
|
# cleanup_watcher() - Remove residual data files, anything left over from previous
|
|
104
101
|
# runs that a clean run would need to clean up
|
|
105
102
|
function cleanup_watcher {
|
|
106
|
-
sudo rm -rf $WATCHER_STATE_PATH
|
|
103
|
+
sudo rm -rf $WATCHER_STATE_PATH
|
|
107
104
|
if [[ "$WATCHER_USE_WSGI_MODE" == "uwsgi" ]]; then
|
|
108
105
|
remove_uwsgi_config "$WATCHER_UWSGI_CONF" "$WATCHER_UWSGI"
|
|
109
106
|
else
|
|
@@ -210,8 +207,8 @@ function create_watcher_conf {
|
|
|
210
207
|
|
|
211
208
|
iniset $WATCHER_CONF oslo_messaging_notifications driver "messagingv2"
|
|
212
209
|
|
|
213
|
-
|
|
214
|
-
|
|
210
|
+
configure_keystone_authtoken_middleware $WATCHER_CONF watcher
|
|
211
|
+
configure_keystone_authtoken_middleware $WATCHER_CONF watcher "watcher_clients_auth"
|
|
215
212
|
|
|
216
213
|
if is_fedora || is_suse; then
|
|
217
214
|
# watcher defaults to /usr/local/bin, but fedora and suse pip like to
|
|
@@ -248,13 +245,6 @@ function create_watcher_conf {
|
|
|
248
245
|
fi
|
|
249
246
|
}
|
|
250
247
|
|
|
251
|
-
# create_watcher_cache_dir() - Part of the init_watcher() process
|
|
252
|
-
function create_watcher_cache_dir {
|
|
253
|
-
# Create cache dir
|
|
254
|
-
sudo install -d -o $STACK_USER $WATCHER_AUTH_CACHE_DIR
|
|
255
|
-
rm -rf $WATCHER_AUTH_CACHE_DIR/*
|
|
256
|
-
}
|
|
257
|
-
|
|
258
248
|
# init_watcher() - Initialize databases, etc.
|
|
259
249
|
function init_watcher {
|
|
260
250
|
# clean up from previous (possibly aborted) runs
|
|
@@ -266,7 +256,6 @@ function init_watcher {
|
|
|
266
256
|
# Create watcher schema
|
|
267
257
|
$WATCHER_BIN_DIR/watcher-db-manage --config-file $WATCHER_CONF upgrade
|
|
268
258
|
fi
|
|
269
|
-
create_watcher_cache_dir
|
|
270
259
|
}
|
|
271
260
|
|
|
272
261
|
# install_watcherclient() - Collect source and prepare
|
|
@@ -275,6 +264,9 @@ function install_watcherclient {
|
|
|
275
264
|
git_clone_by_name "python-watcherclient"
|
|
276
265
|
setup_dev_lib "python-watcherclient"
|
|
277
266
|
fi
|
|
267
|
+
if [[ "$GLOBAL_VENV" == "True" ]]; then
|
|
268
|
+
sudo ln -sf /opt/stack/data/venv/bin/watcher /usr/local/bin
|
|
269
|
+
fi
|
|
278
270
|
}
|
|
279
271
|
|
|
280
272
|
# install_watcher() - Collect source and prepare
|