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

nec-openstack/watcher-zone-migration-plugin

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages