murano/meta/io.murano/Classes/resources
Serg Melikyan 4da6c43dd2 Fix stack inconsistency after app deletion
To expose IP addresses of Instance in MuranoPL we place new entry to
outputs section in Heat template that reference corresponding
OS::Nova::Server resource. During clean-up stage, if some application
was deleted from environment, we remove corresponding OS::Nova::Server
resource, but reference in outputs section stays.

Stack with reference to resource that is not present in template is
invalid - environment deployment fails.

This change add code that removes references to OS::Nova::Server when
corresponding Instance is deleted.

Attention: this change fix issue that can break murano-ci gate

Closes-bug: #1339630
Co-Authored-By: Stan Lagun <slagun@mirantis.com>
Change-Id: I74d32034969dd7f554d74fac87f407388e52dd7e
2014-07-11 16:13:11 +04:00
..
Instance.yaml Fix stack inconsistency after app deletion 2014-07-11 16:13:11 +04:00
LinuxInstance.yaml Renames 'Workflow' to 'Methods' 2014-06-09 14:54:48 +04:00
LinuxMuranoInstance.yaml Renames 'Workflow' to 'Methods' 2014-06-09 14:54:48 +04:00
LinuxUDInstance.yaml Renames 'Workflow' to 'Methods' 2014-06-09 14:54:48 +04:00
Network.yaml Renames 'Workflow' to 'Methods' 2014-06-09 14:54:48 +04:00
NeutronNetwork.yaml Introduce a SharedIp object for Clustering 2014-06-10 09:19:17 +00:00
WindowsInstance.yaml Introduce a SharedIp object for Clustering 2014-06-10 09:19:17 +00:00