Open julz opened 6 years ago
1 point
With cloud_controller_ng/3aaa4db , nsync / cc-bridge endpoints are gone and CC only communicates with the BBS through a single HTTP interface. We need Eirini to implement the relevant subset of the BBS API (prior NSYNC and TPS endpoints) and point CC to Eirini using cc.diego.bbs.url
. The BBS API is described in bbs/doc/api-lrps.
The new implementation approach is to provide a single HTTP frontend (implementing the BBS API) and dispatch the relevant requests to the existing st8ger
, sync
, and tps
code. The converter code can then be re-used to start apps immediately after cf start
.
@julz, @andrew-edgar this story needs to be re-pointed.
Acceptance:
cf push --no-start
cf start