Skip to content

Commit

Permalink
Merge pull request #1197 from threefoldtech/development-update-tfrobo…
Browse files Browse the repository at this point in the history
…t-examples

add mycelium to tfrobot examples
  • Loading branch information
Eslam-Nawara authored Sep 17, 2024
2 parents 953055d + 4ee03e2 commit 6f6f6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tfrobot/example/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions tfrobot/example/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 6f6f6a7

Please sign in to comment.