scylladb/scylladb

Add scylla.yaml configuration to scylla_setup

Open

#3,181 opened on Feb 3, 2018

View on GitHub
 (6 comments) (2 reactions) (0 assignees)C++ (11,972 stars) (1,169 forks)batch import
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)

  1. running scylla_setup, for OS and Scylla configuration
  2. 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.

Contributor guide