Skip to content

Commit 7856d49

Browse files
authored
feat(noble): add firewall rules for noble host migration (#379)
1 parent c17f5eb commit 7856d49

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pillar/base/firewall/salt.sls

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,28 @@ firewall:
66
port: 9000:9001
77
source: *psf_internal_network
88

9-
salt_master_bugs_ams1:
10-
port: 4505:4506
11-
source: 188.166.48.69
12-
13-
salt_master_mail1_ams1:
14-
port: 4505:4506
15-
source: 188.166.95.178
16-
179
salt_master_psf_internal:
1810
port: 4505:4506
1911
source: *psf_internal_network
2012

13+
{# NOTE: These hosts do not run in the primary DC (NYC1) so firewall holes are poked for access #}
2114
salt_master_pythontest:
2215
port: 4505:4506
2316
source: 159.89.235.38
2417

18+
salt_master_pythontest_noble:
19+
port: 4505:4506
20+
source: 68.183.26.59
21+
2522
salt_master_remote_backup:
2623
port: 4505:4506
2724
source: 138.68.57.99
2825

26+
salt_master_mail1_ams1:
27+
port: 4505:4506
28+
source: 188.166.95.178
29+
30+
{# TODO: this is used in development environments #}
2931
salt_master_pebble:
3032
port: 14000
3133
source: *psf_internal_network

0 commit comments

Comments
 (0)