RETIRED, Cluster upgrade extension for Fuel
Go to file
Alexander Kislitsky 6b5b5b8ad7 Performance of network manager operation improve
We have extra SQLs generated in the NetworkManager when passing
node_id instead already loaded SQLAlchemy node object.

Additional changes:
- Bulk insert used in IPs assiging process.
- zip changed on six.moves.zip in the NetworkManager.
- Removed unused function get_admin_ips_for_interfaces from NetworkManager.

Co-Authored-By: Dmitry Guryanov <dguryanov@mirantis.com>

Partial-Bug: #1498365
Change-Id: I0518a5879c775d568de5652dbdd856a0cede80ce
2016-07-13 14:03:45 +03:00
cluster_upgrade Performance of network manager operation improve 2016-07-13 14:03:45 +03:00
.coveragerc Initial commit 2016-07-07 19:26:42 +03:00
.gitignore Setup unit tests 2016-07-13 14:02:49 +03:00
.gitreview Initial commit 2016-07-07 19:26:42 +03:00
AUTHORS Initial commit 2016-07-07 19:26:42 +03:00
LICENSE Initial commit 2016-07-07 19:26:42 +03:00
MANIFEST.in Initial commit 2016-07-07 19:26:42 +03:00
conftest.py Setup unit tests 2016-07-13 14:02:49 +03:00
nailgun-test-settings.yaml Setup unit tests 2016-07-13 14:02:49 +03:00
requirements.txt Initial commit 2016-07-07 19:26:42 +03:00
setup.cfg Setup unit tests 2016-07-13 14:02:49 +03:00
setup.py Initial commit 2016-07-07 19:26:42 +03:00
test-requirements.txt Setup unit tests 2016-07-13 14:02:49 +03:00
tox.ini Setup unit tests 2016-07-13 14:02:49 +03:00