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: include catalog image names readme.md #608

Merged
merged 1 commit into from
Sep 8, 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
3 changes: 3 additions & 0 deletions solutions/extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ If you do not have a PowerVS infrastructure that is the full stack solution for
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| [Extension](./) | :heavy_check_mark: | :heavy_check_mark: | N/A | N/A | :heavy_check_mark: | N/A | N/A |

### Notes:
Catalog image names to be imported into infrastructure can be found [here](../full-stack/docs/catalog_image_names.md)

## Reference architecture
[PowerVS workspace extension variation](../../reference-architectures/extension/deploy-arch-ibm-pvs-inf-extension.md)

Expand Down
5 changes: 5 additions & 0 deletions solutions/full-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ This example sets up the following infrastructure:
- Attaches the PowerVS workspace to Transit gateway in PER enabled DC
- Creates an SSH key.

### Notes:
Catalog image names to be imported into infrastructure can be found [here](./docs/catalog_image_names.md)

| 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 |
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| [Full-Stack](./) | :heavy_check_mark: | N/A | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A | N/A |



## Reference architecture
[PowerVS workspace full-stack variation](../../reference-architectures/full-stack/deploy-arch-ibm-pvs-inf-full-stack.md)

Expand Down
41 changes: 41 additions & 0 deletions solutions/full-stack/docs/catalog_image_names.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
| Catalog Image Names |
|----------------------------|
| 7100-05-09 |
| 7200-05-03 |
| 7200-05-05 |
| 7300-00-01 |
| 7300-01-01 |
| CentOS-Stream-8 |
| IBMi-71-11-2924-6 |
| IBMi-71-11-2984-6 |
| IBMi-72-09-2924-8 |
| IBMi-72-09-2984-8 |
| IBMi-73-13-2924-1 |
| IBMi-73-13-2984-1 |
| IBMi-74-07-2924-1 |
| IBMi-74-07-2984-1 |
| IBMi-75-01-2924-2 |
| IBMi-75-01-2984-2 |
| IBMi_COR-74-07-2 |
| Linux-CentOS-8-3 |
| Linux-RHEL-SAP-8-1 |
| Linux-RHEL-SAP-8-2 |
| Linux-RHEL-SAP-8-4 |
| Linux-SUSE-SAP-12-4 |
| Linux-SUSE-SAP-15-2 |
| Linux-SUSE-SAP-15-3 |
| RHEL8-SP4 |
| RHEL8-SP4-SAP |
| RHEL8-SP4-SAP-NETWEAVER |
| RHEL8-SP6 |
| RHEL8-SP6-SAP |
| RHEL8-SP6-SAP-NETWEAVER |
| SLES15-SP2-SAP |
| SLES15-SP2-SAP-NETWEAVER |
| SLES15-SP3 |
| SLES15-SP3-SAP |
| SLES15-SP3-SAP-NETWEAVER |
| SLES15-SP4 |
| SLES15-SP4-SAP |
| SLES15-SP4-SAP-NETWEAVER |
| VTL-FalconStor-10_03-001 |
2 changes: 2 additions & 0 deletions solutions/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This example sets up the following infrastructure:
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| [Quickstart](./) | :heavy_check_mark: | N/A | :heavy_check_mark:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A |

## Reference architecture
[PowerVS Quickstart variation](../../reference-architectures/quickstart/deploy-arch-ibm-pvs-inf-quickstart.md)

## Architecture diagram
![quickstart-variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-infrastructure/blob/main/reference-architectures/quickstart/deploy-arch-ibm-pvs-inf-quickstart.svg)
Expand Down