OD Variables for Packages and Packets
The table below provides a comprehensive list of variables that will be used in your Expere EZ Config Packages and Packets Octopus Deploy.
| OD Variable Name | Description |
|---|---|
| ClientParameters_ezConfig_ClientSecrets | The thumbprint for the WKFS.EZ.PackagePackets certificate |
| ClientParameters_ApiSecrets_EZConfigPackagesAndPacketsSharedSecret_SecretPlainText | The client owner uses the ...SecretPlainText value to authenticate the client with STS; that value is usually stored in the web.config or appsettings.json. |
| ClientParameters_STSAdministration_ClientSecrets | The thumbprint for the WKFS.STSv3.Administration certificate |
| ClientParameters_stsTestClient_ClientSecrets | The thumbprint for the WKFS.STSv3.Tests certificate |
| MultiSubnetFailover | Ensures faster failover and automatic connection to the active region,
reducing dependency on DNS propagation. Default = true |
| OctopusMsiTransformCategory | The transform category for all application installs |
| PKGPKTDBAppUsers | This property is the SQL Login Username used by the application to access the database. If running as a Network Service, this will be the machine account for the server hosting Packages and Packets Application and multiple machine accounts can be specified. Syntax for Single Domain/User: -AppUsers "DOMAIN\DGS-CI-SRVC" Syntax for Multiple Machine Accounts (each Machine Account must be separated using the Pipe ( | ) delimiter): -AppUsers "DOMAIN\MACHINENAME1$|DOMAIN\MACHINENAME2$" |
| PKGPKTDBDrop | Property to indicate whether to drop the database prior to installing the new database. true-will drop the database null/false – (default) will not drop the database |
| PKGPKTDBName | Property that defines the name of the database. Note: This value needs to also be specified in the Transform file for the application installation. |
| PKGPKTDBServer | This property is the name of the SQL Server Name that will host the Packages and Packets Database. NOTE: Must include Instance name in the value if applicable. |
| PKGPKTTransformVar | The transform file for Packages and Packets application install |