Skip to content

Commit 1427156

Browse files
committed
Added csdef/cscfg updates for new config setting
1 parent eddfe83 commit 1427156

9 files changed

+9
-0
lines changed

AzureWebFarm.OctopusDeploy.Example/ServiceConfiguration.Cloud.cscfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<Setting name="OctopusApiKey" value="API-OCTOPUSAPIKEY" />
1414
<Setting name="TentacleEnvironment" value="ENVIRONMENT" />
1515
<Setting name="TentacleRole" value="ROLE" />
16+
<Setting name="TentacleMachineNameSuffix" value="" />
1617
</ConfigurationSettings>
1718
<Certificates>
1819
<Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="5BFCF449A37F73EF3875A1682BE5AE5CCB1B553F" thumbprintAlgorithm="sha1" />

AzureWebFarm.OctopusDeploy.Example/ServiceConfiguration.Local.cscfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<Setting name="OctopusApiKey" value="API-OCTOPUSAPIKEY" />
1414
<Setting name="TentacleEnvironment" value="ENVIRONMENT" />
1515
<Setting name="TentacleRole" value="ROLE" />
16+
<Setting name="TentacleMachineNameSuffix" value="" />
1617
</ConfigurationSettings>
1718
<Certificates>
1819
<Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="5BFCF449A37F73EF3875A1682BE5AE5CCB1B553F" thumbprintAlgorithm="sha1" />

AzureWebFarm.OctopusDeploy.Example/ServiceDefinition.csdef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<Setting name="OctopusApiKey" />
4242
<Setting name="TentacleEnvironment" />
4343
<Setting name="TentacleRole" />
44+
<Setting name="TentacleMachineNameSuffix" />
4445
</ConfigurationSettings>
4546
</WebRole>
4647
</ServiceDefinition>

AzureWebFarm.OctopusDeploy.Tests/Tools/ExampleFiles/ServiceConfiguration.transformed.cscfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<Setting name="OctopusApiKey" value="API-CZYCNXCPAMBWFMDUTPUQUC0O2ZY" />
1313
<Setting name="TentacleEnvironment" value="Production" />
1414
<Setting name="TentacleRole" value="webserver" />
15+
<Setting name="TentacleMachineNameSuffix" value="" />
1516
</ConfigurationSettings>
1617
<Certificates>
1718
<Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="5BFCF449A37F73EF3875A1682BE5AE5CCB1B553F" thumbprintAlgorithm="sha1" />

AzureWebFarm.OctopusDeploy.Tests/Tools/ExampleFiles/ServiceDefinition.transformed.csdef

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<Setting name="OctopusApiKey" />
4141
<Setting name="TentacleEnvironment" />
4242
<Setting name="TentacleRole" />
43+
<Setting name="TentacleMachineNameSuffix" />
4344
</ConfigurationSettings>
4445
</WebRole>
4546
</ServiceDefinition>

AzureWebFarm.OctopusDeploy.Tests/Tools/XdtTests.WhenExecutingServiceConfigurationTransform_ThenCorrectlyTransformExampleFile.approved.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<Setting name="OctopusApiKey" value="API-CZYCNXCPAMBWFMDUTPUQUC0O2ZY" />
1313
<Setting name="TentacleEnvironment" value="Production" />
1414
<Setting name="TentacleRole" value="webserver" />
15+
<Setting name="TentacleMachineNameSuffix" value="" />
1516
</ConfigurationSettings>
1617
<Certificates>
1718
<Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="5BFCF449A37F73EF3875A1682BE5AE5CCB1B553F" thumbprintAlgorithm="sha1" />

AzureWebFarm.OctopusDeploy.Tests/Tools/XdtTests.WhenExecutingServiceDefinitionTransform_ThenCorrectlyTransformExampleFile.approved.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<Setting name="OctopusApiKey" />
4141
<Setting name="TentacleEnvironment" />
4242
<Setting name="TentacleRole" />
43+
<Setting name="TentacleMachineNameSuffix" />
4344
</ConfigurationSettings>
4445
</WebRole>
4546
</ServiceDefinition>

AzureWebFarm.OctopusDeploy/Tools/ServiceConfiguration.cscfg.xdt.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<x:Setting name="OctopusApiKey" value="API-OCTOPUSAPIKEY" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
77
<x:Setting name="TentacleEnvironment" value="ENVIRONMENT" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
88
<x:Setting name="TentacleRole" value="ROLE" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
9+
<x:Setting name="TentacleMachineNameSuffix" value="" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
910
</x:ConfigurationSettings>
1011
</x:Role>
1112
</x:ServiceConfiguration>

AzureWebFarm.OctopusDeploy/Tools/ServiceDefinition.csdef.xdt.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<x:Setting name="OctopusApiKey" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
3131
<x:Setting name="TentacleEnvironment" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
3232
<x:Setting name="TentacleRole" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
33+
<x:Setting name="TentacleMachineNameSuffix" xdt:Transform="InsertIfMissing" xdt:Locator="Match(name)" />
3334
</x:ConfigurationSettings>
3435
</x:WebRole>
3536
</x:ServiceDefinition>

0 commit comments

Comments
 (0)