Project

General

Profile

Actions

Bug #22298

closed

update local.params.example

Added by Peter Amstutz about 1 month ago. Updated 16 days ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
-
Target version:
Story points:
-

Description

https://gist.githubusercontent.com/zoe-translates/800530a5955fd82f267359eda857f376/raw/22aaedbd599c9b9437a2e2e0ef90b024a536b037/fix-installer-sh-syntax.patch

On further examination, what the patch does is make this work:

# The mapping of nodes to roles
# installer.sh will log in to each of these nodes and then provision
# it for the specified roles.
NODES=(
  [demo.vir-test.home.arpa]=''
)

I think this triggers a default "install everything" behavior in the provision.sh script, but it would be much better (and not require the installer.sh patch) if it was written this way:

NODES=(
  [demo.vir-test.home.arpa]='database,controller,monitoring,workbench,workbench2,webshell,keepproxy,keepweb,websocket,dispatcher,keepbalance,keepstore'
)

The reason for the confusion is that local.params.example.single_host_single_hostname uses the blank version, and it wasn't tested properly.


Subtasks 1 (0 open1 closed)

Task #22382: Review 22298-local-paramsResolvedPeter Amstutz12/05/2024Actions
Actions

Also available in: Atom PDF