ops: add channel inventory and metinctl
This commit is contained in:
131
deploy/channel-inventory.json
Normal file
131
deploy/channel-inventory.json
Normal file
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"db": {
|
||||
"port": 9000
|
||||
},
|
||||
"auth": {
|
||||
"channel": 1,
|
||||
"port": 11000,
|
||||
"p2p_port": 12000
|
||||
},
|
||||
"channels": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "CH1",
|
||||
"public": true,
|
||||
"client_visible": true,
|
||||
"cores": [
|
||||
{
|
||||
"id": 1,
|
||||
"port": 11011,
|
||||
"p2p_port": 12011,
|
||||
"map_allow": "1 4 5 6 3 23 43 112 107 67 68 72 208 302 304"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"port": 11012,
|
||||
"p2p_port": 12012,
|
||||
"map_allow": "21 24 25 26 108 61 63 69 70 73 216 217 303 352"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"port": 11013,
|
||||
"p2p_port": 12013,
|
||||
"map_allow": "41 44 45 46 109 62 64 65 66 71 104 301 351"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "CH2",
|
||||
"public": true,
|
||||
"client_visible": true,
|
||||
"cores": [
|
||||
{
|
||||
"id": 1,
|
||||
"port": 11021,
|
||||
"p2p_port": 12021,
|
||||
"map_allow": "1 4 5 6 3 23 43 112 107 67 68 72 208 302 304"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"port": 11022,
|
||||
"p2p_port": 12022,
|
||||
"map_allow": "21 24 25 26 108 61 63 69 70 73 216 217 303 352"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"port": 11023,
|
||||
"p2p_port": 12023,
|
||||
"map_allow": "41 44 45 46 109 62 64 65 66 71 104 301 351"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "CH3",
|
||||
"public": true,
|
||||
"client_visible": true,
|
||||
"cores": [
|
||||
{
|
||||
"id": 1,
|
||||
"port": 11031,
|
||||
"p2p_port": 12031,
|
||||
"map_allow": "1 4 5 6 3 23 43 112 107 67 68 72 208 302 304"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"port": 11032,
|
||||
"p2p_port": 12032,
|
||||
"map_allow": "21 24 25 26 108 61 63 69 70 73 216 217 303 352"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"port": 11033,
|
||||
"p2p_port": 12033,
|
||||
"map_allow": "41 44 45 46 109 62 64 65 66 71 104 301 351"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "CH4",
|
||||
"public": true,
|
||||
"client_visible": true,
|
||||
"cores": [
|
||||
{
|
||||
"id": 1,
|
||||
"port": 11041,
|
||||
"p2p_port": 12041,
|
||||
"map_allow": "1 4 5 6 3 23 43 112 107 67 68 72 208 302 304"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"port": 11042,
|
||||
"p2p_port": 12042,
|
||||
"map_allow": "21 24 25 26 108 61 63 69 70 73 216 217 303 352"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"port": 11043,
|
||||
"p2p_port": 12043,
|
||||
"map_allow": "41 44 45 46 109 62 64 65 66 71 104 301 351"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 99,
|
||||
"name": "CH99",
|
||||
"public": false,
|
||||
"client_visible": false,
|
||||
"always_include": true,
|
||||
"cores": [
|
||||
{
|
||||
"id": 1,
|
||||
"port": 11991,
|
||||
"p2p_port": 12991,
|
||||
"map_allow": "113 81 100 101 103 105 110 111 114 118 119 120 121 122 123 124 125 126 127 128 181 182 183 200"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user