Closed bhudlemeyer closed 6 years ago
Adding the variable to the params file and to the pipeline.yml corrected this. Let me know if you would like a pull request for this to be the solution. Unless you have a more preferred way of providing the variable in mind.
Specifically all I did was add the below variable to the Deploy task and to the params file
Deploy task add under vars
postgres_grafana_password: ((postgres_grafana_password))
and params file add
postgres_grafana_password: PASSWORD
As a note this failed again on me when I used a password with special characters in it. Specifically i used a password with ! .
Seems like you are deploying to a BOSH director with no config server configured. This password should be generated by BOSH automatically. Your workaround is valid if you have to deploy it to a BOSH director like that but my strong recommendation would be to deploy BOSH with credhub. Since there is no reason for the operator to know this password I'd rather not require it in params.yml.
You are correct no credhub as i have a dedicated bosh for nothing but concourse web and Prometheus deploy basically. So have not gone to the extent of putting a credhub on him. Will look into this and see how much work is involved in retrofitting into my monitoring/ci bosh instance.
On Sat, Feb 17, 2018, 14:34 Michal Kuratczyk notifications@github.com wrote:
Closed #11 https://github.com/pivotal-cf/pcf-prometheus-pipeline/issues/11.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pivotal-cf/pcf-prometheus-pipeline/issues/11#event-1479289113, or mute the thread https://github.com/notifications/unsubscribe-auth/ACK4otdQyeF-nEiCdS3SytcnUsT2Jh7rks5tV0XhgaJpZM4SJJ_N .
Doing fresh run getting deploy error.
`
Checking grafana vm see below in stdout messages
` Checking postgres logs see this being entered as password