This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
mysql config changes will trigger re-creating the plans and changes the plan guid which screws up the mysql service instance. #332
Labels
Thanks for submitting an issue to pcf-pipelines. To help us triage the issue, please fill out the following form as much as you can:
Issue
I am currently using vSphere | v23.1 version of pcf-pipeline and noticed that whenever any changes happened to p-mysql tile, this will try to recreate a plan and changes its guid. This will leave the mysql service to be unusable.
Context
i see the logs during the apply-updates as
Now creating service instance for p-mysql service errors out
Expected result
if any plans already exists with the same name and properties it shouldnot try to modify or recreate those plans and change the guid.
Current result
Every time the config changes happen to mysql tile it tries to create existing plan with different guid.
Steps to Reproduce
Change small configurations in p-mysql tile and run configure product and apply changes will then see new plans getting created and fails. Now no more creating mysql service works.
Possible Fix
Checks needed if no chages on plan properties, no need to create those plans (atleast preserve the old-guid so that catalog about the plans works just fine.)
Logs and Screenshots
Logs pasted in context
The text was updated successfully, but these errors were encountered: