-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CF Platform Specific Deployment for Service Broker Proxy module #30
Comments
The suggested service manager implementation deployment/cf/manifest.yml uses docker based deployement. Some cf platform dot not have docker feature enabled. A go buildpack deployment would be more portable ? |
The idea was to have deployable that allows deployments to be reproduced on different setups (test/val/prod) with already validated binaries. |
Ok. im trying to do a deployment as cf app + go builpack to prepare a MR.
Cf staging compiles the application, but i have failure wrt .sql files location
|
Usually resource files are not deployed when deploy SM with go build pack. |
I close it by mistake. Reopening. |
Background
Service Broker Proxy need to be deployed on all platforms that want to use Service Manager.
We need to provide packages that allow deployment on K8S and CF as host platforms for Service Broker Proxy module.
The implementation is separated on 2 parts:
Service Broker Proxy Core module - that take cares for Business logic implementation including:
Platform specific module - that take cares for packaging and platform specific configuration like:
Example with Go Application packaging for CF can be seen on:
https://github.com/govau/cf-go-helloworld
Objective
Prepare CF Platform dependent module.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: