-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
option to define network to run stanchion on
- Loading branch information
Andrei Zavada
committed
Mar 1, 2023
1 parent
2a15bc0
commit 986d615
Showing
14 changed files
with
85 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
{auth_module, riak_cs_s3_auth}. | ||
{stanchion_hosting_mode, auto}. | ||
{tussle_voss_riak_host, auto}. | ||
{stanchion_netmask, "255.255.255.255"}. | ||
|
||
{node, "[email protected]"}. | ||
{crash_dump, "{{platform_log_dir}}/erl_crash.dump"}. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,14 +24,14 @@ | |
{riak_pb_port, 8087}. | ||
{auth_bypass, false}. | ||
{admin_key, "admin-key"}. | ||
{stanchion_host, "127.0.0.1"}. | ||
{stanchion_port, 8085}. | ||
{stanchion_ssl, off}. | ||
{cs_version, 030100}. | ||
{rewrite_module, riak_cs_s3_rewrite}. | ||
{auth_module, riak_cs_s3_auth}. | ||
{stanchion_hosting_mode, auto}. | ||
{tussle_voss_riak_host, auto}. | ||
{stanchion_netmask, "255.255.255.255"}. | ||
|
||
{node, "[email protected]"}. | ||
{crash_dump, "{{platform_log_dir}}/erl_crash.dump"}. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,14 @@ | |
{riak_pb_port, 8087}. | ||
{auth_bypass, false}. | ||
{admin_key, "admin-key"}. | ||
{stanchion_host, "127.0.0.1"}. | ||
{stanchion_port, 8085}. | ||
{stanchion_ssl, off}. | ||
{cs_version, 030100}. | ||
{rewrite_module, riak_cs_s3_rewrite}. | ||
{auth_module, riak_cs_s3_auth}. | ||
{stanchion_hosting_mode, auto}. | ||
{tussle_voss_riak_host, auto}. | ||
{stanchion_netmask, "255.255.255.255"}. | ||
|
||
{node, "[email protected]"}. | ||
{crash_dump, "{{platform_log_dir}}/erl_crash.dump"}. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,14 +23,14 @@ | |
{riak_pb_port, 8087}. | ||
{auth_bypass, false}. | ||
{admin_key, "admin-key"}. | ||
{stanchion_host, "127.0.0.1"}. | ||
{stanchion_port, 8085}. | ||
{stanchion_ssl, off}. | ||
{cs_version, 030100}. | ||
{rewrite_module, riak_cs_s3_rewrite}. | ||
{auth_module, riak_cs_s3_auth}. | ||
{stanchion_hosting_mode, auto}. | ||
{tussle_voss_riak_host, auto}. | ||
{stanchion_netmask, "255.255.255.255"}. | ||
|
||
{node, "[email protected]"}. | ||
{crash_dump, "{{platform_log_dir}}/erl_crash.dump"}. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,6 @@ | |
{riak_pb_port, 8087}. | ||
{auth_bypass, false}. | ||
{admin_key, "admin-key"}. | ||
{stanchion_host, "127.0.0.1"}. %% access stanchion when it runs on some other node | ||
{stanchion_ip, "0.0.0.0"}. | ||
{stanchion_port, 8085}. | ||
{stanchion_ssl, off}. | ||
|
@@ -29,6 +28,7 @@ | |
{auth_module, riak_cs_s3_auth}. | ||
{stanchion_hosting_mode, auto}. | ||
{tussle_voss_riak_host, auto}. | ||
{stanchion_netmask, "255.255.255.255"}. | ||
|
||
{node, "[email protected]"}. | ||
{crash_dump, "{{platform_log_dir}}/erl_crash.dump"}. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters