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.
Three solutions are offered:
- Standard Landscape
- Creates a VPC and 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.
- Extend Standard Landscape
- Extends the standard landscape solution by creating a new Power Virtual Server workspace in a different zone and interconnects with the previous solution.
- This solution is typically used for High Availability scenarios where a single management VPC can be used to reach both PowerVS workspaces.
- Quickstart (Standard Landscape plus VSI)
- 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.
- Additionally creates a Power Virtual Server Instance of a selected t-shirt size. Network management services, filesystems and SCC Workload protection agents are configured for AIX and Linux instances.
- This solution is typically utilized for PoCs, demos, and quick onboarding to PowerVS Infrastructure.
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 |
---|---|---|---|---|---|---|---|
Standard Landscape | ✔️ | N/A | ✔️ | ✔️ | ✔️ | N/A | N/A |
Extend Standard Landscape | ✔️ | ✔️ | N/A | N/A | ✔️ | N/A | N/A |
Quickstart (Standard Landscape plus VSI) | ✔️ | N/A | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
You need the following permissions to run this module.
- Account Management
- Resource Group service
Viewer
platform access
- IAM Services
- Workspace for Power Virtual Server service
- Power Virtual Server service
Editor
platform access
- VPC Infrastructure Services service
Editor
platform access
- Transit Gateway service
Editor
platform access
- Resource Group service
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.
To set up your local development environment, see Local development setup in the project documentation.