Skip to content

Instantly share code, notes, and snippets.

@lixen
Created February 4, 2016 13:46
Show Gist options
  • Save lixen/ffd13213c05318710e1d to your computer and use it in GitHub Desktop.
Save lixen/ffd13213c05318710e1d to your computer and use it in GitHub Desktop.
[config]
## Set cluster name. This is used to identify running instances, so make sure
## it is unique between disjoint clusters under same AWS account.
name = rsltesting
## EC2 instance type to provision.
## rtcloud is designed to work with the following instances:
## cc2.8xlarge, cr1.8xlarge, hi1.4xlarge
## The following table shows instance details:
## ------------------------------------------------------------------------------------------------
## Name RAM Disk CPU
## ------------------------------------------------------------------------------------------------
## cc2.8xlarge 60G 4 x 840 GB 32vCPU (2xE5-2670: 16c/32t 2.6-3.3 GHz, 2x20MB cache)
## cr1.8xlarge 244G 2 x 120 GB(SSD) 32vCPU (2xE5-2670: 16c/32t 2.6-3.3 GHz, 2x20MB cache)
## hi1.4xlarge 60G 2 x 1000 GB(SSD) 16vCPU (Unknown)
## r3.8xlarge 244G 2 x 320 GB(SSD) 32vCPU (2xE5-2670v2: 16c/32t 2.6-3.3 GHz, 2x20MB cache)
## c3.8xlarge 60G 2 x 320 GB(SSD) 32vCPU (2xE5-2680v2: 16c/32t 2.8-3.6 GHz, 2x25MB cache)
## ------------------------------------------------------------------------------------------------
machine = c3.xlarge
## You can choose to use spot instances or regular instances with rtcloud.
## Spot instances should be used the most, since standard instances are
## expensive to run in comparison. Setting 'spot_instances' to 'False'
## will make rtcloud provision standard instances. Defaults to 'True'.
spot_instances = False
## Spot instance maximum bid price. Setting too low will make it hard
## to acquire and keep instances. In my experience, $1/hour has worked
## well. Amazon is nice enough to only charge the current going rate,
## regardless of maximum bid, thus even at $1/hour I generally see
## an actual blended price of around $0.45/hour. If you are using standard
## instances, this setting doesn't matter.
price = 0.75
riak_test_branch = obj_ttl
riak_ee_branch = object_ttl
remote_playbooks = '/graphite.yml','/collectd.yml','/metric_scripts.yml','/basho_bench.yml'
[cluster1]
riak_nodes = 3
test_nodes= 1
bench_nodes = 1
region = eu-west-1
[cluster2]
riak_nodes = 3
region = eu-west-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment