Verified Commit afa3197a authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(argonaut-fuse) Add force hostname option to schema

It’s not in the interface as it defaults to TRUE in argonaut-fuse and we
 did not encounter cases where it should be FALSE yet. If needed
 argonautFuseFaiForceHostname will be added to the service interface
 later.

issue #5847
Showing with 8 additions and 1 deletion
+8 -1
......@@ -350,6 +350,12 @@ attributetype ( 1.3.6.1.4.1.38414.2.14.14 NAME 'argonautFuseFai5Cmdline'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.38414.2.14.15 NAME 'argonautFuseFaiForceHostname'
DESC 'Fusion Directory - Argonaut, fuse command line for FAI - Force hostname.'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.38414.2.15.1 NAME 'argonautFAIMonitorPort'
DESC 'Fusion Directory - Argonaut FAI monitor, port.'
EQUALITY integerMatch
......@@ -439,7 +445,8 @@ objectclass ( 1.3.6.1.4.1.38414.2.2.7 NAME 'argonautFuseFAIConfig'
SUP top AUXILIARY
MUST ( argonautFuseNfsRoot )
MAY ( argonautFuseFaiVersion $ argonautFuseFaiFlags $
argonautFuseFai4Cmdline $ argonautFuseFai5Cmdline ) )
argonautFuseFai4Cmdline $ argonautFuseFai5Cmdline $
argonautFuseFaiForceHostname ) )
objectclass ( 1.3.6.1.4.1.38414.2.2.8 NAME 'argonautFuseLTSPConfig'
DESC 'An argonaut config for fuse LTSP module'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment