N1 Grid Service Provisioning System 5.0 XML Schema Reference Guide

Plan-Only Steps for Simple Plans

This section describes steps that can only be used within a simple plan. Steps that are contained within a plan can reference any of the variables that are declared by that plan. The steps can also reference any of the unhidden variables and parameters of all of the enclosing plans.

<install> Step

The <install> step installs a component onto the target host. This causes the steps of the named <installSteps> element of the associated component to be executed. This step can only appear as the child of the <simpleSteps> element.

The <install> step has the following child elements:

Attributes for the <install> Step

The <install> step has one required attribute of type entityName, blockName, which is the name of the install block to execute within the target component.

<uninstall> Step

The <uninstall> step uninstalls the resources of a component that is currently installed on the target host. This causes the steps of the named <uninstallSteps> element of the associated component to be executed. This step can only appear as the child of the <simpleSteps> element.

The <uninstall> step has the following child elements:

Attributes for the <uninstall> Step

The <uninstall> step has one required attribute of type entityName, blockName, which is the name of the uninstall block to execute within the target component.