|
1 | 1 | <!-- BEGIN MODULE HOOK --> |
2 | 2 |
|
3 | | -# IBM Power Virtual Server with VPC landing zone |
| 3 | +# IBM Power Virtual Server with VPC Landing Zone |
4 | 4 |
|
5 | 5 | [-brightgreen?style=plastic)](https://terraform-ibm-modules.github.io/documentation/#/badge-status) |
6 | 6 | [](https://github.com/semantic-release/semantic-release) |
|
9 | 9 | [](https://renovatebot.com/) |
10 | 10 |
|
11 | 11 | ## Summary |
12 | | -This repository contains deployable architecture solutions which helps in provisioning VPC landing zone, PowerVS workspace and interconnecting them. The solutions are available in IBM Cloud Catalog and also can be deployed without catalog as well except the second solution below. |
| 12 | +This repository contains deployable architecture solutions that help provision VPC landing zones, PowerVS workspaces, and interconnect them. The solutions are available in the IBM Cloud Catalog and can also be deployed without the catalog, except for the second solution below. |
13 | 13 |
|
14 | 14 | Three solutions are offered: |
15 | 15 | 1. [PowerVS full-stack variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/solutions/full-stack) |
16 | | - - Creates three VPCs with RHEL or SLES instances, Power Virtual Server workspace, interconnects them and configures os network management services(SQUID proxy, NTP, NFS, and DNS services) using ansible galaxy collection roles [ibm.power_linux_sap collection](https://galaxy.ansible.com/ui/repo/published/ibm/power_linux_sap/). |
| 16 | + - Creates three VPCs with RHEL or SLES instances, Power Virtual Server workspace, interconnects them, and configures OS network management services (SQUID proxy, NTP, NFS, and DNS services) using Ansible Galaxy collection roles [ibm.power_linux_sap collection](https://galaxy.ansible.com/ui/repo/published/ibm/power_linux_sap/). |
17 | 17 | 2. [PowerVS extension variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/solutions/extension) |
18 | | - - Extends the full-stack solution by creating a new Power Virtual Server workspace in different zone and interconnects with the previous solution. |
19 | | - - This solution is typically used for **High Availability scenarios** where a single management VPCs can be used to reach both PowerVS workspaces. |
| 18 | + - Extends the full-stack solution by creating a new Power Virtual Server workspace in a different zone and interconnects with the previous solution. |
| 19 | + - This solution is typically used for **High Availability scenarios** where a single management VPC can be used to reach both PowerVS workspaces. |
20 | 20 | 3. [PowerVS quickstart variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/solutions/quickstart) |
21 | | - - Creates 1VPC and a Power Virtual Server workspace, interconnects them and configures os network management services(SQUID proxy, NTP, NFS, and DNS services) using ansible galaxy collection roles [ibm.power_linux_sap collection](https://galaxy.ansible.com/ui/repo/published/ibm/power_linux_sap/). |
22 | | - - Additionally creates a Power Virtual Server Instance of selected t-shirt size. |
23 | | - - This solution is typically used for **PoCs, demos and quick onboarding** to PowerVS Infrastructure. |
| 21 | + - Creates a VPC and a Power Virtual Server workspace, interconnects them, and configures operating network management services (SQUID proxy, NTP, NFS, and DNS services) using Ansible Galaxy collection roles [ibm.power_linux_sap collection](https://galaxy.ansible.com/ui/repo/published/ibm/power_linux_sap/). |
| 22 | + - Additionally creates a Power Virtual Server Instance of a selected t-shirt size. |
| 23 | + - This solution is typically utilized for **PoCs, demos, and quick onboarding** to PowerVS Infrastructure. |
24 | 24 | 4. [PowerVS import-workspace variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/solutions/import-workspace) |
25 | | - - Takes information of an existing infrastructure and creates a schematics workspace. |
26 | | - - The schematics workspace's id and the outputs from it can be used to install the terraform solution 'Power Virtual Server for SAP HANA' on top of a pre-existing PowerVS infrastructure. |
27 | | - - It creates the ACL and security group rules necessary for management services(NTP. NFS, DNS and proxy server) and schematics engine access. |
28 | | - - This solution is typically used for converting an existing Power Virtual Server landscape to Schematics workspace. |
| 25 | +- Takes information about an existing infrastructure and creates a schematics workspace. |
| 26 | +- The schematics workspace's ID and the outputs from it can be used to install the terraform solution 'Power Virtual Server for SAP HANA' on top of a pre-existing PowerVS infrastructure. |
| 27 | +- It creates the ACL and security group rules necessary for management services (NTP, NFS, DNS, and proxy server) and schematics engine access. |
| 28 | + - This solution is typically used for converting an existing Power Virtual Server landscape to a Schematics workspace. |
29 | 29 |
|
30 | 30 | ## Reference architectures |
31 | | -- [PowerVS full-stack variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/reference-architectures/full-stack/deploy-arch-ibm-pvs-inf-full-stack.md) |
32 | | -- [PowerVS extension variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/reference-architectures/extension/deploy-arch-ibm-pvs-inf-extension.md) |
33 | | -- [PowerVS quickstart variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/reference-architectures/quickstart/deploy-arch-ibm-pvs-inf-quickstart.md) |
| 31 | +- [PowerVS Full-Stack Variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/reference-architectures/full-stack/deploy-arch-ibm-pvs-inf-full-stack.md) |
| 32 | +- [PowerVS Extension Variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/reference-architectures/extension/deploy-arch-ibm-pvs-inf-extension.md) |
| 33 | +- [PowerVS Quickstart Variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/tree/main/reference-architectures/quickstart/deploy-arch-ibm-pvs-inf-quickstart.md) |
34 | 34 |
|
35 | 35 | ## Solutions |
36 | 36 | | Variation | Available on IBM Catalog | Requires IBM Schematics Workspace ID | Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastructure | Creates PowerVS Instance | Performs PowerVS OS Config | |
@@ -72,7 +72,7 @@ You need the following permissions to run this module. |
72 | 72 | <!-- BEGIN CONTRIBUTING HOOK --> |
73 | 73 | ## Contributing |
74 | 74 |
|
75 | | -You can report issues and request features for this module in GitHub issues in the module repo. See [Report an issue or request a feature](https://github.com/terraform-ibm-modules/.github/blob/main/.github/SUPPORT.md). |
| 75 | +You can report issues and request features for this module in GitHub issues in the module repository. See [Report an issue or request a feature](https://github.com/terraform-ibm-modules/.github/blob/main/.github/SUPPORT.md). |
76 | 76 |
|
77 | 77 | To set up your local development environment, see [Local development setup](https://terraform-ibm-modules.github.io/documentation/#/local-dev-setup) in the project documentation. |
78 | 78 | <!-- END CONTRIBUTING HOOK --> |
0 commit comments