Skip to content

Commit e704930

Browse files
committed
docs: clarity on table key
1 parent ca50f6c commit e704930

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Therefore it is not possible to match precisely the same functionality when boot
2929

3030
In addition, dependant upon the additional configuration and policies within an existing configured environment - these Terraform Modules for SAP may not work at all and may require custom changes to fit the bespoke environment.
3131

32-
Contributions to these Terraform Modules need to retain as much parity across each infrastructure platform.
32+
For further information, please see below for the [Infrastructure provisioning parity comparison](#infrastructure-provisioning-parity-comparison) table.
33+
34+
N.B. Contributions to these Terraform Modules need to retain as much parity across each infrastructure platform.
3335

3436
## Execution time
3537

@@ -42,6 +44,8 @@ Please note, for all SAP software installations the execution time will vary bas
4244

4345
All detailed execution permissions are listed in the documentation for the Terraform Modules of each Infrastructure Platform. See the next section.
4446

47+
---
48+
4549
## List of Terraform Modules for SAP
4650

4751
The below table lists the Terraform Modules for SAP, and any detailed documentation:
@@ -86,17 +90,17 @@ The below table lists the Terraform Modules for SAP, and any detailed documentat
8690
| &emsp;&emsp;*Compute*<br/>&emsp;&emsp;*Type* | Virtual Machine<br> (Type 1) | Virtual Machine<br> (Type 1) | Virtual Machine<br> (Type 1) | Virtual Machine<br> (Type 1) | Virtual Machine<br> (Type 1) | Virtual Machine<br> (Type 1) | Virtual Machine<br> (Type 1) |
8791
| &emsp;&emsp;*Compute*<br/>&emsp;&emsp;*Hypervisor* | KVM | KVM | HyperV | KVM | IBM PowerVM<br> (PHYP LE) | IBM PowerVM<br> (PHYP LE) | VMware vSphere |
8892
| <br/><br/>***Account Init*** | | | | | | | |
89-
| Create Resource Group, or re-use existing Resource Group | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
93+
| Create Resource Group, or re-use existing Resource Group | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
9094
| Create VPC/VNet, or re-use existing VPC/VNet | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
9195
| Create Subnet, or re-use existing Subnet | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
9296
| Create Many-to-One NAT Gateway (Public Internet access for hosts) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
9397
| <br/>***Account Bootstrap<br/>(aka. minimal landing zone)*** | | | | | | | |
9498
| Create Private DNS | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
95-
| Create Network Interconnectivity hub (e.g. Transit Gateway) | :white_check_mark: | :x: | :x: | :white_check_mark: | :white_check_mark: | N/A | N/A |
99+
| Create Network Interconnectivity hub (e.g. Transit Gateway) | :white_check_mark: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :white_check_mark: | N/A | N/A |
96100
| Create Network Security for Subnet/s (e.g. ACL, NSG) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
97-
| Create Network Security for Host/s (e.g. Security Groups) | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
101+
| Create Network Security for Host/s (e.g. Security Groups) | :white_check_mark: | :no_entry_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
98102
| Create TLS key pair for SSH (using RSA algorithm) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
99-
| Import public key to Cloud platform | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
103+
| Import public key to Cloud platform | :white_check_mark: | :no_entry_sign: | :white_check_mark: | :white_check_mark: | :white_check_mark: | N/A | N/A |
100104
| <br/>***Account IAM*** | | | | | | | |
101105
| Create IAM Access Group/s and contained Policies for SAP 'Basis' Administrators | :x: WIP | :x: WIP | :x: WIP | :warning: WIP | :x: WIP | N/A | N/A |
102106
| <br/>***Bastion Injection*** | | | | | | | |
@@ -123,3 +127,9 @@ The below table lists the Terraform Modules for SAP, and any detailed documentat
123127
| Build scripts for Host:<sub><br> - Enable root login<br> - Set hostname<br> - Set DNS in resolv.conf<br> - Disks and Filesystem setup (LVM with XFS and striping, or Physical with XFS)</sub> | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
124128
| Build scripts for increased security Hosts:<sub><br> - Set DNS Proxy in resolv.conf<br> - Set Web Proxy for non-interactive login shell</sub> | N/A | N/A | N/A | N/A | :white_check_mark: | :white_check_mark: | :white_check_mark: |
125129
| Build scripts for BYOL OS:<sub><br> - Enable OS Subscription with BYOL, setup OS Package Repositories</sub> | N/A | N/A | N/A | N/A | :white_check_mark: | :white_check_mark: | :white_check_mark: |
130+
131+
<sub>**Key:**</sub>
132+
- :white_check_mark: <sub>Ready and Tested</sub>
133+
- :warning: <sub>Pending work</sub>
134+
- :x: <sub>Not available yet</sub>
135+
- :no_entry_sign: <sub>Capability not provided by vendor (or construct concept does not exist)</sub>

0 commit comments

Comments
 (0)