Octopus Deploy Variable Information for Default Data

The table below provides a comprehensive list of variables that will be used in your Expere EZ Config Default Data Octopus Deploy.

OD Variable Name Description
ClientParameters_ezDefaultDataClient_ClientSecrets The thumbprint for the WKFS.EZ.DefaultData certificate
ClientParameters_ApiSecrets_EZConfigDefaultDataSharedSecret_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
DefaultDataDBAppUsers 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 Default Data 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$"
DefaultDataDBDebug This property controls whether or not debug information is provided during script processing. true = displays debug information during script processing. null/false = (default) debug information does not display during script processing.
DefaultDataDBDrop 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
DefaultDataDBLogin Property to define the SQL user that the script will use to connect to SQL Server when installing the Default Data DB. If using Windows Authentication, this parameter should not be included.
DefaultDataDBName Property that defines the name of the database. Note: This value needs to also be specified in the Transform file for the application installation.
DefaultDataDBPassword Property to define the password for SQL user that the script will use to connect to SQL Server when installing the Default Data DB. If using Windows Authentication, this parameter should not be included.
DefaultDataDBServer This property is the name of the SQL Server Name that will host the Default Data Database. NOTE: Must include Instance name in the value if applicable.
DefaultDataTransformVar The transform file for Default Data application install
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 (except Docviewer)