File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
class HBN (Plugin , IndependentPlugin ):
14
14
15
- short_desc = 'HBN (Host Based Network )'
15
+ short_desc = 'HBN (Host Based Networking )'
16
16
plugin_name = "hbn"
17
17
packages = ('hbn-repo' ,)
18
18
@@ -21,4 +21,20 @@ def setup(self):
21
21
'/etc/mellanox' ,
22
22
'/var/log/doca/hbn' ,
23
23
'/var/lib/hbn/etc/cumulus' ,
24
+ '/var/log/sfc-install.log' ,
25
+ '/usr/lib/udev' , # HBN udev rules
26
+ '/tmp/sf_devices' , # udev renamed sf devices
27
+ '/tmp/sfr_devices' , # udev renamed sf representor devices
28
+ '/tmp/sfc-activated' ,
29
+ '/tmp/.BR_*' , # interim files for updating hbn.conf
30
+ '/tmp/.ENABLE_*' ,
31
+ '/tmp/.LINK_*' ,
32
+ ])
33
+
34
+ self .add_journal (units = "sfc" )
35
+ self .add_journal (units = "sfc-state-propagation" )
36
+
37
+ self .add_cmd_output ([
38
+ "mlnx-sf -a show" , # short cli output
39
+ "mlnx-sf -a show --json --pretty" , # verbose output in json format
24
40
])
You can’t perform that action at this time.
0 commit comments