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
plans.mappingFromTo[waitlist-dedicated[brokerName]: static-creds-broker
plans.mappingFromTo[waitlist-dedicated[planName]: no-op
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.
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-mysqlservice is declared with plan:Given osb-cmdb is configured with plan-mapping config
plans.mappingFromTo[waitlist-dedicated[brokerName]: static-creds-brokerplans.mappingFromTo[waitlist-dedicated[planName]: no-opWhen service instance is requested for
coab-mysqlservice and planwaitlist-dedicatedThen broked service instance in using broker
static-creds-brokerand plannoopObserved behavior
No such mapping feature yet.