ACM System Level Dialogues
Priming The CLAMP Automation Composition Runtime Lifecycle Management uses the following system-level dialogues. These dialogues enable the CLAMP runtime capabilities described in Section 2 of TOSCA Defined Automation Compositions: Architecture and Design. Design Time dialogues will be described in future releases of the system.
- 1 1 Dialogues on Participants
- 2 2 Dialogues on Automation Composition Types
- 2.1 2.1 Commission or Update an Automation Composition Type
- 2.2 2.2 Commission an Automation Composition Type using SDC
- 2.3 2.3 Decommission an Automation Composition Type
- 2.4 2.4 Prime an Automation Composition Type on Participants
- 2.5 2.5 Deprime an Automation Composition Type on Participants
- 2.6 2.6 Get Automation Composition Types
- 3 3. Instantiation Dialogues
- 3.1 3.1 Create an Automation Composition Instance
- 3.2 3.2 Delete an Automation Composition Instance
- 3.3 3.3 Deploy Automation Composition Instance
- 3.4 3.4 Undeploy Automation Composition Instance
- 3.5 3.5 Read Automation Composition Instances
- 3.6 3.6 Unlock Automation Composition Instance
- 3.7 3.7 Lock Automation Composition Instance
- 3.8 3.8 Update Operational State on Automation Composition Instance
- 3.9 3.9 Update Usage State on Automation Composition Instance
1 Dialogues on Participants
1.1 Register a Participant
Participant Registration is performed by a Participant when it starts up. It registers its ID and the ACM Element Types it supports with the ACM runtime.
1.2 Deregister a Participant
Participant Deregistration is performed by a Participant when it shuts down. It deregisters its ID and type with the ACM runtime.
The participant should already have cleared down all its ACM Element instances and set their states to "Not In Service".
1.3 Supervise Participants
Participant Supervision is performed periodically between participants and the ACM runtime server to ensure that registered participants are available over time. Participants send a heartbeat message to the ACM runtime at a configured interval.
The heartbeat message contains updated status information for each AC Element Instance that has changed status since the last Heartbeat message sent by the participant
The ACM runtime regularly checks the heartbeat reports from participants and takes action if participants time out. If a heartbeat message is not received for a participant in the Timeout Interval, the participant is marked as timed out and its ACM element instances are informed.
1.4 Get Participant Information
The information on participants is available over a REST endpoint.
1.5 Order Full Participant Report
A user can order a full participant report. Each participant responds with a heartbeat report immediately. This preempts the normal heartbeat period reporting and refreshes the status of AC Element Instances immediately.
2 Dialogues on Automation Composition Types
Commissioning dialogues are used to commission and decommission Automation Composition Types and to set the values of Common Parameters. The values of common parameters are included in the TOSCA YAML file that defines the full Automation Composition Type.
2.1 Commission or Update an Automation Composition Type
Create on a POST and update on a PUT.
2.2 Commission an Automation Composition Type using SDC
2.3 Decommission an Automation Composition Type
2.4 Prime an Automation Composition Type on Participants
The Priming operation sends Automation Composition Types and common property values to participants for each Automation Composition Element Type in the Automation Composition Type.
A participant should respond for each Automation Composition Element Type, thus causing the full Automation Composition Type to become primed. Note that if more than one participant can support an Automation Composition Element Type the ACM Runtime uses the participant in the first response it receives for that Automation Composition Element Type.
The ACM Runtime updates the priming information in the database.
2.5 Deprime an Automation Composition Type on Participants
The Depriming operation removes Automation Composition Types and common property values on participants for each Automation Composition Element Type in the Automation Composition Type.
A participant should respond for each Automation Composition Element Type, thus causing the full Automation Composition Type to become deprimed.
The ACM Runtime updates the priming information in the database.
2.6 Get Automation Composition Types
This dialogue allows an Automation Composition Type to be read.
3. Instantiation Dialogues
Instantiation dialogues are used to create, set parameters on, instantiate, update, and remove Automation Composition instances.
3.1 Create an Automation Composition Instance
Note that this dialogue creates the Automation Composition Instance in the ACM database. The instance is sent to the participants using the process described in the dialogue in Section 3.3.
3.2 Delete an Automation Composition Instance
3.3 Deploy Automation Composition Instance
The user requests the AC Instance to be deployed using a REST endpoint. The ACM Runtime orders the AC Instance to be deployed to Participants.
Each participant deploys its AC Element Instances from the AC Instance.
The ACM Runtime receives and stores the responses.
3.4 Undeploy Automation Composition Instance
The user requests the AC Instance to be undeployed using a REST endpoint. The ACM Runtime orders the AC Instance to be undeployed.
Each participant undeploys its AC Element Instances from the AC Instance
The ACM Runtime receives and stores the responses.
3.5 Read Automation Composition Instances
3.6 Unlock Automation Composition Instance
The user requests the AC Instance to be unlocked using a REST endpoint. The ACM Runtime orders the AC Instance to be unlocked on Participants.
Each participant unlocks its AC Element Instances from the AC Instance.
The ACM Runtime receives and stores the responses.
3.7 Lock Automation Composition Instance
The user requests the AC Instance to be locked using a REST endpoint. The ACM Runtime orders the AC Instance to be locked on Participants.
Each participant locks its AC Element Instances from the AC Instance.
The ACM Runtime receives and stores the responses.