Skip to content

Instantly share code, notes, and snippets.

@cmeiklejohn
Created February 17, 2015 17:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmeiklejohn/39f57ccfa8998c2dfe0e to your computer and use it in GitHub Desktop.
Save cmeiklejohn/39f57ccfa8998c2dfe0e to your computer and use it in GitHub Desktop.
%% Riak EE.
{riak_ee, [
%% [See rtdev.rt_project above]
{rt_project, "riak_ee"},
%% Specific to replication tests, the size of the "A" cluster, or
%% "source".
%% {cluster_a_size, 3},
%% The total number of nodes to deploy in replication tests.
{num_nodes, 6},
%% Name of executable.
{exec_name, "riak"},
%% Cookie.
{rt_cookie, riak},
%% Which order to upgrade nodes in the cluster when doing the
%% `replication_upgrade' test. Valid values are:
%% * "forwards" - from 1 to 6
%% * "backwards" - from 6 to 1
%% * "alternate" - e.g. 1, 4, 2, 5, 3, 6
%% * "random" - shuffles the list
%% {repl_upgrade_order, "forwards"},
%% Path to yokozuna
{yz_dir, "/Users/cmeiklejohn/Documents/riak_ee/deps/yokozuna"},
%% {test_paths, ["/Users/cmeiklejohn/Documents/antidote/riak_test/ebin"]},
%% Tests to remote load.
%% {tests_to_remote_load, "/Users/cmeiklejohn/Documents/antidote/riak_test/*.erl"},
%% [See rtdev.rtdev_path above]
{rtdev_path, [{root, "/Users/cmeiklejohn/rt/riak_ee"},
{current, "/Users/cmeiklejohn/rt/riak_ee/current"},
{"2.0.4", "/Users/cmeiklejohn/rt/riak_ee/riak_ee-2.0.4"},
{"2.0.2", "/Users/cmeiklejohn/rt/riak_ee/riak_ee-2.0.2"},
{previous, "/Users/cmeiklejohn/rt/riak_ee/riak-ee-1.4.12"},
{legacy, "/Users/cmeiklejohn/rt/riak_ee/riak_ee-1.3.4"}]}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment