fuel-web/nailgun/nailgun/test
Dmitry Guryanov 7a83ee0cac don't merge common_attrs with node data in deployment_info
The size of deployment_info grows as n^2 depending on
nodes number. That's because common_attrs, which is
merged into each node's contains info about all nodes.

For example for 600 nodes we store about 1Gb of data in
the database. So as first step let's store common_attrs
separately in deployment_info structure inside python
code and in the database.
Also removed old test for migrations, which are not related
to actual database state.

Change-Id: I431062b3f9c8dedd407570729166072b780dc59a
Partial-Bug: #1596987
2016-08-31 17:28:11 +03:00
..
integration don't merge common_attrs with node data in deployment_info 2016-08-31 17:28:11 +03:00
performance validate pending_roles for Node 2016-04-22 17:36:57 +03:00
unit don't merge common_attrs with node data in deployment_info 2016-08-31 17:28:11 +03:00
__init__.py License information added 2013-06-25 07:49:11 +00:00
base.py Do not allow to run 2 or more tasks simultaneously 2016-08-30 14:45:56 +03:00
utils.py Add extensions API handler for cluster 2016-08-23 18:49:46 +03:00