orange-cloudfoundry / osb-cmdb

A configuration management db for Open Service Broker API broker implementations
Apache License 2.0
14 stars 1 forks source link

Optional wait-list service plan feature #206

Open gberche-orange opened 9 months ago

gberche-orange commented 9 months ago

Expected behavior

To support https://github.com/orange-cloudfoundry/paas-templates/issues/2229

Add a way to map a broker-defined service plan onto a different broker and service plan

Given coab-mysql service is declared with plan:

Given osb-cmdb is configured with plan-mapping config

When service instance is requested for coab-mysql service and plan waitlist-dedicated Then broked service instance in using broker static-creds-broker and plan noop

Observed behavior

No such mapping feature yet.