Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add mycelium to tfrobot examples #1197

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading