Skip to content

Commit 402c9c9

Browse files
committed
(role/rucio) add role
1 parent d2654ca commit 402c9c9

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

hieradata/role/rucio.yaml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
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"

0 commit comments

Comments
 (0)