Bug 1042250 - [RFE][heat]: Signaling and Coordination
Summary: [RFE][heat]: Signaling and Coordination
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/heat...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 21:31 UTC by RHOS Integration
Modified: 2015-03-19 17:27 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:27:32 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 21:31:08 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/signaling-coordination.

Description:

Overview

Provide an API or signaling mechanism that will allow resources(instances) to share information between themselves (ex. usernames, passwords). The goal is to have a simple, declarative way of expressing dependencies in HOT templates (as opposed to having explicit WaitCondition/WaitHandle pairs as in current cfn templates) and have the Heat engine do respective orchestration at runtime.
For example, by simply defining a depends_on relation in a HOT template, appropriate signaling should be performed at runtime so that a component A that depends on another component B is processed after component B has been configured.

What is missing/what are we trying to solve:
Currently in Heat there is a gap in configuring complex and larger software systems.  For example sharing a username, password, or database dynamically at deploy time does not exist in Heat right now.  It is possible to accomplish this with cfn signaling but it is messy and complex.  We wish to simply this.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.