Skip to content

Commit e7a4660

Browse files
committed
Default controllers and computes for VMs
We currently don't have the capacity to run multinodes on baremetals. Change the README to add volumes to the controllers and computes by default, so that VM multinodes work out the box.
1 parent c91f34c commit e7a4660

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)