fuel-web/nailgun/nailgun/orchestrator
Ilya Kutukov 32bb68f501 DeploymentGraph and DeploymentGraphTasks models added
This models store deployment  tasks sets that is grouped under
DeploymentGraph record with unique id.

DeploymentGraph is linked via m2m to the:
- releases
- plugins
- clusters

This transitive tables containing 'type' field, that should be used as
graphs merge key in business logic.

DocImpact
Implements: blueprint custom-graph-execution
Change-Id: If53cb58e8ae4cf8fe4caa470bf207ff1683b1cda
2016-03-03 02:28:56 +03:00
..
__init__.py Create separate module orchestrator 2013-09-12 09:38:18 +00:00
base_serializers.py Move all db queries from network manager to objects 2016-02-25 09:59:01 -08:00
deployment_graph.py Fixed passing role_resolver to serialisers 2016-02-19 10:57:08 +00:00
deployment_serializers.py Data pipelines in extensions 2016-03-01 10:03:34 +00:00
graph_configuration.py Remove deployment graph config for patching 2015-10-29 19:05:30 +00:00
graph_visualization.py Allow to include skipped tasks 2015-08-13 11:40:34 +03:00
neutron_serializers.py Add neutron networking serializers for 9.0 2016-02-26 12:31:38 +02:00
nova_serializers.py Move all db queries from network manager to objects 2016-02-25 09:59:01 -08:00
plugins_serializers.py Added support 'reexecute_on' flag for task deploy 2016-03-01 13:24:16 +03:00
priority_serializers.py Fix hacking 0.10 errors in nailgun 2015-10-08 12:01:55 +02:00
provisioning_serializers.py Moved root and service user passwords to editable attributes 2016-03-01 18:44:08 +00:00
stages.py Remove LegacyRoleResolver 2016-02-18 11:19:53 +00:00
task_based_deployment.py Added support 'reexecute_on' flag for task deploy 2016-03-01 13:24:16 +03:00
tasks_serializer.py Remove LegacyRoleResolver 2016-02-18 11:19:53 +00:00
tasks_templates.py DeploymentGraph and DeploymentGraphTasks models added 2016-03-03 02:28:56 +03:00