provisioning-code/.ncl-cache/797db15c970021fccf32371cbb918fb632837ff4004c35a81b13ac52bbb8f2e8.json

156 lines
3.8 KiB
JSON

{
"default_config": {
"bin_path": "/usr/local/bin",
"binaries_path": "/var/lib/zombienet/binaries",
"config_path": "/etc/zombienet",
"log_level": "info",
"logs_path": "/var/lib/zombienet/logs",
"name": "polkadot-zombienet",
"native_config": {
"monitoring": false
},
"networks_path": "/var/lib/zombienet/networks",
"parachains": [],
"relaychain": {
"chain": "rococo-local",
"default_command": "polkadot",
"default_image": "parity/polkadot:latest",
"nodes": [
{
"name": "alice",
"validator": true
},
{
"name": "bob",
"validator": true
}
]
},
"run_user": {
"group": "zombienet",
"home": "/home/zombienet",
"name": "zombienet"
},
"settings": {
"backchannel": true,
"provider": "native",
"timeout": 1000
},
"version": "1.3.133",
"work_path": "/var/lib/zombienet",
"zombienet_binary": "zombienet"
},
"metadata": {
"default_images": {
"parachain": "parity/polkadot-parachain:latest",
"polkadot": "parity/polkadot:latest"
},
"dependencies": [
"polkadot"
],
"features": {
"supports_kubernetes": true,
"supports_monitoring": true,
"supports_native": true,
"supports_parachains": true,
"supports_podman": true,
"supports_relay_chain": true,
"supports_tracing": true
},
"maintainer": {
"name": "Provisioning System",
"url": "https://github.com/paritytech/zombienet"
},
"parachain_id_range": {
"max": 4000,
"min": 1
},
"providers": [
"native",
"kubernetes",
"podman"
],
"relay_chains": [
"rococo-local",
"westend-local",
"kusama-local",
"polkadot-local"
],
"requirements": {
"min_cpu_cores": 4,
"min_disk_gb": 200,
"min_memory_mb": 8192,
"network_required": true
},
"tags": [
"polkadot",
"zombienet",
"testing",
"parachain",
"relay-chain",
"substrate",
"web3"
],
"taskserv": {
"category": "infrastructure",
"description": "Zombienet testing framework for Polkadot relay chain and parachain networks",
"display_name": "Polkadot Zombienet",
"documentation_url": "https://paritytech.github.io/zombienet/",
"name": "polkadot-zombienet",
"subcategory": "blockchain"
},
"version": {
"config_format": "nickel",
"schema": "1.0.0",
"taskserv": "1.3.133"
}
},
"types": {
"PolkadotZombienet": {
"bin_path": "/usr/local/bin",
"binaries_path": "/var/lib/zombienet/binaries",
"config_path": "/etc/zombienet",
"log_level": "info",
"logs_path": "/var/lib/zombienet/logs",
"name": "polkadot-zombienet",
"native_config": {
"monitoring": false
},
"networks_path": "/var/lib/zombienet/networks",
"parachains": [],
"relaychain": {
"chain": "rococo-local",
"default_command": "polkadot",
"default_image": "parity/polkadot:latest",
"nodes": [
{
"args": [],
"command": "polkadot",
"image": "parity/polkadot:latest",
"name": "alice",
"validator": true
},
{
"args": [],
"command": "polkadot",
"image": "parity/polkadot:latest",
"name": "bob",
"validator": true
}
]
},
"run_user": {
"group": "zombienet",
"name": "zombienet"
},
"settings": {
"backchannel": true,
"provider": "native",
"timeout": 1000
},
"version": "1.3.133",
"work_path": "/var/lib/zombienet",
"zombienet_binary": "zombienet"
}
}
}