What's on this page

Intent Engine

Create Assembly

Create Assembly

Description

Requests the creation of an Assembly with the given descriptor and initial state. The step then waits for the process to complete successfully.

Passes when:

Fails when:

Properties

PropertyDescription
assemblyNameThe chosen name of the Assembly to be created
descriptorNamename of the Assembly Descriptor to create an instance from
initialStatethe state to create the Assembly in: Installed, Inactive or Active

Create Assembly with properties

Create Assembly with properties

Description

Requests the creation of an Assembly with the given descriptor and initial state. The step then waits for the process to complete successfully. This step includes a parameter to set the property values from the descriptor this instance is being created from.

Passes when:

Fails when:

Properties

PropertyDescription
assemblyNameThe chosen name of the Assembly to be created
descriptorNameName of the Assembly Descriptor to create an instance from
initialStateThe state to create the Assembly in: Installed, Inactive or Active
assemblyPropertiesProperties to use in the creation of the Assembly instance

Uninstall Assembly

Uninstall Assembly

Description

Requests the uninstall of a given Assembly. The step then waits for the process to complete successfully.

Passes when:

Fails when:

Properties

PropertyDescription
assemblyNameThe name of the Assembly to uninstall. This Assembly may have been created by the scenario or existed previously. If using an “Existing Provided” assembly configuration then you may use the reference name you chose when adding it to the scenario

Change Assembly State

Change Assembly State

Description

Requests to start a process to change the state of a given Assembly. The step then waits for the process to complete successfully.

Passes when:

Fails when:

Properties

PropertyDescription
assemblyNameThe name of the Assembly to change state. This Assembly may have been created by the scenario or existed previously. If using an “Existing Provided” assembly configuration then you may use the reference name you chose when adding it to the scenario
newStateThe target state of the Assembly

Scale Out Cluster

Scale Out Cluster

Description

Requests to start a process to scale out a cluster belonging to the given Assembly. The step then waits for the process to complete successfully.

Passes when:

Fails when:

Properties

PropertyDescription
clusterNameName of the Cluster instance in the Assembly to scale
assemblyNameThe name of the Assembly instance. This Assembly may have been created by the scenario or existed previously. If using an “Existing Provided” assembly configuration then you may use the reference name you chose when adding it to the scenario

Scale In Cluster

Scale In Cluster

Description

Requests to start a process to scale in a cluster belonging to the given Assembly. The step then waits for the process to complete successfully.

Passes when:

Fails when:

Properties

PropertyDescription
clusterNameName of the Cluster instance in the Assembly to scale
assemblyNameThe name of the Assembly instance. This Assembly may have been created by the scenario or existed previously. If using an “Existing Provided” assembly configuration then you may use the reference name you chose when adding it to the scenario

Heal Resource

Heal Resource

Description

Requests to start a process to heal a Resource belonging to the given Assembly. The step then waits for the process to complete successfully.

Passes when:

Fails when:

Properties

PropertyDescription
brokenComponentNameName of the Component instance in the Assembly to heal
assemblyNameThe name of the Assembly instance. This Assembly may have been created by the scenario or existed previously. If using an “Existing Provided” assembly configuration then you may use the reference name you chose when adding it to the scenario

Upgrade Assembly

Upgrade Assembly

Description

Requests to start a process to upgrade the given Assembly. The step then waits for the process to complete successfully. You may upgrade the descriptor and/or property values.

Passes when:

Fails when:

Properties

PropertyDescription
assemblyNameThe name of the Assembly instance to be upgraded. This Assembly may have been created by the scenario or existed previously. If using an “Existing Provided” assembly configuration then you may use the reference name you chose when adding it to the scenario
descriptorNameName of the Assembly Descriptor to upgrade to (set to the existing descriptor name to only make property updates)
propertiesProperties to use in the upgrade of the Assembly instance

Upgrade Assembly Descriptor

Upgrade Assembly Descriptor

Description

Requests to start a process to upgrade the given Assembly to a new descriptor. The step then waits for the process to complete successfully.

Passes when:

Fails when:

Properties

PropertyDescription
assemblyNameThe name of the Assembly instance to be upgraded. This Assembly may have been created by the scenario or existed previously. If using an “Existing Provided” assembly configuration then you may use the reference name you chose when adding it to the scenario
descriptorNameName of the Assembly Descriptor to upgrade to