Skip to content

Commit

Permalink
hpsa ports added - INC000002652291
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Feb 26, 2021
2 parents 1a0eae3 + d318bc5 commit 609cdec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion it-windows-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ locals {
n_encase = ["148.129.121.72/32"]
n_riverbed = ["172.24.100.107/32"]
n_hpsa = ["172.24.100.141/32", "172.24.100.154/32", "172.24.100.165/32"]
<<<<<<< HEAD
n_hpom = ["172.24.105.24/32"]
=======
n_hpomtcp = ["172.24.105.24/32"]
n_hpomudp = ["172.24.105.24/32"]
>>>>>>> d318bc5695d0fc41f1e6236aef2784d305f400ed
source_groups = ["all", "external"]
name = var.name
ports = [
Expand All @@ -40,7 +45,7 @@ locals {
[27401, 27401, "tcp", "TransactionAgent", local.n_riverbed, ["external"]],
[1002, 1002, "tcp", "HPSA", local.n_hpsa, ["external"]],
[383, 383, "tcp", HPOM, local.n_hpom, ["external"]],
[383, 383, "udp", HPOM, local.n_hpom, ["externa;"]],
[383, 383, "udp", HPOM, local.n_hpom, ["external"]],
]
# these are ignored
Expand Down

0 comments on commit 609cdec

Please sign in to comment.