From 1c8726be212fb37309a10988a615c9e2f6c40ccd Mon Sep 17 00:00:00 2001 From: satyamodi <62868428+satyamodi@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:05:49 +0530 Subject: [PATCH 1/2] Service list update --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e945dcc..10b0a200 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). From 3159bc81059e54dbaa6a9d1f0a515afbe98065f4 Mon Sep 17 00:00:00 2001 From: satyamodi <62868428+satyamodi@users.noreply.github.com> Date: Mon, 29 Jun 2020 11:08:06 +0530 Subject: [PATCH 2/2] aws variable.md update --- aws/VARIABLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/VARIABLES.md b/aws/VARIABLES.md index eb41abaa..600202e9 100644 --- a/aws/VARIABLES.md +++ b/aws/VARIABLES.md @@ -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. |