Przeglądaj źródła

Merge pull request #171 from mdr-engineering/feature/ftd_MSOCI-1598_ALSI_Nodes_redux

Updates Variables for Multiple Public Endpoints
Frederick Damstra 4 lat temu
rodzic
commit
5deeb42608

+ 0 - 1
test/aws-us-gov/mdr-test-c2/175-splunk-alsi/terragrunt.hcl

@@ -35,7 +35,6 @@ inputs = {
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
   prefix = local.account_vars.locals.splunk_prefix
-  instance_type = local.account_vars.locals.instance_types["alsi"]
   vpc_id = dependency.vpc.outputs.vpc_id
   vpc_cidr = local.account_vars.locals.vpc_info["vpc-splunk"]["cidr"]
   azs = dependency.vpc.outputs.azs

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

@@ -139,7 +139,8 @@ locals {
   }
 
   instance_types = {
-    "alsi"           = "t3a.small",
+    "alsi-master"    = "t3a.small",
+    "alsi-worker"    = "t3a.small",
     "splunk-cm"      = "t3a.small",  # legacy: t2.small
     #"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.
@@ -179,7 +180,10 @@ locals {
   sensu_server_instance_type = "t3a.medium"
 
   # ALSI Servers
-  alsi_count = 2
+  alsi_workers = 2
+  alsi_splunk_nlb = true # splunk://moose-alsi-splunk.xdr{,test}.accenturefederalcyber.com:9997 and 9998
+  alsi_elastic_alb = true # https://moose-alsi-elastic.xdr{,test}.accenturefederalcyber.com -> 9200
+  alsi_hec_alb = true # https://moose-alsi-hec.xdr{,test}.accenturefederalcyber.com -> 8080
 
   # For testing:
   # Note: instead of changing this here, you can pass parameters to terragrunt on the CLI, such as: