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.
- 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.
- Quickstart OpenShift
- Creates a VPC and a Power Virtual Server workspace and then deploys an OpenShift Cluster in them by using the RedHat IPI Installer for IBM PowerVS.
- The number of PowerVS Master and Worker nodes and their compute configuration is fully customizable.
- Optionally creates IBM Cloud Monitoring and a SCC Workload protection instances.
- This solution is typically utilized for PoCs, demos, and quick onboarding of OpenShift on PowerVS Infrastructure.
Variation | Available on IBM Catalog | 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 |
Quickstart (Standard Landscape plus VSI) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
Quickstart OpenShift | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
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.