Skip to content

Commit 6d47a66

Browse files
committed
add leafcloud-dev tf vars file
1 parent 4fb833d commit 6d47a66

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
cluster_networks = [
2+
{
3+
network = "stackhpc-dev"
4+
subnet = "stackhpc-dev"
5+
}
6+
]
7+
control_node_flavor = "ec1.medium" # small ran out of memory, medium gets down to ~100Mi mem free on deployment
8+
other_node_flavor = "en1.xsmall"
9+
state_volume_type = "unencrypted"
10+
home_volume_type = "unencrypted"

0 commit comments

Comments
 (0)