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.
Three solutions are offered:
- PowerVS full-stack variation
- 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.
- PowerVS extension variation
- Extends the full-stack solution by creating a new Power Virtual Server workspace in different zone and interconnects with the previous solution.
- This solution is typically used for High Availability scenarios where a single management VPCs can be used to reach both PowerVS workspaces.
- PowerVS quickstart variation
- 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.
- Additionally creates a Power Virtual Server Instance of selected t-shirt size.
- This solution is typically used for PoCs, demos and quick onboarding to Power 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 |
---|---|---|---|---|---|---|---|
Full-Stack | ✔️ | N/A | ✔️ | ✔️ | ✔️ | N/A | N/A |
Extension | ✔️ | ✔️ | N/A | N/A | ✔️ | N/A | N/A |
Quickstart | ✔️ | N/A | ✔️ | ✔️ | ✔️ | ✔️ | 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
- Direct Link service
Editor
platform access
- Resource Group service
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.
To set up your local development environment, see Local development setup in the project documentation.