|
@@ -48,4 +48,40 @@ locals {
|
|
|
"name" = "mdr-test.defpoint.com"
|
|
|
}
|
|
|
|
|
|
+ # Provide some legacy DNS entries so that systems we build
|
|
|
+ # don't have to be rebuilt when we migrate the supporting systems.
|
|
|
+ # Idea here is just to build entries for those systems we need during
|
|
|
+ # the transition.
|
|
|
+ #
|
|
|
+ # When you migrate one of the systems below:
|
|
|
+ # 1) Remove the entry from this list.
|
|
|
+ # 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-cm" = "10.96.101.87",
|
|
|
+ #"moose-splunk-hf" = "10.96.101.75",
|
|
|
+ #"moose-splunk-sh" = "10.96.101.59",
|
|
|
+ #"clu" = "10.96.101.122",
|
|
|
+ #"fm-shared-search" = "10.96.1.39",
|
|
|
+ #"ghe-backup" = "10.96.101.71",
|
|
|
+ "mailrelay" = "10.96.1.160",
|
|
|
+ #"openvpn" = "10.96.101.249",
|
|
|
+ #"phantom" = "10.96.101.186",
|
|
|
+ "proxy" = "10.96.101.188",
|
|
|
+ "reposerver" = "10.96.101.160",
|
|
|
+ "sensu" = "10.96.101.43",
|
|
|
+ #"splunk-mc" = "10.96.1.133",
|
|
|
+ #"vault-1" = "10.96.1.38",
|
|
|
+ #"vault-2" = "10.96.2.63",
|
|
|
+ #"vault-3" = "10.96.3.88",
|
|
|
+ "salt-master" = "10.96.101.161",
|
|
|
+ }
|
|
|
+ # not many public entries, as the use of saml negates their usefulness
|
|
|
+ legacy_public_dns = {
|
|
|
+ "bastion" = "34.237.123.128",
|
|
|
+ "proxy" = "18.214.39.158",
|
|
|
+ "reposerver" = "34.202.16.40",
|
|
|
+ "salt-master" = "18.233.43.236",
|
|
|
+ "sensu" = "34.235.81.176"
|
|
|
+ }
|
|
|
}
|