commetbft

This commit is contained in:
2025-03-03 17:32:28 -05:00
parent 6bbaa0d1f7
commit fb9c9b8070
25 changed files with 735 additions and 352 deletions

View File

@@ -22,7 +22,6 @@ deployment.add_machine(
wireguard: true
public_ip4: false
size: 10 // 10 gig
mycelium: tfgrid3deployer.Mycelium{}
)
deployment.deploy()!

View File

@@ -18,8 +18,7 @@ fn main() {
memory: 2
planetary: false
public_ip4: false
mycelium: tfgrid3deployer.Mycelium{}
nodes: [u32(167)]
nodes: [167]
)
// deployment.add_machine(
// name: 'my_vm2'
@@ -27,7 +26,6 @@ fn main() {
// memory: 2
// planetary: false
// public_ip4: true
// mycelium: tfgrid3deployer.Mycelium{}
// // nodes: [u32(164)]
// )