Closed ronakbanka closed 5 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.
It is very useful PR, can`t wait when it merged.
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 fromparams.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.Links to any other associated PRs or issues:
[x] I have viewed signed and have submitted the Contributor License Agreement
[x] I have made this pull request to the
master
branch[x] I have run all the unit tests