We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We describe plan in coab-depls/cf-apps-deployments/coa-<produit>-broker/template/coa-<produit>-broker_manifest-tpl.yml with metadata, for exemple
coab-depls/cf-apps-deployments/coa-<produit>-broker/template/coa-<produit>-broker_manifest-tpl.yml
CATALOG_YML: | servicebroker: catalog: services: - id: cf-mysql-ondemand-service name: cf-mysql-ondemand description: "MariaDB databases on demand on dedicated Galera cluster " bindable: true plans: - id: plan-coab-mariadb-small name: small description: Dedicated MariaDB Galera Cluster 2GB data storage with 4GB RAM/1CPU free: false metadata: bullets: - 2GB storage - 50 concurrent connections costs: - amount: eur: 48.0 unit: Monthly displayName: Small Data 2GB - 4GB RAM/1CPU
We need to send this metadata to cf marketplace. List of fields : https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#plan-metadata-fields
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We describe plan in
coab-depls/cf-apps-deployments/coa-<produit>-broker/template/coa-<produit>-broker_manifest-tpl.yml
with metadata, for exempleWe need to send this metadata to cf marketplace.
List of fields : https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#plan-metadata-fields
The text was updated successfully, but these errors were encountered: