Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698366537
  • Loading branch information
sjswerdlow authored and copybara-github committed Nov 20, 2024
1 parent 3b114da commit 0c52811
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/s4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ Functional example is included in the
| ascs\_vm\_names | ascs\_vm\_names | `list(any)` | `[]` | no |
| configuration\_bucket\_name | configuration\_bucket\_name | `string` | `""` | no |
| create\_comms\_firewall | create\_comms\_firewall | `bool` | `true` | no |
| custom\_app\_metadata | Optional - default is empty. Custom metadata to be added to the app VMs. | `map(string)` | `{}` | no |
| custom\_ascs\_metadata | Optional - default is empty. Custom metadata to be added to the ASCS VMs. | `map(string)` | `{}` | no |
| custom\_db\_metadata | Optional - default is empty. Custom metadata to be added to the DB VMs. | `map(string)` | `{}` | no |
| custom\_tags | custom\_tags | `list(any)` | `[]` | no |
| data\_stripe\_size | data\_stripe\_size | `string` | `"256k"` | no |
| db\_data\_disk\_type | db\_data\_disk\_type | `string` | `"pd-balanced"` | no |
Expand All @@ -63,6 +66,7 @@ Functional example is included in the
| db\_vm\_names | db\_vm\_names | `list(any)` | `[]` | no |
| deployment\_has\_dns | Set to false to deploy without a DNS zone | `bool` | `true` | no |
| deployment\_name | deployment\_name | `string` | n/a | yes |
| disk\_size\_map | disk\_size\_map | `map(number)` | `{}` | no |
| dns\_zone\_name\_suffix | dns\_zone\_name\_suffix | `string` | `"gcp.sapcloud.goog."` | no |
| existing\_dns\_zone\_name | existing\_dns\_zone\_name | `string` | `""` | no |
| filestore\_gb | filestore\_gb | `number` | `1024` | no |
Expand Down
4 changes: 4 additions & 0 deletions modules/s4_ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ Functional example is included in the
| ascs\_vm\_names | ascs\_vm\_names | `list(any)` | `[]` | no |
| configuration\_bucket\_name | configuration\_bucket\_name | `string` | `""` | no |
| create\_comms\_firewall | create\_comms\_firewall | `bool` | `true` | no |
| custom\_app\_metadata | Optional - default is empty. Custom metadata to be added to the app VMs. | `map(string)` | `{}` | no |
| custom\_ascs\_metadata | Optional - default is empty. Custom metadata to be added to the ASCS VMs. | `map(string)` | `{}` | no |
| custom\_db\_metadata | Optional - default is empty. Custom metadata to be added to the DB VMs. | `map(string)` | `{}` | no |
| custom\_tags | custom\_tags | `list(any)` | `[]` | no |
| data\_stripe\_size | data\_stripe\_size | `string` | `"256k"` | no |
| db\_data\_disk\_type | db\_data\_disk\_type | `string` | `"pd-balanced"` | no |
Expand All @@ -66,6 +69,7 @@ Functional example is included in the
| db\_vm\_names | db\_vm\_names | `list(any)` | `[]` | no |
| deployment\_has\_dns | Set to false to deploy without a DNS zone | `bool` | `true` | no |
| deployment\_name | deployment\_name | `string` | n/a | yes |
| disk\_size\_map | disk\_size\_map | `map(number)` | `{}` | no |
| dns\_zone\_name\_suffix | dns\_zone\_name\_suffix | `string` | `"gcp.sapcloud.goog."` | no |
| ers\_ilb\_healthcheck\_port | ers\_ilb\_healthcheck\_port | `number` | `60002` | no |
| existing\_dns\_zone\_name | existing\_dns\_zone\_name | `string` | `""` | no |
Expand Down
1 change: 1 addition & 0 deletions modules/sap_ase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ TODO
| ase\_sid | The database instance/SID name. | `string` | n/a | yes |
| ase\_sid\_size | Size in GB of /sybase/[DBSID] - the root directory of the database instance. | `number` | `8` | no |
| can\_ip\_forward | Whether sending and receiving of packets with non-matching source or destination IPs is allowed. | `bool` | `true` | no |
| custom\_metadata | Optional - default is empty. Custom metadata to be added to the VM. | `map(string)` | `{}` | no |
| instance\_name | Hostname of the GCE instance. | `string` | n/a | yes |
| linux\_image | Linux image name to use. | `string` | n/a | yes |
| linux\_image\_project | The project which the Linux image belongs to. | `string` | n/a | yes |
Expand Down
1 change: 1 addition & 0 deletions modules/sap_db2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| can\_ip\_forward | Whether sending and receiving of packets with non-matching source or destination IPs is allowed. | `bool` | `true` | no |
| custom\_metadata | Optional - default is empty. Custom metadata to be added to the VM. | `map(string)` | `{}` | no |
| db2\_backup\_size | OPTIONAL - Size in GB of the /db2backup - If set to 0, no disk will be created. | `number` | `0` | no |
| db2\_dump\_size | Size in GB of /db2/[DBSID]/db2dump - this directory holds dump files from DB2 which may be useful for diagnosing problems. | `number` | `8` | no |
| db2\_home\_size | Size in GB of /db2/db2[DBSID] - the home directory of the database instance. | `number` | `8` | no |
Expand Down
5 changes: 5 additions & 0 deletions modules/sap_hana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ https://cloud.google.com/docs/terraform
| backup\_disk\_throughput\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the throughput in MB/s that the backup disk(s) will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| backup\_disk\_type | Optional - The default is pd-ssd, except for machines that do not support PD, in which case the default is hyperdisk-extreme. Only used if a backup disk is needed. | `string` | `""` | no |
| can\_ip\_forward | Whether sending and receiving of packets with non-matching source or destination IPs is allowed. | `bool` | `true` | no |
| custom\_primary\_metadata | Optional - default is empty. Custom metadata to be added to the primary VM. | `map(string)` | `{}` | no |
| custom\_secondary\_metadata | Optional - default is empty. Custom metadata to be added to the secondary VMs. | `map(string)` | `{}` | no |
| data\_disk\_iops\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the number of IOPS that the data disk(s) will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| data\_disk\_size\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Overrides the default size for the data disk(s), that is based off of the machine\_type. | `number` | `null` | no |
| data\_disk\_throughput\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the throughput in MB/s that the data disk(s) will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
Expand Down Expand Up @@ -97,6 +99,9 @@ https://cloud.google.com/docs/terraform
| shared\_disk\_size\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Overrides the default size for the shared disk, that is based off of the machine\_type. | `number` | `null` | no |
| shared\_disk\_throughput\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the throughput in MB/s that the shared disk will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| shared\_disk\_type\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Override the 'default\_disk\_type' for the shared disk. | `string` | `""` | no |
| sole\_tenant\_deployment | Optional - default is false. Deploy on Sole Tenant Nodes. | `bool` | `false` | no |
| sole\_tenant\_name\_prefix | Optional - name of the prefix to use for the Sole Tenant objects (Node Templates, Node Groups). If left blank with sole\_tenant\_deployment=true, st-<sap\_hana\_sid> will be used. | `string` | `""` | no |
| sole\_tenant\_node\_type | Optional - default is null. Sole Tenant Node Type to use. See https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_types | `string` | `null` | no |
| subnetwork | The sub network to deploy the instance in. | `string` | n/a | yes |
| unified\_disk\_iops\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the number of IOPS that the primary's unified disk will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| unified\_disk\_size\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Overrides the default size for the primary's unified disk, that is based off of the machine\_type. | `number` | `null` | no |
Expand Down
6 changes: 6 additions & 0 deletions modules/sap_hana_ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ https://cloud.google.com/docs/terraform
| backup\_disk\_throughput\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the throughput in MB/s that the backup disk(s) will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| backup\_disk\_type | Optional - The default is pd-ssd, except for machines that do not support PD, in which case the default is hyperdisk-extreme. Only used if a backup disk is needed. | `string` | `""` | no |
| can\_ip\_forward | Whether sending and receiving of packets with non-matching source or destination IPs is allowed. | `bool` | `true` | no |
| custom\_mm\_metadata | Optional - default is empty. Custom metadata to be added to the majority maker VM. | `map(string)` | `{}` | no |
| custom\_primary\_metadata | Optional - default is empty. Custom metadata to be added to the primary VM. | `map(string)` | `{}` | no |
| custom\_secondary\_metadata | Optional - default is empty. Custom metadata to be added to the secondary VMs. | `map(string)` | `{}` | no |
| data\_disk\_iops\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the number of IOPS that the data disk(s) will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| data\_disk\_size\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Overrides the default size for the data disk(s), that is based off of the machine\_type. | `number` | `null` | no |
| data\_disk\_throughput\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the throughput in MB/s that the data disk(s) will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
Expand Down Expand Up @@ -111,6 +114,9 @@ https://cloud.google.com/docs/terraform
| shared\_disk\_size\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Overrides the default size for the shared disk, that is based off of the machine\_type. | `number` | `null` | no |
| shared\_disk\_throughput\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the throughput in MB/s that the shared disk will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| shared\_disk\_type\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Override the 'default\_disk\_type' for the shared disk. | `string` | `""` | no |
| sole\_tenant\_deployment | Optional - default is false. Deploy on Sole Tenant Nodes. | `bool` | `false` | no |
| sole\_tenant\_name\_prefix | Optional - name of the prefix to use for the Sole Tenant objects (Node Templates, Node Groups). If left blank with sole\_tenant\_deployment=true, st-<sap\_hana\_sid> will be used. | `string` | `""` | no |
| sole\_tenant\_node\_type | Optional - default is null. Sole Tenant Node Type to use. See https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_types | `string` | `null` | no |
| subnetwork | The sub network to deploy the instance in. | `string` | n/a | yes |
| unified\_disk\_iops\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the number of IOPS that the primary's unified disk will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| unified\_disk\_size\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Overrides the default size for the primary disk(s), that is based off of the machine\_type. | `number` | `null` | no |
Expand Down
3 changes: 3 additions & 0 deletions modules/sap_hana_scaleout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ https://cloud.google.com/docs/terraform
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| can\_ip\_forward | Whether sending and receiving of packets with non-matching source or destination IPs is allowed. | `bool` | `true` | no |
| custom\_primary\_metadata | Optional - default is empty. Custom metadata to be added to the primary VM. | `map(string)` | `{}` | no |
| custom\_secondary\_metadata | Optional - default is empty. Custom metadata to be added to the secondary VMs. | `map(string)` | `{}` | no |
| custom\_standby\_metadata | Optional - default is empty. Custom metadata to be added to the standby VMs. | `map(string)` | `{}` | no |
| data\_disk\_iops\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the number of IOPS that the data disk(s) will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
| data\_disk\_size\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Overrides the default size for the data disk(s), that is based off of the machine\_type. | `number` | `null` | no |
| data\_disk\_throughput\_override | Warning, do not use unless instructed or aware of the implications of using this setting. Directly sets the throughput in MB/s that the data disk(s) will use. Has no effect if not using a disk type that supports it. | `number` | `null` | no |
Expand Down
1 change: 1 addition & 0 deletions modules/sap_maxdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ TODO add README info
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| can\_ip\_forward | Whether sending and receiving of packets with non-matching source or destination IPs is allowed. | `bool` | `true` | no |
| custom\_metadata | Optional - default is empty. Custom metadata to be added to the VM. | `map(string)` | `{}` | no |
| instance\_name | Hostname of the GCE instance | `string` | n/a | yes |
| linux\_image | Linux image name to use. family/sles-12-sp2-sap or family/sles-12-sp2-sap will use the latest SLES 12 SP2 or SP3 image | `string` | n/a | yes |
| linux\_image\_project | The project which the Linux image belongs to | `string` | n/a | yes |
Expand Down
1 change: 1 addition & 0 deletions modules/sap_nw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ For additional information see https://www.terraform.io/docs/index.html and http
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| can\_ip\_forward | Whether sending and receiving of packets with non-matching source or destination IPs is allowed. | `bool` | `true` | no |
| custom\_metadata | Optional - default is empty. Custom metadata to be added to the VM. | `map(string)` | `{}` | no |
| instance\_name | Hostname of the GCE instance. | `string` | n/a | yes |
| linux\_image | Linux image name to use. | `string` | n/a | yes |
| linux\_image\_project | The project which the Linux image belongs to. | `string` | n/a | yes |
Expand Down
2 changes: 2 additions & 0 deletions modules/sap_nw_ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ For additional information see https://www.terraform.io/docs/index.html and http
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| can\_ip\_forward | Whether sending and receiving of packets with non-matching source or destination IPs is allowed. | `bool` | `true` | no |
| custom\_primary\_metadata | Optional - default is empty. Custom metadata to be added to the primary VM. | `map(string)` | `{}` | no |
| custom\_secondary\_metadata | Optional - default is empty. Custom metadata to be added to the secondary VM. | `map(string)` | `{}` | no |
| ers\_backend\_svc\_name | Name of ERS backend service | `string` | `""` | no |
| ers\_forw\_rule\_name | Name of ERS forwarding rule | `string` | `""` | no |
| ers\_hc\_name | Name of ERS health check | `string` | `""` | no |
Expand Down

0 comments on commit 0c52811

Please sign in to comment.