# 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
# Specify 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.
# If the DisklessType is "user-ramdisk", csmsetupinstall will use  
# user supplied RAM Disk diskless boot image.
# This attributes can be used on both System p and System x diskless nodes.
#
# DisklessKernel
# Specify the kernel used by diskless nodes. In case of user supplying
# diskless nodes' kernel, its value should be the full path plus the name 
# of the kernel, e.g, /full/path/kernel/name.
# The default value for DisklessKernel is "default"
# This attribute is only used for System x diskless nodes.
#
# DisklessInitrd
# Specify the initrd used by diskless nodes. In case of user supplying
# diskless diskless nodes' initrd, its value should be the full path plus
# the name of the initrd, e.g, /full/path/initrd/name. 
# The default value for DisklessInitrd is "default".
# This attribute is only used for System x diskless nodes.
#
# DisklessZimage
# Specify the zimage used by diskless nodes. In case of user supplying
# diskless diskless nodes' zimage, its value should be the  full path plus
# the name of the zimage, e.g, /full/path/zimage/name. 
# The default value for DisklessZimage is "default".
# This attribute is only used for System p diskless node.
#
# DisklessBootImage
# Specify the diskless boot images used by diskless nodes. In case of user 
# supplying diskless boot image, its value should be the full path plus the 
# name of the diskless boot image,
# e.g., /full/path/diskless-boot-image/name.
# The default value for DisklessBootImage is "default".
# This attribute can be used for both System p and System x.
#  
# Here are the default values. Notice that do not delete the "#" in the 
# following lines when you edit it. These lines are used by CSM only.
#
# DisklessType = hybrid
# DisklessKernel = Default
# DisklessInitrd = Default
# DisklessZimage = Default
# DisklessBootImage = Default
################# DO NOT ERASE THIS SECTION (end) ################


