# This is the Warewulf node group configuration file. These are the default values for
# all nodes in this group. You can override them in the node specific configs
# if you must.

# Specify a string to describe this group (can be queried by wwinfo)

   group desc           = Default CSM diskless Warewulf node group

# Define each network device here.

   admin device         = #CSMVAR:NodeAdminAdapterName#
   sharedfs device      = #CSMVAR:NodeSharedfsAdapterName#
   cluster device       = #CSMVAR:NodeClusterAdapterName#

# What Virtual Node File System should this Warewulf node group utilize?
# note: They must exist in /vnfs/ and be built!

################# DO NOT ERASE THIS SECTION (begin)###############
   vnfs                 = #CSMVAR:NodeVnfsName#
################# DO NOT ERASE THIS SECTION (end) ################

# The defaults here are hard linked by wwmkinitrd to the latest
# kernel and wwinitrd when wwmkinitrd was run. This can be specified
# to use a particular version in /tftpboot/ if you like.

   kernel image         = #CSMVAR:KERNEL#
   wwinitrd image       = #CSMVAR:WWINITRD#

# What users should have access to the nodes in this group?

   user names           = gmk, god

# What users in the following _supplementary_ groups should have
# access to the nodes in this group?

   user groups          = group1

################# DO NOT ERASE THIS SECTION (begin)###############
# DisklessType
# Specifies the type of diskless boot image. This value can be "hybrid" or 
# "ramdisk". 
# If DisklessType is "hybrid", csmsetupinstall will build a hybrid diskless 
# boot image which will have some of file systems in the RAM disk and some on 
# the NFS server. Normally, the CSM management server or CSM install server 
# will act as the NFS server. 
# If DisklessType is "ramdisk", csmsetupinstall will build a RAM disk diskless 
# boot image which will allow the node to run entirely from the RAM disk. 
#
# Here is the value defined. Notice that do not delete the "#" in the 
# following line. This is for CSM use only.
#
# DisklessType = hybrid
################# DO NOT ERASE THIS SECTION (end) ################


