Print Download PDF Send Feedback

Previous

Next

Deployment Plan

In This Section:

Plan Settings

Supported Actions

Example Deployment Plan Files

In the CDT Advanced Mode, you can define a sequence of actions for remote Security Gateways.

Structure of the XML file for a Deployment Plan:

<?xml version="1.0" encoding="UTF-8"?>

<CDT_Deployment_Plan>

<plan_settings>

<name value="YOUR NAME" />

<description value="YOUR DESCRIPTION" />

<update_cpuse value="true" />

<connectivityupgrade value="true" />

</plan_settings>

 

<!-- YOUR COMMENT FOR THIS ACTION -->

<ACTION ATTRIBUTE="VALUE" />

 

<!-- YOUR COMMENT FOR THIS ACTION -->

<ACTION ATTRIBUTE="VALUE" />

 

...

 

</CDT_Deployment_Plan>

Plan Settings

The <plan_settings> section in a Deployment Plan file contains:

Attribute

Default value

Description

name

None

Holds the name of the Deployment Plan.

description

None

Holds the description of the Deployment Plan.

update_cpuse

true

Defines whether to update the CPUSE Agent on a remote Security Gateway before CDT performs other actions.

connectivityupgrade

true

Defines whether to perform a Connectivity Upgrade when you upgrade a cluster.