Merge branch 'master' into feature/rskj_public_endpoint

This commit is contained in:
2021-11-28 10:02:06 -06:00
33 changed files with 509 additions and 169 deletions

View File

@@ -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
View 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
View File

@@ -0,0 +1,5 @@
name "rsk_testnet"
run_list %w(
kosmos_rsk::rskj
)

6
roles/sockethub.rb Normal file
View File

@@ -0,0 +1,6 @@
name "sockethub"
run_list %w(
sockethub::default
sockethub::proxy
)