Răsfoiți Sursa

Merge pull request #95 from mdr-engineering/feature/ftd_MSOCI-1403_NewDNS_for_Moose_SH

Enables DNS entries for legacy moose-splunk-sh
Frederick Damstra 5 ani în urmă
părinte
comite
5441e19d90
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 0
      prod/env.hcl
  2. 1 1
      test/env.hcl

+ 1 - 0
prod/env.hcl

@@ -85,6 +85,7 @@ locals {
   # 2) Reapply the legacy-mdr-*/026-legacy-dns-entries module.
   # 3) Create a new entry in the module with which you're creating the new instance.
   legacy_private_dns = {
+    "moose-splunk-sh" = "10.80.101.65", # Needed for xdr-inventory
     #"jira-server" = "10.80.101.250",
     "mailrelay" = "10.80.1.107",
     #"openvpn" = "10.100.0.129",

+ 1 - 1
test/env.hcl

@@ -88,7 +88,7 @@ locals {
   legacy_private_dns = {
     #"moose-splunk-cm" = "10.96.101.87",
     #"moose-splunk-hf" = "10.96.101.75",
-    #"moose-splunk-sh" = "10.96.101.59",
+    "moose-splunk-sh" = "10.96.101.59", # needed for xdr-inventory
     #"clu" = "10.96.101.122",
     #"fm-shared-search" = "10.96.1.39",
     #"ghe-backup" = "10.96.101.71",