cloudfoundry / bosh-bootloader

Command line utility for standing up a BOSH director on an IAAS of your choice.
Apache License 2.0
180 stars 180 forks source link

concourse deployment #360

Closed phopper-pivotal closed 6 years ago

phopper-pivotal commented 6 years ago

using https://github.com/cloudfoundry/bosh-bootloader/blob/master/docs/concourse.md

the directions say to use;

but don't indicate where these values should come from. getting this error; Task 10 | 21:10:54 | Error: Unable to render instance groups for deployment. Errors are: - Unable to render jobs for instance group 'web'. Errors are: - Unable to render templates for job 'atc'. Errors are: - Failed to find variable '/bosh-bbl-env-athabasca-2018-08-21t20-21z/concourse/atc_tls' from config server: HTTP Code '404', Error: 'The request could not be completed because the credential does not exist or you do not have sufficient authorization.' - Failed to find variable '/bosh-bbl-env-athabasca-2018-08-21t20-21z/concourse/atc_tls' from config server: HTTP Code '404', Error: 'The request could not be completed because the credential does not exist or you do not have sufficient authorization.'
cf-gitbot commented 6 years ago

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

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

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

joshzarrabi commented 6 years ago

@phopper-pivotal I see, If you want to be able to talk over trusted tls you will need to pass in a cert/private_key pair that your workstation will recognize, otherwise you can pass the tls_vars operations file. I will update the docs. Thank you!