From 4ee03e23c05a8636c9ecccfaef5d96c63bc8bd18 Mon Sep 17 00:00:00 2001 From: Eslam-Nawara Date: Mon, 16 Sep 2024 17:09:09 +0300 Subject: [PATCH] add mycelium to tfrobot examples --- tfrobot/example/conf.json | 1 + tfrobot/example/test.yaml | 2 ++ 2 files changed, 3 insertions(+) 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