We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2654ca commit 402c9c9Copy full SHA for 402c9c9
hieradata/role/rucio.yaml
@@ -1,12 +1,20 @@
1
---
2
classes:
3
- "profile::core::common"
4
- - "profile::core::debugutils"
+ - "profile::core::firewall"
5
+ - "profile::core::nfsclient"
6
- "profile::core::rucio"
- - "python"
7
8
-python::version: "python36"
9
-python::pip: "present"
10
-python::dev: "present"
11
-python::virtualenv: "present"
12
-profile::core::common::manage_firewall: false
+profile::core::firewall::firewall:
+ "254 accept incoming on port 1094 from SLAC subnet":
+ proto: "tcp"
+ state: "NEW"
+ dport: "1094"
13
+ source: "134.79.23.0/24"
14
+ jump: "accept"
15
+ "255 accept outgoing on port 1094 to SLAC subnet":
16
17
18
+ sport: "1094"
19
+ destination: "134.79.23.0/24"
20
0 commit comments