Skip to content

Commit

Permalink
Merge pull request #20 from IBM-Cloud/Symphony-q3-sep9
Browse files Browse the repository at this point in the history
Q3 release
  • Loading branch information
go-davidng authored Sep 10, 2024
2 parents 6f549d8 + 5ef4f17 commit 9e31a20
Show file tree
Hide file tree
Showing 13 changed files with 699 additions and 681 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# **CHANGELOG**
## **1.6.2**
### ENHANCEMENTS
- Support for Symphony Linux 7.3.2 Build602125, Build602100, Build602094, Build602071, Build602061, Build602068, Build602039 fix patches.
- Support for Symphony Windows 7.3.2 Build602052 fix patch.
- Spectrum Scale version has been updated from 5.1.9.3 to 5.2.0.1.
### **BUG FIXES**
- Fixed bug related to the cluster name set incorrectly.

## **1.6.1**
### ENHANCEMENTS
- Support for Symphony Linux 7.3.2 Build601756, Build601774, Build601796, Build601822, Build601823, Build601827, Build601835, Build601838, Build601841, Build601929, Build601937, Build601948, Build601954, Build601974, Build602064, Build602058 fix patches.
Expand Down
63 changes: 31 additions & 32 deletions README.md

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions datasources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ data "ibm_is_zone" "zone" {

data "ibm_is_vpc" "existing_vpc" {
// Lookup for this VPC resource only if var.vpc_name is not empty
count = var.vpc_name != "" ? 1:0
count = var.vpc_name != "" ? 1 : 0
name = var.vpc_name
}

Expand All @@ -43,7 +43,7 @@ data "ibm_is_instance_profile" "management_node" {

data "ibm_is_instance_profile" "worker" {
count = var.worker_node_type == "vsi" ? 1 : 0
name = var.worker_node_instance_type
name = var.worker_node_instance_type
}

data "ibm_is_instance_profile" "login" {
Expand All @@ -56,11 +56,11 @@ data "ibm_is_instance_profile" "storage" {

data "ibm_is_bare_metal_server_profile" "worker_bare_metal_server_profile" {
count = var.worker_node_type == "baremetal" ? 1 : 0
name = var.worker_node_instance_type
name = var.worker_node_instance_type
}

data "ibm_is_dedicated_host_profiles" "worker" {
count = var.dedicated_host_enabled ? 1: 0
count = var.dedicated_host_enabled ? 1 : 0
}

data "ibm_is_volume_profile" "nfs" {
Expand All @@ -81,17 +81,17 @@ data "ibm_is_image" "baremetal_image" {
}

data "ibm_is_image" "image" {
name = var.image_name
count = local.image_mapping_entry_found ? 0:1
name = var.image_name
count = local.image_mapping_entry_found ? 0 : 1
}

data "http" "fetch_myip"{
data "http" "fetch_myip" {
url = "http://ipv4.icanhazip.com"
}

data "ibm_is_bare_metal_server_profile" "storage_bare_metal_server_profile" {
count = var.spectrum_scale_enabled && var.storage_type == "persistent" ? 1 : 0
name = var.scale_storage_node_instance_type
name = var.scale_storage_node_instance_type
}

data "ibm_is_subnet" "subnet_id" {
Expand All @@ -100,22 +100,22 @@ data "ibm_is_subnet" "subnet_id" {
}

data "ibm_is_image" "scale_image" {
name = var.scale_storage_image_name
count = local.scale_image_mapping_entry_found ? 0:1
name = var.scale_storage_image_name
count = local.scale_image_mapping_entry_found ? 0 : 1
}


data "ibm_is_instance_profile" "spectrum_scale_storage" {
count = var.spectrum_scale_enabled && var.storage_type == "scratch" ? 1 : 0
name = var.scale_storage_node_instance_type
name = var.scale_storage_node_instance_type
}

data "ibm_is_subnet_reserved_ips" "dns_reserved_ips" {
for_each = toset([for subnetsdetails in data.ibm_is_subnet.subnet_id: subnetsdetails.id])
subnet = each.value
for_each = toset([for subnetsdetails in data.ibm_is_subnet.subnet_id : subnetsdetails.id])
subnet = each.value
}

data "ibm_dns_custom_resolvers" "dns_custom_resolver" {
count = local.dns_reserved_ip == "" ? 0 : 1
instance_id = local.dns_service_id
count = local.dns_reserved_ip == "" ? 0 : 1
instance_id = local.dns_service_id
}
40 changes: 20 additions & 20 deletions image-map.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@

locals {
image_region_map = {
"hpcc-sym732-win2016-v1-2" = {
"eu-gb" = "r018-57a5be6b-b036-4a97-9abd-60f39e701bc9"
"eu-de" = "r010-19349651-5d90-4a91-bb41-7183872724f4"
"us-east" = "r014-4ece9a24-a689-463e-ac20-8c181a8cf2aa"
"us-south" = "r006-5c24ce36-9ca9-4d68-8536-dd1f8a46ce96"
"jp-tok" = "r022-25c8772b-71e2-4e94-8d0d-c1f4f8fd413b"
"jp-osa" = "r034-581b904f-b27a-4792-9492-1f25b3fa65b0"
"au-syd" = "r026-9e6c675a-a0ba-483c-9913-8563e77238f8"
"br-sao" = "r042-9d711a6f-30fa-41b9-880c-a27b5943fe3b"
"ca-tor" = "r038-83be02d3-122d-41b3-a36b-376200ddf638"
"hpcc-sym732-win2016-v1-3" = {
"eu-gb" = "r018-f5864398-0ff5-4a04-a5ff-90f17f5297e7"
"eu-de" = "r010-a68efd6b-a0c2-4948-acc6-037e50821c63"
"us-east" = "r014-f2c1d189-b92d-4b7d-bd97-31153bb74fb9"
"us-south" = "r006-b65c1a4a-e373-4643-bb74-8b3734a47550"
"jp-tok" = "r022-b73e316a-efc8-431d-9b84-15609d18aecb"
"jp-osa" = "r034-88a84bf1-6d35-49e3-8100-7e6a6b7c6d07"
"au-syd" = "r026-1f3e1d74-26bb-4f05-a4e7-6bbbde201e89"
"br-sao" = "r042-84dbc89f-d2cb-4c92-8bac-30f14cb375b2"
"ca-tor" = "r038-68321f3b-2819-4959-ac57-d5fc714a78c5"
},
"hpcc-symp732-scale5193-rhel88-v1-7" = {
"eu-gb" = "r018-14a32e7b-9496-4f5a-848a-c101bcac4cd1"
"eu-de" = "r010-3f01a2b0-946a-4079-b0f6-554f081091c8"
"us-east" = "r014-c9b52f0b-1155-4016-a477-7d658c84c37a"
"us-south" = "r006-822c001e-e0f0-44b4-9bbf-3503347b64b9"
"jp-tok" = "r022-c46d1b0c-fce5-43f8-ab7d-e76fdff87db0"
"jp-osa" = "r034-f0627b8d-3311-4971-98c0-3d8b525db5ac"
"au-syd" = "r026-d8cd2667-30df-4a9b-a3f6-15f104112778"
"br-sao" = "r042-585a1228-5096-41c1-83cc-6b020f1fae2c"
"ca-tor" = "r038-80677ee4-723b-475a-9024-ff6df3f910b1"
"hpcc-symp732-scale5201-rhel88-v2" = {
"eu-gb" = "r018-90a9a05e-6862-4c32-b6ee-613379c10457"
"eu-de" = "r010-b1b12d1b-32a4-4d48-926a-c33ea1bd2aef"
"us-east" = "r014-49b31162-756f-4f46-b86e-1bf14cb9b535"
"us-south" = "r006-3afa3867-e2f6-4fa0-8aab-7fd2a617ef01"
"jp-tok" = "r022-ad1d16d1-7e6f-4eb2-b69c-3cb2ef90d89d"
"jp-osa" = "r034-ff9c088b-3f41-414c-a336-424561ddc894"
"au-syd" = "r026-9b4b9440-dcea-4cdb-8b57-e7b4f30aa4dc"
"br-sao" = "r042-f5cdac24-d811-49fb-a3e6-477cc204e585"
"ca-tor" = "r038-abddf6af-89d2-4527-958f-446fb2c11943"
}
}
}
Loading

0 comments on commit 9e31a20

Please sign in to comment.