Skip to content

Commit fc2f719

Browse files
authored
Merge pull request #36 from stackhpc/vm-by-default
Default controllers and computes for VMs
2 parents c91f34c + e7a4660 commit fc2f719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Generate Terraform variables:
115115
multinode_vm_subnet = "stackhpc-ipv4-vlan-subnet-v2"
116116
compute_count = "2"
117117
controller_count = "3"
118-
compute_disk_size = 0
119-
controller_disk_size = 0
118+
compute_disk_size = 100
119+
controller_disk_size = 100
120120
121121
ssh_public_key = "~/.ssh/changeme.pub"
122122
ssh_user = "changeme"

0 commit comments

Comments
 (0)