Azure / meta-azure-service-broker

A service broker to manage multiple Azure services in Cloud Foundry
Apache License 2.0
39 stars 44 forks source link

Upgrade MySQL/PostgreSQL to use gen5 hardware #190

Closed zhongyi-zhang closed 5 years ago

zhongyi-zhang commented 5 years ago

Standard plans are removed as they are no longer supported. For new tiers -- General Purpose and Memory Optimized, we don't add them as MASB is in maintenance mode.

norshtein commented 5 years ago

LGTM

zhongyi-zhang commented 5 years ago

Did an e2e test on upgrading with the breaking change in this PR:

$ cf update-service-broker masb admin redacted http://meta-azure-service-broker.redacted.xip.io
Updating service broker masb as admin...
OK
Warning: Service plans are missing from the broker's catalog (http://meta-azure-service-broker.redacted.xip.io/v2/catalog) but can not be removed from Cloud Foundry while instances exist. The plans have been deactivated to prevent users from attempting to provision new instances of these plans. The broker should continue to support bind, unbind, and delete for existing instances; if these operations fail contact your broker provider.
azure-mysqldb
  basic50

And binding, unbinding, and deleting succeeded.