Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistencies in creating an instance from a Service Offering #196

Open
valiparsa opened this issue Feb 19, 2024 · 0 comments
Open

Inconsistencies in creating an instance from a Service Offering #196

valiparsa opened this issue Feb 19, 2024 · 0 comments

Comments

@valiparsa
Copy link

Description

We deployed our Apps to the CF environment which has dependencies in creating an instance of a Service Offering. Now we want to update Plan of an existing service instance by running another cf deploy ... command but we observed some inconsistencies in updating the existing service instance.
In the first place we observed that it tried to update the Plan but provided an empty parameter {} although we pass a parameter. After receiving an error from the Service Broker it retries but this time it passes the correct parameter in the request but with the existing (old) Plan. Due to a parameter validation which we have in our Service Broker the second retry also failed.

Your environment

  • MultiApps CF CLI Plugin version - 3.2.2
  • which CF vendor is used - SAP

Steps to reproduce

  • Deploy an app which has a dependency to a Service.
  • Update the Plan of the service in the mtaext yaml file and execute another cf deploy ... command to update the Plan of the existing Service.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant