Skip to content

Commit

Permalink
Merge pull request #3 from satyamodi/master
Browse files Browse the repository at this point in the history
service list update
  • Loading branch information
satyamodi authored Jun 29, 2020
2 parents 7d64493 + 3159bc8 commit ebbb343
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,21 @@ The table lists the resource requirements for each of the services, that will de
| Service Name | CPU cores (vCPUs) | Memory (in GB) |
| --------------------- | ----------- | ----------------|
|Watson Studio Local (non-HA)| 12| 48 |
|Watson Knowledge Catalog (Small, non-HA)| 26| 104 |
|Watson Knowledge Catalog (Small, non-HA)| 27| 104 |
|Watson Machine Learning (Small)| 16| 64 |
|Data Virtualization (Small)| 16| 64 |
|Watson OpenScale (Small,includes WML)| 30 |120 |
|Spark Engine| 7 | 28 |
|Cognos Dashboards Engine| 4| 16|
|Cognos Dashboards Engine| 4| 16 |
|Streams| 0.8| 17 |
|Streams Flows| 0.3| 0.384 |
|Db2 Warehouse (SMP)| 9| 102 |
|Db2 Warehouse (MPP)| 41| 614 |
|DataStage Enterprise Plus| 6| 24 |
|Cognos Analytics| 11| 29 |
|Db2 Advanced Edition| 5| 14 |
|Decision Optimization| 0.9| 1.5 |
|SPSS Modeler| 11| 84 |


## How to Deploy
Expand Down Expand Up @@ -110,6 +119,14 @@ As part of the deployment, the following services can be enabled.
- Watson OpenScale
- Apache Spark
- Cognos Dashboards
- Streams
- Streams Flows
- Db2 Warehouse
- DataStage Enterprise Plus
- Cognos Analytics
- Db2 Advanced Edition
- Decision Optimization
- SPSS Modeler


To get information on various other services that are available, you can visit [Cloud Pak for Data Service Catalog](https://www.ibm.com/support/producthub/icpdata/docs/content/SSQNUZ_current/cpd/svc/services.html).
Expand Down
2 changes: 1 addition & 1 deletion aws/VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| `access_key_id` | Requires input | AWS account access key id for the current user account. |
| `secret_access_key` | Requires input | AWS account secret access key for the current user account. |
| `master_replica_count` | 3 | The desired capacity for the OpenShift master instances. Must be an odd number. For a development deployment, `1` is sufficient with a single zone deployment; for production deployments, a minimum of `3` is required with multi zone deployment. |
| `worker_replica_count` | 3 | The desired capacity for the OpenShift worker node instances. Minimum of `3` nodes required. To decide on the number of worker nodes needed, you can use sales configurator to find the resourse requirement. See [here](http://ibm.biz/sales_configurator_cloud) |
| `worker_replica_count` | 3 | The desired capacity for the OpenShift worker node instances. Minimum of `3` nodes required. To decide on the number of worker nodes needed check `Resource Requirements for each service` section in [here](../README.md) |
| `master-instance-type` | m5.2xlarge | The EC2 instance type for the OpenShift master instances. |
| `worker-instance-type` | m5.4xlarge | The EC2 instance type for the OpenShift worker instances. |
| `worker-ocs-instance-type` | m4.4xlarge | The EC2 instance type for the OpenShift container storage (OCS) instances. |
Expand Down

0 comments on commit ebbb343

Please sign in to comment.