Example CDT Configuration File
These are basic examples of the primary configuration file CentralDeploymentTool.xml
:
For the CDT Basic Mode:
<?xml version="1.0" encoding="UTF-8" ?>
<CentralDeploymentTool>
<PackageToInstall Path="/home/admin/toInstall.tgz" ConnectivityUpgrade="true"/>
<Logging FileLevel="DEBUG" ScreenLevel="NORMAL" SyslogLevel="DEBUG" Colors="false"/>
<CPUSE RPMPath="/home/admin/CPda-00-00.i386.rpm" />
<Batch MaxMachinesCount="UNLIMITED" />
<PreInstallationScript Path="/home/admin/PreScript.sh" IsBlocking="true"/>
<PostInstallationScript Path="/home/admin/PostScript.sh" IsBlocking="true"/>
<MailNotification SendTo="aa@xyz.com"/>
</CentralDeploymentTool>
|
For the CDT Advanced Mode:
<?xml version="1.0" encoding="UTF-8"?>
<CentralDeploymentTool>
<Logging FileLevel="DEBUG" ScreenLevel="NORMAL" SyslogLevel="NONE" Colors="false"/>
<CPUSE RPMPath="/home/admin/CPda-00-00.i386.rpm"/>
<Batch MaxMachinesCount="UNLIMITED" LatestAllowedDate="31/12/2099" LatestAllowedTime="23:59"/>
<MailNotification SendTo="aa@xyz.com"/>
</CentralDeploymentTool>
|
For the CDT RMA Mode:
<?xml version="1.0" encoding="UTF-8"?>
<CentralDeploymentTool>
<Logging FileLevel="DEBUG" ScreenLevel="NORMAL" SyslogLevel="NONE" Colors="false"/>
<CPUSE RPMPath="/home/admin/CPda-00-00.i386.rpm"/>
<MailNotification SendTo="aa@xyz.com"/>
<Repository path="/home/admin/"/>
</CentralDeploymentTool>
|