Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.03 KB

README.rst

File metadata and controls

40 lines (25 loc) · 1.03 KB

zone_migration

This is the third-party plugin for Watcher for zone migration.

  • Free software: Apache license

Install

pip install git+https://github.com/nec-openstack/watcher-zone-migration-plugin.git

Configuration

You have to add configuration as the following to /etc/watcher/watcher.conf:

[watcher_planners.default]
weights = my_message: 0, nop: 0, sleep: 0, live_migration: 0, cold_migration: 0,volume_migration: 0, volume_update: 0, volume_retype: 0

[watcher_applier]
workflow_engine = parallel

You can add configuration as the following to /etc/watcher/watcher.conf:

[zone_migration]
# Number of retries migrate state changes to see, default value is 120
retry = 120
# seconds of retry interval migrate state changes to see, default value is 5
retry_interval = 5