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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,6 @@ You need the following permissions to run this module.
110
110
111
111
-[ Basic Power Virtual Server for SAP HANA Module Example](solutions/basic)
112
112
-[ Power Virtual Server for SAP HANA example to create SAP prepared PowerVS instances from IBM Cloud Catalog](solutions/ibm-catalog/deployable-architectures/sap-ready-to-go)
113
-
-[ Power Virtual Server for SAP HANA example to create SAP prepared PowerVS instances](solutions/terraform-registry/sap-ready-to-go)
114
113
<!-- END EXAMPLES HOOK -->
115
114
116
115
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Copy file name to clipboardExpand all lines: solutions/ibm-catalog/deployable-architectures/sap-ready-to-go/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,18 +50,18 @@ If you do not have a PowerVS infrastructure that is the full stack solution for
50
50
| <aname="input_default_netweaver_sles_image"></a> [default\_netweaver\_sles\_image](#input\_default\_netweaver\_sles\_image)| Default SuSE Linux image to use for SAP NetWeaver PowerVS instances. |`string`|`"SLES15-SP3-SAP-NETWEAVER"`| no |
51
51
| <aname="input_default_shared_fs_rhel_image"></a> [default\_shared\_fs\_rhel\_image](#input\_default\_shared\_fs\_rhel\_image)| Default Red Hat Linux image to use for SAP shared FS PowerVS instances. |`string`|`"RHEL8-SP4-SAP-NETWEAVER"`| no |
52
52
| <aname="input_default_shared_fs_sles_image"></a> [default\_shared\_fs\_sles\_image](#input\_default\_shared\_fs\_sles\_image)| Default SuSE Linux image to use for SAP shared FS PowerVS instances. |`string`|`"SLES15-SP3-SAP-NETWEAVER"`| no |
53
-
| <aname="input_ibmcloud_api_key"></a> [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key)| The IBM Cloud platform API key needed to deploy IAM enabled resources. |`string`|`null`|no|
53
+
| <aname="input_ibmcloud_api_key"></a> [ibmcloud\_api\_key](#input\_ibmcloud\_api\_key)| The IBM Cloud platform API key needed to deploy IAM enabled resources. |`string`|n/a|yes|
54
54
| <aname="input_os_image_distro"></a> [os\_image\_distro](#input\_os\_image\_distro)| Image distribution to use for all instances(Shared, HANA, Netweaver). OS release versions may be specified in optional parameters. |`string`|`"RHEL"`| no |
55
55
| <aname="input_powervs_sap_network_cidr"></a> [powervs\_sap\_network\_cidr](#input\_powervs\_sap\_network\_cidr)| Network range for separate SAP network. E.g., '10.53.1.0/24' |`string`|`"10.53.1.0/24"`| no |
56
-
| <aname="input_powervs_zone"></a> [powervs\_zone](#input\_powervs\_zone)| IBM Cloud data center location where IBM PowerVS infrastructure will be created. |`string`| n/a | yes |
56
+
| <aname="input_powervs_zone"></a> [powervs\_zone](#input\_powervs\_zone)| IBM Cloud data center location where IBM PowerVS Workspace exists. |`string`| n/a | yes |
57
57
| <aname="input_prefix"></a> [prefix](#input\_prefix)| Unique prefix for resources to be created (e.g., SAP system name). Max length must be less than or equal to 6. |`string`| n/a | yes |
58
58
| <aname="input_prerequisite_workspace_id"></a> [prerequisite\_workspace\_id](#input\_prerequisite\_workspace\_id)| IBM Cloud Schematics workspace ID of an existing Power infrastructure for regulated industries deployment. If you do not yet have an existing deployment, click [here](https://cloud.ibm.com/catalog/) and search for 'Power Virtual Server with VPC landing zone' to create one. |`string`| n/a | yes |
59
59
| <aname="input_sap_domain"></a> [sap\_domain](#input\_sap\_domain)| SAP domain to be set for entire landscape. Set to null or empty if not configuring OS. |`string`|`"sap.com"`| no |
60
60
| <aname="input_sap_hana_additional_storage_config"></a> [sap\_hana\_additional\_storage\_config](#input\_sap\_hana\_additional\_storage\_config)| Additional File systems to be created and attached to PowerVS instance for SAP HANA. 'disk\_sizes' are in GB. 'count' specify over how many storage volumes the file system will be striped. 'tiers' specifies the storage tier in PowerVS workspace. For creating multiple file systems, specify multiple entries in each parameter in the structure. E.g., for creating 2 file systems, specify 2 names, 2 disk sizes, 2 counts, 2 tiers and 2 paths. | <pre>object({<br> names = string<br> disks_size = string<br> counts = string<br> tiers = string<br> paths = string<br> })</pre> | <pre>{<br> "counts": "1",<br> "disks_size": "50",<br> "names": "usrsap",<br> "paths": "/usr/sap",<br> "tiers": "tier3"<br>}</pre> | no |
61
61
| <aname="input_sap_hana_custom_storage_config"></a> [sap\_hana\_custom\_storage\_config](#input\_sap\_hana\_custom\_storage\_config)| Custom File systems to be created and attached to PowerVS instance for SAP HANA. 'disk\_sizes' are in GB. 'count' specify over how many storage volumes the file system will be striped. 'tiers' specifies the storage tier in PowerVS workspace. For creating multiple file systems, specify multiple entries in each parameter in the structure. E.g., for creating 2 file systems, specify 2 names, 2 disk sizes, 2 counts, 2 tiers and 2 paths. | <pre>object({<br> names = string<br> disks_size = string<br> counts = string<br> tiers = string<br> paths = string<br> })</pre> | <pre>{<br> "counts": "",<br> "disks_size": "",<br> "names": "",<br> "paths": "",<br> "tiers": ""<br>}</pre> | no |
62
62
| <aname="input_sap_hana_hostname"></a> [sap\_hana\_hostname](#input\_sap\_hana\_hostname)| SAP HANA hostname (non FQDN). Will get the form of <prefix>-<sap\_hana\_hostname>. Max length of final hostname must be <= 13 characters. |`string`|`"hana"`| no |
63
63
| <aname="input_sap_hana_instance_config"></a> [sap\_hana\_instance\_config](#input\_sap\_hana\_instance\_config)| SAP HANA PowerVS instance configuration. If data is specified here - will replace other input. | <pre>object({<br> os_image_name = string<br> sap_profile_id = string<br> })</pre> | <pre>{<br> "os_image_name": "",<br> "sap_profile_id": ""<br>}</pre> | no |
64
-
| <aname="input_sap_hana_profile"></a> [sap\_hana\_profile](#input\_sap\_hana\_profile)| SAP HANA profile to use. Must be one of the supported profiles. See [here](https://cloud.ibm.com/docs/sap?topic=sap-hana-iaas-offerings-profiles-power-vs). File system sizes are automatically calculated. Override automatic calculation by setting values in optional sap\_hana\_custom\_storage\_config parameter. |`string`|`"ush1-4x128"`| no |
64
+
| <aname="input_sap_hana_profile"></a> [sap\_hana\_profile](#input\_sap\_hana\_profile)| SAP HANA profile to use. Must be one of the supported profiles. See [here](https://cloud.ibm.com/docs/sap?topic=sap-hana-iaas-offerings-profiles-power-vs). File system sizes are automatically calculated. Override automatic calculation by setting values in optional sap\_hana\_custom\_storage\_config parameter. |`string`|`"ush1-4x256"`| no |
65
65
| <aname="input_sap_netweaver_cpu_number"></a> [sap\_netweaver\_cpu\_number](#input\_sap\_netweaver\_cpu\_number)| Number of CPUs for each SAP NetWeaver instance. |`string`|`"3"`| no |
66
66
| <aname="input_sap_netweaver_hostname"></a> [sap\_netweaver\_hostname](#input\_sap\_netweaver\_hostname)| SAP Netweaver hostname (non FQDN). Will get the form of <prefix>-<sap\_netweaver\_hostname>-<number>. Max length of final hostname must be <= 13 characters. |`string`|`"nw"`| no |
67
67
| <aname="input_sap_netweaver_instance_config"></a> [sap\_netweaver\_instance\_config](#input\_sap\_netweaver\_instance\_config)| SAP NetWeaver PowerVS instance configuration. If data is specified here - will replace other input. | <pre>object({<br> number_of_instances = string<br> os_image_name = string<br> number_of_processors = string<br> memory_size = string<br> cpu_proc_type = string<br> server_type = string<br> })</pre> | <pre>{<br> "cpu_proc_type": "shared",<br> "memory_size": "",<br> "number_of_instances": "",<br> "number_of_processors": "",<br> "os_image_name": "",<br> "server_type": "s922"<br>}</pre> | no |
description="SAP HANA profile to use. Must be one of the supported profiles. See [here](https://cloud.ibm.com/docs/sap?topic=sap-hana-iaas-offerings-profiles-power-vs). File system sizes are automatically calculated. Override automatic calculation by setting values in optional sap_hana_custom_storage_config parameter."
0 commit comments