Skip to content

Commit

Permalink
add definition of ${compute_prefix} in SLES input template and update…
Browse files Browse the repository at this point in the history
… comment (#239)
  • Loading branch information
koomie committed Jan 9, 2017
1 parent 09eab9b commit 230d0fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/install/centos7.2/input.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enable_intel_packages="${enable_intel_packages:-0}"
# total number of computes
num_computes="${num_computes:-4}"

# regex that matches defined compute hostnames
# regex and starting prefix that matches defined compute hostnames
compute_regex="${compute_regex:-c*}"
compute_prefix="${compute_prefix:-c}"

Expand Down
3 changes: 2 additions & 1 deletion docs/recipes/install/sles12sp1/input.local.template
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ enable_intel_packages="${enable_intel_packages:-0}"
# total number of computes
num_computes="${num_computes:-4}"

# regex that matches defined compute hostnames
# regex and starting prefix that matches defined compute hostnames
compute_regex="${compute_regex:-c*}"
compute_prefix="${compute_prefix:-c}"

# compute hostnames
c_name[0]=c1
Expand Down

0 comments on commit 230d0fd

Please sign in to comment.