소스 검색

Merge pull request #155 from mdr-engineering/feature/ftd_MSOCI-1445_LegacyCompatibilityALBs

Updates Splunk Cluster to 1.10.4 for Internal ALB Support
Frederick Damstra 4 년 전
부모
커밋
fc22f5075d

+ 1 - 1
test/aws-us-gov/mdr-test-c2/160-splunk-indexer-cluster/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/indexer_cluster?ref=v1.10.2"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/indexer_cluster?ref=v1.10.4"
 }
 
 dependency "vpc" {

+ 1 - 0
test/aws-us-gov/mdr-test-c2/170-splunk-searchhead/.tfswitch.toml

@@ -0,0 +1 @@
+../../../../.tfswitch.toml

+ 4 - 2
test/aws-us-gov/mdr-test-c2/account.hcl

@@ -126,8 +126,10 @@ locals {
 
   instance_types = {
     "splunk-cm"      = "t3a.small",  # legacy: t2.small
-    "splunk-indexer" = "i3en.large", # legacy: t2.small, but whats the point if we don't have instance storage.
-    #"splunk-indexer" = "m5d.large", # these are 1/2 the price of i3en.larges, but my first test didn't work. Worth retesting.
+    #"splunk-indexer" = "t3a.small", # legacy: t2.small, but whats the point if we don't have instance storage.
+    #"splunk-indexer" = "i3en.large", # legacy: t2.small, but whats the point if we don't have instance storage.
+    #"splunk-indexer" = "m5d.large", # these are 1/2 the price of i3en.larges. 8GB RAM, 75GB storage
+    "splunk-indexer" = "m5d.xlarge", # 16GB RAM, 150GB SSD
     "splunk-hf"      = "t3a.small", # legacy: t2.medium
     "splunk-sh"      = "t3a.small", # legacy: ? not sure
   }