Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update doc to include PER and Non PER #607

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions solutions/extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ It provisions the following infrastructure on top of deployed Full Stack solutio

- A PowerVS workspace instance with the following network topology:
- Creates two private networks: a management network and a backup network
- Creates one or two IBM Cloud connections
- Attaches the IBM Cloud connections to a transit gateway
- Attaches the private networks to the IBM Cloud connections
- Creates an SSH key
- Creates one or two IBM Cloud connections in Non PER environment.
- Attaches the private networks to the IBM Cloud connections in Non PER environment.
- Attaches the IBM Cloud connections to a transit gateway in Non PER environment.
- Attaches the PowerVS workspace to Transit gateway in PER enabled DC
- Creates an SSH key.


Note: Kindly make sure that you are choosing a PowerVS zone different from that of the pre-requisite infrastructure.
Expand Down
7 changes: 4 additions & 3 deletions solutions/full-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ This example sets up the following infrastructure:

- A PowerVS workspace instance with the following network topology:
- Creates two private networks: a management network and a backup network.
- Creates one or two IBM Cloud connections.
- Attaches the IBM Cloud connections to a transit gateway.
- Attaches the private networks to the IBM Cloud connections.
- Creates one or two IBM Cloud connections in Non PER environment.
- Attaches the private networks to the IBM Cloud connections in Non PER environment.
- Attaches the IBM Cloud connections to a transit gateway in Non PER environment.
- Attaches the PowerVS workspace to Transit gateway in PER enabled DC
- Creates an SSH key.

| Variation | Available on IBM Catalog | Requires Schematics Workspace ID | Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastructure | Creates PowerVS Instance | Performs PowerVS OS Config |
Expand Down
7 changes: 4 additions & 3 deletions solutions/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ This example sets up the following infrastructure:

- A PowerVS workspace with the following network topology:
- Creates two private networks: a management network and a backup network.
- Creates one or two IBM Cloud connections.
- Attaches the IBM Cloud connections to a transit gateway.
- Attaches the private networks to the IBM Cloud connections.
- Creates one or two IBM Cloud connections in Non PER environment.
- Attaches the private networks to the IBM Cloud connections in Non PER environment.
- Attaches the IBM Cloud connections to a transit gateway in Non PER environment.
- Attaches the PowerVS workspace to Transit gateway in PER enabled DC
- Creates an SSH key for power workspace.

- A PowerVS Instance with following options:
Expand Down