mirror of https://github.com/vacp2p/wakurtosis.git
Added new data and mofified old one for tests
This commit is contained in:
parent
2e4f8e42a8
commit
462b3cbb87
|
@ -0,0 +1,5 @@
|
|||
topics="test"
|
||||
rpc-admin=true
|
||||
keep-alive=true
|
||||
metrics-server=true
|
||||
nodekey="80fb8f9b71c808bc186bc8c6639a12446e667d031e8ac4896efad603e21728b4"
|
|
@ -0,0 +1,5 @@
|
|||
topics="test"
|
||||
rpc-admin=true
|
||||
keep-alive=true
|
||||
metrics-server=true
|
||||
nodekey="80fb8f9b71c808bc186bc8c6639a12446e667d031e8ac4896efad603e21728b5"
|
|
@ -1,18 +1,58 @@
|
|||
{
|
||||
"nwaku_0": {
|
||||
"static_nodes": [
|
||||
"nwaku_1"
|
||||
"containers": {
|
||||
"container_0": [
|
||||
"nwaku_0",
|
||||
"nwaku_2"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"configuration": "nwaku_0.toml"
|
||||
"container_1": [
|
||||
"nwaku_1",
|
||||
"nwaku_3"
|
||||
]
|
||||
},
|
||||
"nwaku_1": {
|
||||
"static_nodes": [
|
||||
"nwaku_0"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"configuration": "nwaku_1.toml"
|
||||
"nodes": {
|
||||
"nwaku_0": {
|
||||
"static_nodes": [
|
||||
"nwaku_1"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"node_config": "nwaku_0.toml",
|
||||
"node_log": "node_0.log",
|
||||
"port_shift": 0,
|
||||
"container_id": "container_0"
|
||||
},
|
||||
"nwaku_1": {
|
||||
"static_nodes": [
|
||||
"nwaku_0"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"node_config": "nwaku_1.toml",
|
||||
"node_log": "node_1.log",
|
||||
"port_shift": 0,
|
||||
"container_id": "container_1"
|
||||
},
|
||||
"nwaku_2": {
|
||||
"static_nodes": [
|
||||
"nwaku_3"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"node_config": "nwaku_2.toml",
|
||||
"node_log": "node_1.log",
|
||||
"port_shift": 1,
|
||||
"container_id": "container_0"
|
||||
},
|
||||
"nwaku_3": {
|
||||
"static_nodes": [
|
||||
"nwaku_2"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"node_config": "nwaku_3.toml",
|
||||
"node_log": "node_3.log",
|
||||
"port_shift": 1,
|
||||
"container_id": "container_1"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,18 +1,34 @@
|
|||
{
|
||||
"nwaku_0_2": {
|
||||
"static_nodes": [
|
||||
"nwaku_1_2"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"configuration": "nwaku_0_2.toml"
|
||||
},
|
||||
"nwaku_1_2": {
|
||||
"static_nodes": [
|
||||
"containers": {
|
||||
"cid1": [
|
||||
"nwaku_0_2"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"configuration": "nwaku_1_2.toml"
|
||||
"cid2": [
|
||||
"nwaku_1_2"
|
||||
]
|
||||
},
|
||||
"nodes": {
|
||||
"nwaku_0_2": {
|
||||
"static_nodes": [
|
||||
"nwaku_1_2"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"node_config": "nwaku_0_2.toml",
|
||||
"node_log": "node_0_2.log",
|
||||
"port_shift": 0,
|
||||
"container_id": "cid1"
|
||||
},
|
||||
"nwaku_1_2": {
|
||||
"static_nodes": [
|
||||
"nwaku_0_2"
|
||||
],
|
||||
"subnetwork": "subnetwork_0",
|
||||
"image": "nim-waku",
|
||||
"node_config": "nwaku_1_2.toml",
|
||||
"node_log": "node_1_2.log",
|
||||
"port_shift": 0,
|
||||
"container_id": "cid2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue