Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
c.klewar committed May 24, 2024
1 parent ec65689 commit 19c5902
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project_suffix = "26"
ssh_public_key_file = "path to ssh public key file"
gcp_zone = "b"
gcp_region = "us-east1"
gcp_instance_image = "rhel9-20240216075746-multi-voltmesh-us"
gcp_instance_image = "rhel9-20240216075746-single-voltmesh-us"
gcp_existing_network_slo = "existing gcp network name for slo interface"
gcp_existing_subnet_network_slo = "existing gcp subnetwork name for slo interface"
f5xc_tenant = "full f5 xc tenant name e.g. playground-abcdefg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ module "f5xc_gcp_cloud_ce_three_node_single_nic_existing_vpc_and_subnet_3rd_part
gcp_instance_image = var.gcp_instance_image
gcp_instance_disk_size = var.gcp_instance_disk_size
gcp_existing_network_slo = var.gcp_existing_network_slo
gcp_existing_network_sli = var.gcp_existing_network_sli
gcp_existing_subnet_network_slo = var.gcp_existing_subnet_network_slo
gcp_existing_subnet_network_sli = var.gcp_existing_subnet_network_sli
f5xc_tenant = var.f5xc_tenant
f5xc_api_url = var.f5xc_api_url
f5xc_namespace = var.f5xc_namespace
Expand All @@ -30,6 +28,8 @@ module "f5xc_gcp_cloud_ce_three_node_single_nic_existing_vpc_and_subnet_3rd_part
f5xc_cluster_name = format("%s-%s-%s", var.project_prefix, var.f5xc_cluster_name, var.project_suffix)
f5xc_api_p12_file = var.f5xc_api_p12_file
f5xc_ce_gateway_type = var.f5xc_ce_gateway_type
f5xc_cluster_latitude = var.f5xc_cluster_latitude
f5xc_cluster_longitude = var.f5xc_cluster_longitude
f5xc_api_p12_cert_password = var.f5xc_api_p12_cert_password
f5xc_ce_nodes = {
node0 = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ provider "google" {
credentials = var.gcp_application_credentials != "" ? file(var.gcp_application_credentials) : null
project = var.gcp_project_id
region = var.gcp_region
zone = format("%s-%s", var.gcp_region, var.gcp_zone)
alias = "default"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ gcp_region = "us-east1"
gcp_zone_node0 = "b"
gcp_zone_node1 = "c"
gcp_zone_node2 = "d"
gcp_instance_image = "rhel9-20240216075746-multi-voltmesh-us"
gcp_instance_image = "rhel9-20240216075746-single-voltmesh-us"
gcp_existing_network_slo = "existing gcp network name for slo interface"
gcp_existing_network_sli = "existing gcp network name for sli interface"
gcp_existing_subnet_network_slo = "existing gcp subnetwork name for slo interface"
gcp_existing_subnet_network_sli = "existing gcp subnetwork name for sli interface"
f5xc_tenant = "full f5 xc tenant name e.g. playground-abcdefg"
f5xc_api_url = "f5 xc api url e.g. https://playground.console.ves.volterra.io/api"
f5xc_cluster_name = "gcp-ce-test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,7 @@ variable "gcp_existing_network_slo" {
type = string
}

variable "gcp_existing_network_sli" {
description = "existing gcp network name sli"
type = string
}

variable "gcp_existing_subnet_network_slo" {
description = "existing gcp subnetwork name slo"
type = string
}

variable "gcp_existing_subnet_network_sli" {
description = "existing gcp subnetwork name sli"
type = string
}
2 changes: 1 addition & 1 deletion modules
Submodule modules updated 51 files
+1 −1 f5xc/ce/appstack/aws/cluster/versions.tf
+1 −1 f5xc/ce/appstack/aws/network/nlb/versions.tf
+1 −1 f5xc/ce/appstack/aws/nodes/master/versions.tf
+1 −1 f5xc/ce/appstack/aws/nodes/worker/versions.tf
+1 −1 f5xc/ce/appstack/aws/versions.tf
+1 −1 f5xc/ce/appstack/azure/network/common/versions.tf
+1 −1 f5xc/ce/appstack/azure/network/node/versions.tf
+1 −1 f5xc/ce/appstack/azure/network/sgr/versions.tf
+1 −1 f5xc/ce/appstack/azure/nodes/versions.tf
+1 −1 f5xc/ce/appstack/azure/versions.tf
+1 −1 f5xc/ce/appstack/gcp/cluster/versions.tf
+1 −1 f5xc/ce/appstack/gcp/firewall/versions.tf
+1 −1 f5xc/ce/appstack/gcp/network/common/versions.tf
+1 −1 f5xc/ce/appstack/gcp/nodes/master/versions.tf
+1 −1 f5xc/ce/appstack/gcp/nodes/worker/versions.tf
+1 −1 f5xc/ce/appstack/gcp/versions.tf
+1 −1 f5xc/ce/aws/config/versions.tf
+1 −1 f5xc/ce/aws/network/common/versions.tf
+1 −1 f5xc/ce/aws/network/nlb/versions.tf
+1 −1 f5xc/ce/aws/network/node/versions.tf
+1 −1 f5xc/ce/aws/network/private/versions.tf
+1 −1 f5xc/ce/aws/network/secure/versions.tf
+1 −1 f5xc/ce/aws/nodes/versions.tf
+1 −1 f5xc/ce/aws/versions.tf
+1 −1 f5xc/ce/azure/network/common/versions.tf
+1 −1 f5xc/ce/azure/network/nlb/common/versions.tf
+1 −1 f5xc/ce/azure/network/nlb/node/versions.tf
+1 −1 f5xc/ce/azure/network/node/versions.tf
+1 −1 f5xc/ce/azure/network/private/versions.tf
+1 −1 f5xc/ce/azure/network/secure/versions.tf
+1 −1 f5xc/ce/azure/network/sgr/versions.tf
+1 −1 f5xc/ce/azure/nodes/versions.tf
+1 −1 f5xc/ce/azure/versions.tf
+1 −1 f5xc/ce/gcp/config/versions.tf
+1 −1 f5xc/ce/gcp/firewall/versions.tf
+1 −1 f5xc/ce/gcp/network/common/versions.tf
+1 −1 f5xc/ce/gcp/network/private/versions.tf
+1 −1 f5xc/ce/gcp/nodes/versions.tf
+1 −1 f5xc/ce/gcp/versions.tf
+4 −0 f5xc/ce/vsphere/locals.tf
+45 −0 f5xc/ce/vsphere/main.tf
+35 −0 f5xc/ce/vsphere/nodes/data.tf
+106 −0 f5xc/ce/vsphere/nodes/main.tf
+12 −0 f5xc/ce/vsphere/nodes/outputs.tf
+176 −0 f5xc/ce/vsphere/nodes/variables.tf
+17 −0 f5xc/ce/vsphere/nodes/versions.tf
+13 −0 f5xc/ce/vsphere/outputs.tf
+117 −0 f5xc/ce/vsphere/variables.tf
+17 −0 f5xc/ce/vsphere/versions.tf
+1 −1 f5xc/secure_mesh_site/versions.tf
+1 −1 f5xc/voltstack_site/versions.tf

0 comments on commit 19c5902

Please sign in to comment.