OD Variables for EZ Service

The table below provides a comprehensive list of variables that will be used in your EZ Service Octopus Deploy.

OD Variable Name Description Notes
ClientParameters_STSAdministration_ClientSecrets The thumbprint for the WKFS.STSv3.Administration certificate
ClientParameters_stsTestClient_ClientSecrets The thumbprint for the WKFS.STSv3.Tests certificate
EzConfigServiceSTSHost The server hostname that hosts STS. For example: labw6419avm091.wkmnlab.net Without the https protocol.
EzConfigServiceClientId The client id created in STS Account
EzConfigServiceClientScopes The scopes for the provided Client Id, most likely should be… wk-ezcfg-def-data-su wk-ezcfg-pkg-pkt-su wk-dgs-core-su
EzConfigServiceClientSecret The base64 encoded client certificate
EzConfigServiceDgsHostName The database server hostname that hosts the DGS database
EzConfigServiceHealtCheckUrl The health check URL for the Repost service, defaults to… http://localhost:30948 The default value should never be changed, so its best to avoid using the variable
EzConfigServiceRepostsQueueName The name of the Rabbit queue for the repost service, defaults to reposts This variable was previously named EzConfigServiceQueueName
EZConfigServiceConversionsQueueName The name of the Rabbit queue for the conversion service; defaults to conversions
EzConfigServiceAccountsQueueName The name of the Rabbit queue for the account service; defaults to account.
EzConfigServiceRabbitMQHost The hostname of the Rabbit server, defaults to localhost
EzConfigServiceDependOnRabbitMQLocalService If the installation requires RabbitMQ on localhost. Defaults to True.
EZGatewayTransformVar The transform file for EZGateway application install
OctopusMsiTransformCategory The transform category for all application installs (except Docviewer)
EzConfigServiceCopiesQueueName Optional. This property is used to specify which RabbitMQ queue to use between Default Data and EZ Service when users are creating copies. By default this message is set to Copies. This setting should be identical between Default Data and EZ Service.
EzConfigServiceLogOnAsUserName This property is used to set the User Name for the Log on As User.
EzConfigServiceLogOnAsUserPassword This property is used to set the password for the Log on As User.
EzConfigServiceDefaultDataQueueName This property is used to set the audit queue name for Default Data. By default this property is set to "defaultDataAudits".
EzConfigServicePackagesAndPacketsQueueName This property is used to set the audit queue name for Packages and Packets. By default this property is set to "packagesAndPacketsAudits".
EzConfigServiceDefaultDataSqlConnectionString

This property is used to set the SQL Connection String for EZ Config Services to EZ Config Default Data.

Example values: "Server={server name};Database={DefaultDataDb name};Integrated Security=True;TrustServerCertificate=True;Encrypt=True"

If not using integrated security = "True", use DB Username and Password in the connections string.
EzConfigServicePkgPktSqlConnectionString

This property is used to set the SQL Connection String for EZ Config Services to EZ Config Packages and Packets.

Example values: "Server={server name};Database={PackagesandPacketsDb name};Integrated Security=True;TrustServerCertificate=True;Encrypt=True"

If not using integrated security = "True", use DB Username and Password in the connections string.
EzConfigServiceCompliEditorSqlConnectionString

This property is used to set the SQL Connection String for EZ Config Services to EZ Config CompliEditor.

Example values: "Server={server name};Database={CompliEditorDb name};Integrated Security=True;TrustServerCertificate=True;Encrypt=True"

If not using integrated security = "True", use DB Username and Password in the connections string.