File: xcat.conf.example

package info (click to toggle)
clustershell 1.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: python: 20,978; makefile: 149
file content (17 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Additional ClusterShell group source config file
#
# Please see `man 5 groups.conf` for further details.
#

# xCAT static node group binding
#
[xcat]

# list the nodes in the specified node group
map: lsdef -s -t node "$GROUP" | cut -d' ' -f1

# list all the nodes defined in the xCAT tables
all: lsdef -s -t node | cut -d' ' -f1

# list all groups
list: lsdef -t group | cut -d' ' -f1