You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

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 Dialogues on Participants

1.1 Participant Registration

Participant Registration is performed by a Participant when it starts up. It registers its ID and type with the ACM runtime. Participant Participant ACM_Runtime ACM_RuntimeACM_Database ACM_Database Register Create or Update Participant Registration Registration Accepted loop[over all Automation Composition Types] alt[This Automation Composition Type has the Participant Type of this Participant] Trigger Priming of this Automation Composition Type

1.2 Participant Deregistration

Participant Registration is performed by a Participant when it shuts down. It deregisters its ID and type with the ACM runtime. The ACM runtime reprimes any Automation Composition Types that use the participant type of the removed participant because the participants available to the Automation Composition Type  have changed. It also triggers supervision of any AC instances using this particular participant so that the instance can be moved to another participant or can be marked as errored. Participant Participant ACM_Runtime ACM_RuntimeACM_Database ACM_Database Deregister Delete Participant Registration Deregistration Accepted loop[over all Automation Composition Type Definitions] alt[This Automation Composition Type has the Participant Type of this Participant] Trigger Priming of this Automation Composition Type loop[over all Automation Composition Instances] alt[This Automation Composition Instance uses this Participant] Trigger supervision of this Automation Composition Instance

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 Commissioning an Automation Composition Type

REST REST ACM_Runtime ACM_RuntimeACM_Database ACM_Database Commission Automation Composition Type alt[Automation Composition Type exists and has Instances] Automation Composition Type Commissioning Failed Create and Store Automation Composition Type Automation Composition Type Commissioned Trigger Priming of Automation Composition Type

2.2 Commissioning an Automation Composition Type using SDC

SDC SDC Policy_Distribution Policy_Distribution ACM_Runtime ACM_Runtime [DMaaP] CSAR containing Automation Composition Type Definition Commission Automation Composition Type(See Commissioning Sequence Diagram) Result of Commissioning [DMaaP] Return result of Deployment

2.3 Decommissioning an Automation Composition Type Definition

REST REST ACM_Runtime ACM_RuntimeACM_Database ACM_Database Decommission Automation Composition Type alt[Automation Composition Type has Instances] Automation Composition Type Decommissioning Failed Automation Composition Type Definition Decommissioning Ordered Trigger Depriming of Automation Composition Type Definition Delete Automation Composition Type

2.4 Priming an Automation Composition Type Definition on Participants

The Priming operation sends Automation Composition Types and common property values to participants.
ACM_Runtime ACM_Runtime Participant ParticipantACM_Database ACM_Database Participants Participants REST REST Read all Automation Composition Definitions alt[Automation Composition Definition not Primed on Participants] Read Automation Composition Definition Read Common Parameter Values for Automation Composition Definition alt[Common Parameter values set for Automation Composition Definition] [DMaaP] Update Participants with Automation Composition Definition and values for Common Parameters [REST] Automation Composition Definition priming ordered on participants [Automation Composition Definition already primed on Participants] [REST] Common Parameters not seton Automation Composition Definition [Automation Composition Definition already primed on Participants] [REST] Cannot set Common Parameters onAutomation Composition Definition that hasbeen primed on participants Participant Responses [DMaaP] Result of Update with Automation Composition Definition and values for Common Parameters Store result of Automation Composition Definition Update on Participant Supervision loop[forever] Read Automation Composition Definitions loop[over each Automation Composition Definition] alt[Automation Composition Definition Participant priming underway] read result of Automation Composition Definition Updates from participants alt[Updates completed on all participants] set Automation Composition Definition as primed on Participants [Updates not completed] alt[Priming of Automation Composition Definition on participants timed out] set Automation Composition Definition priming as timed out on Participants Log error [Wait for updates to complete] [Automation Composition Definition Participant priming not underway]

2.5 De-Prime an Automation Composition Type Definition on Participants

This dialogue allows an Automation Composition Type Definition to be de-primed so that it can be deleted or its common parameter values can be altered.


PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 6) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimeparticipant Participantdatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read Automation Composition Type DefinitionsSyntax Error?

2.6 Decommissioning an Automation Composition Type Definition in CLAMP

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimedatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read Automation Composition Type DefinitionsSyntax Error?

2.7 Reading Commissioned Automation Composition Type Definitions

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimedatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read Automation Composition Type DefinitionsSyntax Error?

3. Instantiation Dialogues

Instantiation dialogues are used to create, set parameters on, instantiate, update, and remove Automation Composition instances.

Assume a suitable Automation Composition Definition exists in the Commissioned Automation Composition Inventory. To get an Automation Composition instance running one would, for example, execute dialogues 2.1, 2.3, and 2.4.

3.1 Creating an Automation Composition Instance

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimedatabase ACM_Database database ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read Automation Composition Type Definit ...Syntax Error?

Note that this dialogue creates the Automation Composition Instance in the Instantiated Automation Composition Inventory. The instance is sent to the participants using the process described in the dialogue in Section 2.3.

3.2 Updating Instance Specific Parameters on an Automation Composition Instance

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimedatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read Automation Composition InstancesSyntax Error?

3.3 Updating an Automation Composition Instance with a Configuration on Participants

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 6) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimeparticipant Participantdatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read all configuration versions of Automation Composition Inst ...Syntax Error?

3.4 Changing the state of an Automation Composition Instance on Participants

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 6) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimeparticipant Participantdatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read all Instantiated Automation Composition InstancesSyntax Error?

3.5 De-instantiating an Automation Composition Instance from Participants

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 6) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimeparticipant Participantdatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read all Instantiated Automation Composition InstancesSyntax Error?

3.6 Deleting an Automation Composition Instance

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimedatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read all Automation Composition InstancesSyntax Error?

3.7 Reading Automation Composition Instances

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimedatabase ACM_Database  CLAMP_GUI -> CLAMP_Runtime: [REST] Read all Automation Composition InstancesSyntax Error?

3. Monitoring Dialogues

Monitoring dialogues are used to monitor and read statistics on Automation Composition Instances.

3.1 Reporting of Monitoring Information and Statistics by Participants

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_Runtimeparticipant Participantdatabase ACM_Database  Participant -> CLAMP_Runtime: [DMaaP] Participant and Automation Composition Element Monitoring a ...Syntax Error?

3.2 Viewing of Monitoring Information

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimedatabase ACM_Database  == Overview of all Automation Composition Instances ==Syntax Error?

3.2 Viewing of Statistics

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 5) ] @startumlparticipant CLAMP_GUIparticipant CLAMP_Runtimedatabase ACM_Database  == Statistics of all Automation Composition Instances ==Syntax Error?

3.3 Statistics Housekeeping

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 4) ] @startumlparticipant CLAMP_Runtimedatabase ACM_Database  == Automation Composition Instance Statistics ==Syntax Error?

4. Supervision Dialogues

Supervision dialogues are used to check the state of Automation Composition Instances and Participants.

4.1 Supervise Participants

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 4) ] @startumlparticipant CLAMP_Runtimedatabase ACM_Database  loop foreverSyntax Error?

4.2 Supervise Automation Compositions

PlantUML 1.2023.12 <b>This version of PlantUML is 301 days old, so you should<b>consider upgrading from https://plantuml.com/download [From string (line 4) ] @startumlparticipant CLAMP_Runtimedatabase ACM_Database  loop foreverSyntax Error?

  • No labels