cloudfoundry / cloudfoundry/multiapps-cli-plugin
Inconsistencies in creating an instance from a Service Offering
まだ誰も着手していません。
- 主要言語
- Go
- スター
- 87
- フォーク
- 42
- 平均マージ
- 17日 21時間
- マージ済み PR(30日)
- 1
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
mtaext YAML ファイルで依存関係の Plan が変更されたときに cf deploy によって呼び出されるサービスインスタンス更新フローから始めます。Cloud Foundry 環境に対してデプロイを再現し、Service Broker リクエストを調査します。更新で指定されたパラメーターと新しい Plan が一貫して使用され、古い Plan を使用した失敗する再試行が発生しなければ完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- go
- 領域
- cli, cloud
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100