Merge branch 'master' into feature/rskj_public_endpoint
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
name 'parity'
|
||||
|
||||
run_list %w(
|
||||
recipe[kosmos-parity::from_package]
|
||||
recipe[kosmos-parity::node_dev]
|
||||
)
|
||||
11
roles/rsk_mainnet.rb
Normal file
11
roles/rsk_mainnet.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
name "rsk_mainnet"
|
||||
|
||||
run_list %w(
|
||||
kosmos_rsk::rskj
|
||||
)
|
||||
|
||||
override_attributes(
|
||||
:rskj => {
|
||||
:network => "mainnet"
|
||||
}
|
||||
)
|
||||
5
roles/rsk_testnet.rb
Normal file
5
roles/rsk_testnet.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
name "rsk_testnet"
|
||||
|
||||
run_list %w(
|
||||
kosmos_rsk::rskj
|
||||
)
|
||||
6
roles/sockethub.rb
Normal file
6
roles/sockethub.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
name "sockethub"
|
||||
|
||||
run_list %w(
|
||||
sockethub::default
|
||||
sockethub::proxy
|
||||
)
|
||||
Reference in New Issue
Block a user