Skip to content

Commit

Permalink
fix: inventory file names (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsbharadwaj authored Dec 6, 2024
1 parent 1182990 commit 36769f2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions modules/powervs-vpc-landing-zone/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ module "configure_network_services" {
ssh_private_key = var.ssh_private_key

src_script_template_name = "configure-network-services/ansible_exec.sh.tftpl"
dst_script_file_name = "network-services_configure_network_services.sh"
dst_script_file_name = "network-services-instance.sh"

src_playbook_template_name = "configure-network-services/playbook-configure-network-services.yml.tftpl"
dst_playbook_file_name = "network-services-playbook-configure-network-services.yml"
dst_playbook_file_name = "network-services-instance-playbook.yml"
playbook_template_vars = {
"server_config" : jsonencode(
{ "squid" : local.network_services_config.squid,
Expand All @@ -154,7 +154,7 @@ module "configure_network_services" {
}

src_inventory_template_name = "inventory.tftpl"
dst_inventory_file_name = "configure-network-services-instance-inventory"
dst_inventory_file_name = "network-services-instance-inventory"
inventory_template_vars = { "host_or_ip" : local.network_services_vsi_ip }
}

Expand All @@ -170,10 +170,10 @@ module "configure_monitoring_host" {
ssh_private_key = var.ssh_private_key

src_script_template_name = "configure-monitoring-instance/ansible_exec.sh.tftpl"
dst_script_file_name = "configure-monitoring-instance.sh"
dst_script_file_name = "monitoring-instance.sh"

src_playbook_template_name = "configure-monitoring-instance/playbook-configure-monitoring-instance.yml.tftpl"
dst_playbook_file_name = "configure-monitoring-instance-playbook.yml"
dst_playbook_file_name = "monitoring-instance-playbook.yml"
playbook_template_vars = {
"client_config" : jsonencode(
{
Expand All @@ -184,6 +184,6 @@ module "configure_monitoring_host" {
}

src_inventory_template_name = "inventory.tftpl"
dst_inventory_file_name = "configure-network-services-instance-inventory"
dst_inventory_file_name = "monitoring-instance-inventory"
inventory_template_vars = { "host_or_ip" : local.monitoring_vsi_ip }
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
copyright:
years: 2024
lastupdated: "2024-11-27"
lastupdated: "2024-12-7"
keywords:
subcollection: deployable-reference-architectures
authors:
Expand All @@ -15,7 +15,7 @@ use-case: ITServiceManagement
industry: Technology
compliance:
content-type: reference-architecture
version: v8.0.0
version: v8.0.1

---

Expand All @@ -26,7 +26,7 @@ version: v8.0.0
{: toc-industry="Technology"}
{: toc-use-case="ITServiceManagement"}
{: toc-compliance="SAPCertified"}
{: toc-version="8.0.0"}
{: toc-version="8.0.1"}

This solution helps to install the deployable architecture ['Power Virtual Server for SAP HANA'](https://cloud.ibm.com/catalog/architecture/deploy-arch-ibm-pvs-sap-9aa6135e-75d5-467e-9f4a-ac2a21c069b8-global) on top of a pre-existing Power Virtual Server(PowerVS) landscape. 'Power Virtual Server for SAP HANA' automation requires a schematics workspace id for installation. The 'Import' solution creates a schematics workspace by taking pre-existing VPC and PowerVS infrastructure resource details as inputs. The ID of this schematics workspace will be the pre-requisite workspace id required by 'Power Virtual Server for SAP HANA' to create and configure the PowerVS instances for SAP on top of the existing infrastructure.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
copyright:
years: 2024
lastupdated: "2024-11-27"
lastupdated: "2024-12-7"
keywords:
subcollection: deployable-reference-architectures
authors:
Expand All @@ -15,7 +15,7 @@ image_source: https://github.com/terraform-ibm-modules/terraform-ibm-powervs-inf
use-case: ITServiceManagement
industry: Technology
content-type: reference-architecture
version: v8.0.0
version: v8.0.1
compliance: SAPCertified

---
Expand All @@ -28,7 +28,7 @@ compliance: SAPCertified
{: toc-industry="Technology"}
{: toc-use-case="ITServiceManagement"}
{: toc-compliance="SAPCertified"}
{: toc-version="8.0.0"}
{: toc-version="8.0.1"}

The Power Virtual Server with VPC landing zone as variation 'Extend Power Virtual Server with VPC landing zone' creates an additional Power Virtual Server workspace and connects it with the already created Power Virtual Server with VPC landing zone. It builds on the existing Power Virtual Server with VPC landing zone deployed as a variation 'Create a new architecture'.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
copyright:
years: 2024
lastupdated: "2024-11-27"
lastupdated: "2024-12-7"
keywords:
subcollection: deployable-reference-architectures
authors:
Expand All @@ -15,7 +15,7 @@ image_source: https://github.com/terraform-ibm-modules/terraform-ibm-powervs-inf
use-case: ITServiceManagement
industry: Technology
content-type: reference-architecture
version: v8.0.0
version: v8.0.1
compliance:

---
Expand All @@ -28,7 +28,7 @@ compliance:
{: toc-industry="Technology"}
{: toc-use-case="ITServiceManagement"}
{: toc-compliance=""}
{: toc-version="8.0.0"}
{: toc-version="8.0.1"}

Quickstart deployment of the Power Virtual Server with VPC landing zone creates VPC services, a Power Virtual Server workspace, and interconnects them. It also deploys a Power Virtual Server of chosen T-shirt size or custom configuration. Supported Os are Aix, IBM i, and Linux images.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
copyright:
years: 2024
lastupdated: "2024-11-27"
lastupdated: "2024-12-7"
keywords:
subcollection: deployable-reference-architectures
authors:
Expand All @@ -15,7 +15,7 @@ image_source: https://github.com/terraform-ibm-modules/terraform-ibm-powervs-inf
use-case: ITServiceManagement
industry: Technology
content-type: reference-architecture
version: v8.0.0
version: v8.0.1
compliance: SAPCertified

---
Expand All @@ -28,7 +28,7 @@ compliance: SAPCertified
{: toc-industry="Technology"}
{: toc-use-case="ITServiceManagement"}
{: toc-compliance="SAPCertified"}
{: toc-version="8.0.0"}
{: toc-version="8.0.1"}

The Standard deployment of the Power Virtual Server with VPC landing zone creates VPC services and a Power Virtual Server workspace and interconnects them.

Expand Down

0 comments on commit 36769f2

Please sign in to comment.