cloudfoundry / cf-deployment-concourse-tasks

Apache License 2.0
23 stars 76 forks source link

Cf deployment error #60

Closed sahnnu closed 6 years ago

sahnnu commented 6 years ago

Using BOSH-Lite on UBUNtu 16.04 LTS the below commands throws error

bosh -e vbox -d cf deploy ~/workspace/cf-deployment/cf-deployment.yml \

-o ~/workspace/cf-deployment/operations/bosh-lite.yml \ --vars-store ~/deployments/vbox/deployment-vars.yml \ -v system_domain=bosh-lite.com \ -o ~/workspace/cf-deployment/operations/experimental/enable-instance-identity-credentials.yml \ -o ~/workspace/cf-deployment/operations/experimental/trust-route-ca.yml \ -o ~/workspace/cf-deployment/operations/use-compiled-releases.yml Using environment '192.168.50.6' as client 'admin'

Using deployment 'cf'

Task 13 Task 17 Task 14 Task 16 Task 15 Task 14 | 17:25:43 | Downloading remote release: Downloading remote release Task 13 | 17:25:43 | Downloading remote release: Downloading remote release Task 15 | 17:25:43 | Downloading remote release: Downloading remote release Task 13 | 17:26:23 | Downloading remote release: Downloading remote release (00:00:40) L Error: Downloading remote release failed. Check task debug log for details. Task 13 | 17:26:23 | Error: Downloading remote release failed. Check task debug log for details.

Task 13 Started Fri Mar 30 17:25:43 UTC 2018 Task 13 Finished Fri Mar 30 17:26:23 UTC 2018 Task 13 Duration 00:00:40 Task 13 error

Task 17 | 17:26:23 | Downloading remote release: Downloading remote release Task 15 | 17:26:23 | Downloading remote release: Downloading remote release (00:00:40) L Error: Downloading remote release failed. Check task debug log for details. Task 15 | 17:26:23 | Error: Downloading remote release failed. Check task debug log for details.

Task 15 Started Fri Mar 30 17:25:43 UTC 2018 Task 15 Finished Fri Mar 30 17:26:23 UTC 2018 Task 15 Duration 00:00:40 Task 15 error

Task 16 | 17:26:23 | Downloading remote release: Downloading remote release Task 14 | 17:26:23 | Downloading remote release: Downloading remote release (00:00:40) L Error: Downloading remote release failed. Check task debug log for details. Task 14 | 17:26:23 | Error: Downloading remote release failed. Check task debug log for details.

Task 14 Started Fri Mar 30 17:25:43 UTC 2018 Task 14 Finished Fri Mar 30 17:26:23 UTC 2018 Task 14 Duration 00:00:40 Task 14 error

Task 17 | 17:27:03 | Downloading remote release: Downloading remote release (00:00:40) L Error: Downloading remote release failed. Check task debug log for details. Task 17 | 17:27:03 | Error: Downloading remote release failed. Check task debug log for details.

Task 17 Started Fri Mar 30 17:26:23 UTC 2018 Task 17 Finished Fri Mar 30 17:27:03 UTC 2018 Task 17 Duration 00:00:40 Task 17 error

Task 16 | 17:27:03 | Downloading remote release: Downloading remote release (00:00:40) L Error: Downloading remote release failed. Check task debug log for details. Task 16 | 17:27:03 | Error: Downloading remote release failed. Check task debug log for details.

Task 16 Started Fri Mar 30 17:26:23 UTC 2018 Task 16 Finished Fri Mar 30 17:27:03 UTC 2018 Task 16 Duration 00:00:40 Task 16 error

Creating and uploading releases:

Exit code 1 screenshot from 2018-03-30 17-42-36

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/156400165

The labels on this github issue will be updated when the story is started.

dsabeti commented 6 years ago

Hi @sahnnu. For future reference, issues like this should be brought up in the cf-deployment repo itself, since this issue pertains to deploying with that manifest rather that something to do with the Concourse tasks provided by this repo.

As the error message says, it looks like you're failing to download releases from the provided URLs. It recommends looking at the task debug log. To do that, please run bosh task $TASK_ID --debug -- in your particular case, the task ID is 13, so run bosh task 13 --debug. The logs there should have a better description of what's going wrong.

dsabeti commented 6 years ago

Hi @sahnnu. I'm going to closet his issue due to inactivity, but feel free to reopen it if you need more help.