This is the third-party plugin for Watcher for zone migration.
- Free software: Apache license
pip install git+https://github.com/nec-openstack/watcher-zone-migration-plugin.git
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