Skip to content

Commit

Permalink
HPSA ports - INC000002652291
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Feb 26, 2021
1 parent 609cdec commit 201b255
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions it-windows-base/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ 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 @@ -44,8 +39,8 @@ locals {
[5986, 5986, "tcp", "WinRM-https", local.n_ansible, ["external"]],
[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, ["external"]],
[383, 383, "tcp", "HPOM", local.n_hpom, ["external"]],
[383, 383, "udp", "HPOM", local.n_hpom, ["external"]],
]

# these are ignored
Expand Down

0 comments on commit 201b255

Please sign in to comment.