You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,20 +71,30 @@ Similarly if no datacenter is configured it will use `aws:eu-central-1` as defau
71
71
When issuing service provisioning requests to the service broker it is possible to provide the account id and/or the datacenter as additional parameters.
72
72
###### Example:
73
73
```bash
74
-
$ cf create-service etcd default my-etcd -c '{
74
+
cf create-service etcd default my-etcd -c '{
75
75
"account_id": "454f3deb8cad236ffb3452e9",
76
76
"datacenter": "gce:europe-west1"
77
77
}'
78
78
```
79
79
80
80
#### Units
81
81
82
-
When issuing service provisioning requests to the service broker it is also possible to request a specific [unit](https://apidocs.compose.com/docs/scaling) size (which basically determines the scaling for your Compose.io deployments, memory and disk space) instead of the configured value in the service brokers `catalog.yml`.
82
+
When issuing service provisioning requests to the service broker it is also possible to request a specific [unit](https://apidocs.compose.com/docs/scaling) size (which basically determines the scaling for your Compose.io deployments, _memory_ and _disk space_) instead of the configured value in the service brokers `catalog.yml`.
83
83
84
84
It is also possible to update existing service instances with `cf update-service`.
Last but not least it is also possible during service provisioning to request specific software versions for your database deployments.
95
+
You can get all available versions from the [Compose.io API](https://apidocs.compose.com/reference#2016-07-get-databases): https://api.compose.io/2016-07/databases
0 commit comments