Skip to content

Commit 3f6524e

Browse files
committed
(role/rucio) add role
1 parent d2654ca commit 3f6524e

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

hieradata/role/rucio.yaml

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
11
---
22
classes:
33
- "profile::core::common"
4-
- "profile::core::debugutils"
4+
- "profile::core::firewall"
5+
- "profile::core::nfsclient"
56
- "profile::core::rucio"
6-
- "python"
77

8-
python::version: "python36"
9-
python::pip: "present"
10-
python::dev: "present"
11-
python::virtualenv: "present"
12-
profile::core::common::manage_firewall: false
8+
profile::core::firewall::firewall:
9+
"254 accept incoming on port 1094 from SLAC subnet":
10+
proto: "tcp"
11+
state: "NEW"
12+
dport: "1094"
13+
source: "134.79.23.0/24"
14+
jump: "accept"
15+
"255 accept outgoing on port 1094 to SLAC subnet":
16+
proto: "tcp"
17+
state: "NEW"
18+
sport: "1094"
19+
destination: "134.79.23.0/24"
20+
jump: "accept"
21+
"256 accept incoming on port 1095 from SLAC subnet":
22+
proto: "tcp"
23+
state: "NEW"
24+
dport: "1095"
25+
source: "134.79.23.0/24"
26+
jump: "accept"
27+
"257 accept outgoing on port 1095 to SLAC subnet":
28+
proto: "tcp"
29+
state: "NEW"
30+
sport: "1095"
31+
destination: "134.79.23.0/24"
32+
jump: "accept"

0 commit comments

Comments
 (0)