heat/heat/engine
Rakesh H S 5189bbebab Convergence prepare traversal
Generates the graph for traversal in convergence.

* Updates current traversal for the stack
* Deletes any sync_point entries of previous traversal
* Generates the graph for traversal based on
  - resources loaded from db for the stack
  - resources that exist in present template
* Stores resource.current_template_id and resource.requires
* Stores the edges of graph in stack.current_deps
* Creates sync_points for each node in graph
* Creates sync_point for stack.

blueprint convergence-prepare-traversal

Change-Id: I507e67b39c820ed46d3b269fc76d6cf18d0ef2d7
2015-05-03 17:44:04 +05:30
..
cfn Support to generate hot template based on resource type 2015-04-28 16:14:52 +08:00
clients Use ipv4 address for connectivity in lb integration test 2015-04-30 16:42:15 +05:30
hot Update the rest of the code to satisfy flake8 in a py34 env 2015-04-24 11:53:43 +05:30
notification Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
resources Enable SecurityGroups property for AWS LB resource 2015-04-30 09:01:26 -04:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00
attributes.py Support to generate hot template based on resource type 2015-04-28 16:14:52 +08:00
constraints.py Use six.itervalues(x) instead of x.values() 2015-04-21 09:05:49 +03:00
dependencies.py Convergence prepare traversal 2015-05-03 17:44:04 +05:30
environment.py Use six.moves.map/filter/zip 2015-04-24 11:52:39 +05:30
event.py Versioned objects - Event 2015-03-16 09:26:41 +00:00
function.py Use six.text_type and six.reraise 2015-04-24 11:53:43 +05:30
iso_8601.py Move resource inheritance class to engine/resources 2015-03-10 18:07:46 +08:00
lifecycle_plugin.py Fix file mode, remove executable bit. 2014-09-10 17:17:44 +08:00
nova_utils.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00
parameter_groups.py Move logging to use oslo_log library 2015-02-17 09:23:34 +00:00
parameters.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00
parser.py Show deprecated warnings when import parser 2015-04-14 17:49:15 +08:00
plugin_manager.py Use six.moves.map/filter/zip 2015-04-24 11:52:39 +05:30
properties.py Support to generate hot template based on resource type 2015-04-28 16:14:52 +08:00
resource.py Convergence prepare traversal 2015-05-03 17:44:04 +05:30
rsrc_defn.py Update the rest of the code to satisfy flake8 in a py34 env 2015-04-24 11:53:43 +05:30
scheduler.py Update the rest of the code to satisfy flake8 in a py34 env 2015-04-24 11:53:43 +05:30
service.py Convergence prepare traversal 2015-05-03 17:44:04 +05:30
service_software_config.py Fixes SoftwareConfigService to use Resource object 2015-03-18 18:20:00 +05:30
service_stack_watch.py Use six.itervalues(x) instead of x.values() 2015-04-21 09:05:49 +03:00
stack.py Convergence prepare traversal 2015-05-03 17:44:04 +05:30
stack_lock.py Pass stack id to init stacklock 2015-04-21 13:40:47 +08:00
support.py Add version to support_status where it omitted 2015-04-10 13:44:24 +03:00
sync_point.py Convergence prepare traversal 2015-05-03 17:44:04 +05:30
template.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00
timestamp.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00
update.py Fix stack update issue 2015-04-02 23:40:17 +08:00
volume_tasks.py Remove str() before exc to make sure lazy translation work 2015-03-05 13:23:19 +08:00
watchrule.py Versioned object - WatchRule and WatchData 2015-03-18 14:40:19 +08:00
worker.py Convergence message bus 2015-02-23 12:29:53 +05:30