fuel-nailgun-extension-clus.../cluster_upgrade/tests
Artem Roma a72d2f6862 Add handler for copying of VIPs
New handler triggers copying of VIPs from given original cluster to new
one. The reason for separation of this action from copying of network
configuration is that accordion to [1] copying of existing VIPs/allocation
of new ones will not take effect for new cluster unless it has assigned
nodes. Thus in context of cluster upgrade procedure VIP transfer must be
done after node reassignment, and as long as nodes are being operated on
one by one it would be not efficient to call VIP copying method after
each such reassignment.

Tests updated accordingly.

[1]: https://review.openstack.org/#/c/284841/

Change-Id: I33670e8f2561be6fe18cec75bfc7ecc056ae2f6b
Closes-Bug: #1552744
2016-07-13 14:03:45 +03:00
..
__init__.py Introduce extension to upgrade clusters 2016-07-13 14:03:45 +03:00
base.py Add handler for copying of VIPs 2016-07-13 14:03:45 +03:00
test_db_migrations.py Introduce extension to upgrade clusters 2016-07-13 14:03:45 +03:00
test_extension.py Introduce extension to upgrade clusters 2016-07-13 14:03:45 +03:00
test_handlers.py Add handler for copying of VIPs 2016-07-13 14:03:45 +03:00
test_objects.py Introduce extension to upgrade clusters 2016-07-13 14:03:45 +03:00
test_upgrade.py Add handler for copying of VIPs 2016-07-13 14:03:45 +03:00
test_validators.py Add handler for copying of VIPs 2016-07-13 14:03:45 +03:00