Skip to content

Instantly share code, notes, and snippets.

@robrich
Created September 23, 2020 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save robrich/305b936c3e33e77e689a5e42e3fd3881 to your computer and use it in GitHub Desktop.
Save robrich/305b936c3e33e77e689a5e42e3fd3881 to your computer and use it in GitHub Desktop.
Cluster configuration file
license: YOUR_LICENSE_KEY
memsql_server_version: 7.1.8
package_type: rpm
hosts:
- hostname: 127.0.0.1
localhost: true
nodes:
- register: false
role: Master
config:
password: test
port: 3306
- register: false
role: Leaf
config:
password: test
port: 3307
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment