enhancementgood_first_issuesymptom/ux
Description
Installation details Scylla version (or git commit hash): 2.1
Scylla setup consists of two parts (for example for CentOS)
- running scylla_setup, for OS and Scylla configuration
- updating scylla.yaml parameters:
- cluster_name
- seeds
- listen_address
- rpc_address
It will be easier for the user to include the setting of these parameters in scylla_setup itself:
- in the interactive version, the prompt can suggest listen_address address, for example, "localhost."
- the command line, non-interactive option, will make it easier to automate teh installation without a need for yaml manipulation.