Problem Deploying To Tentacle

Hi

I am having problems deploying to a Tentacle on a different machine to the server. I can deploy fine to a Tentacle on the same machine as the Octopus server. I’m sure I have done something wrong, but the problem is Octopus is reporting that the deployment succeeded. Below is the contents of the Output display:

2011-09-29 10:21:33 INFO Deploying release ‘1.4’ of project ‘Test’ into environment 'Staging’
2011-09-29 10:21:33 INFO Downloading NuGet package Test 1.4 from feed: 'http://testip/nuget
2011-09-29 10:21:33 DEBUG Found package Test 1.4
2011-09-29 10:21:33 DEBUG Completed download of NuGet package Test 1.4
2011-09-29 10:21:33 INFO ##################################################
2011-09-29 10:21:33 INFO # STEP: 1. Test
2011-09-29 10:21:33 INFO ##################################################

How do I debug this? If I try and put the Tentacle URL into a web browser it returns a 404 (on both the Tentacle on the local machine that works and on the remote machine that doesn’t).

I know Octopus can’t see the Tentacle because if I stop the Tentacle windows service, Octopus still reports the deployment as successful.

I know Octopus can’t talk to the Tentacle

Ah, it seems to be because I didn’t have the machine I was trying to deploy to set up in the machines in the deployment step.

Probably would be good to have some feedback or not be able to select that environment if it isn’t configured.

Cheers

Hi,

I agree, Octopus should definitely make it clear that nothing will be deployed because the deployment steps aren’t wired up to any machines. I’ll implement that this weekend!

Paul