vmware-archive / pcf-pipelines

PCF Pipelines
Apache License 2.0
158 stars 282 forks source link

configure credhub database with RDS #360

Closed ronakbanka closed 5 years ago

ronakbanka commented 6 years ago

Thanks for submitting an pull request to pcf-pipelines.

To speed up the process of reviewing your pull request please provide us with:

Current PCF pipelines for AWS configure PAS credhub db as internal mysql which leads to failed backup process as no internal mysql is running on AWS PAS deployment.

This PR created a credhub database on RDS, and configures PAS credhub db with credentials & CA cert, which can be configured from params.yml.

Credhub database configuration with RDS & AWS PCF deployment can be backed up using BBR without any mysql errors.

BBR tasks fails looking for cf.internal service on PAS deployment.

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

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

poligraph commented 5 years ago

It is very useful PR, can`t wait when it merged.