summaryrefslogtreecommitdiffstats
path: root/config.d/50sofs.defconf
blob: 897971058b8abe6b166ce30fd7cc0960987e8748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
defconf SOFS_VERSION "1.5.3" \
	"<version>" "Version of SoFS to install"

defconf SOFS_REPO_VERSION 1 \
	"<0|1>" "whether to enable a version-specific repo - 1 unless SoFS-1.1"

defconf SOFS_REPO_OLD_STABLE 0 \
	"<0|1>" "whether to enable the old SOFS-Stable yum repository"

defconf SOFS_REPO_ADDITIONAL 1 \
	"<0|1>" "whether to enable the SoFS-additional yum repository"

defconf SOFS_REPO_DAILY 1 \
	"<0|1>" "whether to enable the SoFS-daily yum repository"

defconf GPFS_BASE_VERSION "3.2.0-0" \
	"<version>" "The base version of GPFS to install"

defconf SHAREDDISKSIZE "10G" \
	"<n>G" "size of the 3 GPFS shared disks"

defconf WITH_SOFS_GUI 1 \
	"<0|1>" "1 if the SoFS GUI packages should be installed"

# memory for the node that will run the SoFS GUI - used if it is
# greater than $MEM
defconf GUIMEM 720896 \
	"<n>" "memory allocated for the management node"

defconf JAVA_MIN_SIZE "200M" \
	"<n>M" "minimum size of Java heap for SoFS GUI"

defconf JAVA_MAX_SIZE "400M" \
	"<n>M" "maximum size of Java heap for SoFS GUI"