issues
search
orange-cloudfoundry
/
cf-ops-automation-broker
On demand dedicated services through COA concourse pipeline engine
4
stars
0
forks
source link
Add support for OSB fetch service instance endpoint
#447
Open
gberche-orange
opened
3 years ago
gberche-orange
commented
3 years ago
expected behavior
As a marketplace user
In order to lookup the current requested params
I need coab to properly implement the
Fetching a Service Instance GET /v2/service_instances/:instance_id
endpoint
observed behavior
[x] ProcessorChainServiceInstanceService implements
https://github.com/orange-cloudfoundry/cf-ops-automation-broker/blob/8bcb286652fae2b8fe2ccc9f67c53cb0272bcbd0/cf-ops-automation-broker-core/src/main/java/com/orange/oss/ondemandbroker/ProcessorChainServiceInstanceService.java?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L80-L97
[ ] BoshProcessor does not yet implement
https://github.com/orange-cloudfoundry/cf-ops-automation-broker/blob/8bcb286652fae2b8fe2ccc9f67c53cb0272bcbd0/cf-ops-automation-broker-core/src/main/java/com/orange/oss/cloudfoundry/broker/opsautomation/ondemandbroker/pipeline/BoshProcessor.java?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L30
[ ] BoshServiceProvisionningTest does not validate this use-case
https://github.com/orange-cloudfoundry/cf-ops-automation-broker/blob/8bcb286652fae2b8fe2ccc9f67c53cb0272bcbd0/cf-ops-automation-bosh-broker/src/test/java/com/orange/oss/cloudfoundry/broker/opsautomation/ondemandbroker/sample/BoshServiceProvisionningTest.java?_pjax=%23js-repo-pjax-container%2C%20div%5Bitemtype%3D%22http%3A%2F%2Fschema.org%2FSoftwareSourceCode%22%5D%20main%2C%20%5Bdata-pjax-container%5D#L424-L452
expected behavior
observed behavior