diff --git a/tfrobot/example/conf.json b/tfrobot/example/conf.json index 7bec1ec4..92f37de5 100644 --- a/tfrobot/example/conf.json +++ b/tfrobot/example/conf.json @@ -29,6 +29,7 @@ ], "public_ip4": false, "public_ip6": false, + "mycelium_ip": true, "flist": "https://hub.grid.tf/tf-official-apps/base:latest.flist", "entry_point": "/sbin/zinit init", "root_size": 0, diff --git a/tfrobot/example/test.yaml b/tfrobot/example/test.yaml index 8b3f1a8d..e1609bb9 100644 --- a/tfrobot/example/test.yaml +++ b/tfrobot/example/test.yaml @@ -36,6 +36,7 @@ vms: - name: example_b #test deployment of vms with ssd storage vms_count: 20 node_group: group_b + mycelium_ip: true cpu: 1 mem: 4 ssd: @@ -57,6 +58,7 @@ vms: - name: example_d #test deployment with wireguard access vms_count: 2 node_group: group_d + mycelium_ip: true cpu: 1 mem: 1 wireguard: true